[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.15,1.16

Tim Peters python-dev@python.org
Thu, 7 Sep 2000 01:34:04 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31884

Modified Files:
	python20.wse 
Log Message:
Windows installer, reflecting changes that went into a replacement 2.0b1
.exe that will show up on PythonLabs.com later today:
    Include the Lib\xml\ package (directory + subdirectories).
    Include the Lib\lib-old\ directory.
    Include the Lib\test\*.xml test cases (well, just one now).
    Remove the redundant install of Lib\*.py (looks like a stray duplicate
        line that's been there a long time).  Because of this, the new
        installer is a little smaller despite having more stuff in it.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** python20.wse	2000/09/05 17:14:16	1.15
--- python20.wse	2000/09/07 08:34:01	1.16
***************
*** 735,738 ****
--- 735,750 ----
  end
  item: Install File
+   Source=%_SRC_%\Lib\xml\*.py
+   Destination=%MAINDIR%\Lib\xml
+   Description=XML support packages
+   Flags=0000000100000010
+ end
+ item: Install File
+   Source=%_SRC_%\Lib\lib-old\*.py
+   Destination=%MAINDIR%\Lib\lib-old
+   Description=Obsolete modules
+   Flags=0000000000000010
+ end
+ item: Install File
    Source=%_SRC_%\pcbuild\*.lib
    Destination=%MAINDIR%\libs
***************
*** 909,920 ****
  end
  item: Install File
!   Source=%_SRC_%\Lib\test\output\*.*
!   Destination=%MAINDIR%\Lib\test\output
!   Description=Python Test output files
    Flags=0000000000000010
  end
  item: Install File
!   Source=%_SRC_%\Lib\test\*.py
!   Destination=%MAINDIR%\Lib\test
    Flags=0000000000000010
  end
--- 921,932 ----
  end
  item: Install File
!   Source=%_SRC_%\Lib\test\*.xml
!   Destination=%MAINDIR%\Lib\test
    Flags=0000000000000010
  end
  item: Install File
!   Source=%_SRC_%\Lib\test\output\*.*
!   Destination=%MAINDIR%\Lib\test\output
!   Description=Python Test output files
    Flags=0000000000000010
  end