[Python-checkins] python/dist/src/PCbuild python20.wse,1.102,1.103
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
Tue, 23 Jul 2002 12:56:32 -0700
Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv12701/python/PCbuild
Modified Files:
python20.wse
Log Message:
Taught the Windows installer about changes in the structure of the email
package, and the loss of the test/data directory.
Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** python20.wse 16 Apr 2002 20:48:01 -0000 1.102
--- python20.wse 23 Jul 2002 19:56:30 -0000 1.103
***************
*** 1908,1911 ****
--- 1908,1929 ----
Flags=0000000000000010
end
+ item: Install File
+ Source=..\lib\email\test\*.py
+ Destination=%MAINDIR%\Lib\email\test
+ Description=email tests
+ Flags=0000000000000010
+ end
+ item: Install File
+ Source=..\lib\email\test\data\*.txt
+ Destination=%MAINDIR%\Lib\email\test\data
+ Description=email test data
+ Flags=0000000000000010
+ end
+ item: Install File
+ Source=..\lib\email\test\data\*.gif
+ Destination=%MAINDIR%\Lib\email\test\data
+ Description=email test data
+ Flags=0000000000000010
+ end
item: Remark
end
***************
*** 2231,2242 ****
Source=..\lib\test\*.out
Destination=%MAINDIR%\Lib\test
- Description=Python Test files
- Flags=0000000000000010
- end
- item: Remark
- end
- item: Install File
- Source=..\lib\test\data\*.*
- Destination=%MAINDIR%\Lib\test\data
Description=Python Test files
Flags=0000000000000010
--- 2249,2252 ----