diff options
author | Brent Eagles <brent@zeroc.com> | 2007-03-26 14:49:48 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-03-26 14:49:48 +0000 |
commit | 168d754dce8a092641245a1a131bf3ab0a82699e (patch) | |
tree | aa7d01d9753fdceed86f23b3a7039dfc99cf7134 /cpp/iceemakedist.py | |
parent | Removed StringConverter (diff) | |
download | ice-168d754dce8a092641245a1a131bf3ab0a82699e.tar.bz2 ice-168d754dce8a092641245a1a131bf3ab0a82699e.tar.xz ice-168d754dce8a092641245a1a131bf3ab0a82699e.zip |
Removing some filenames from removal list because they are no longer in the
source tree
Diffstat (limited to 'cpp/iceemakedist.py')
-rwxr-xr-x | cpp/iceemakedist.py | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/cpp/iceemakedist.py b/cpp/iceemakedist.py index ae528b029da..6afb054406e 100755 --- a/cpp/iceemakedist.py +++ b/cpp/iceemakedist.py @@ -8,7 +8,7 @@ # # ********************************************************************** -import os, sys, shutil, fnmatch, re, glob, RPMTools +import os, sys, shutil, fnmatch, re, glob # # Program usage. @@ -260,24 +260,16 @@ shutil.copyfile(os.path.join("ice", "install", "icee", "INSTALL.WINDOWS"), os.pa print "Removing unnecessary files..." filesToRemove = [ \ os.path.join("ice", "CHANGES"), \ - os.path.join("ice", "INSTALL.AIX"), \ - os.path.join("ice", "INSTALL.FREEBSD"), \ os.path.join("ice", "INSTALL.HP-UX"), \ os.path.join("ice", "INSTALL.MACOSX"), \ os.path.join("ice", "INSTALL.SOLARIS"), \ os.path.join("ice", "iceemakedist.py"), \ + os.path.join("ice", "WINDOWS_SERVICE.txt"), \ os.path.join("ice", "makedist.py"), \ os.path.join("ice", "makebindist.py"), \ - os.path.join("ice", "RPMTools.py"), \ os.path.join("ice", "fixCopyright.py"), \ os.path.join("ice", "fixVersion.py"), \ - os.path.join("ice", "minimal.dsp"), \ - os.path.join("ice", "all.dsw"), \ - os.path.join("ice", "all.dsp"), \ os.path.join("ice", "allTests.py"), \ - os.path.join("ice", "src", "icecpp", "icecpp.dsp"), \ - os.path.join("ice", "src", "IceUtil", "iceutil.dsp"), \ - os.path.join("ice", "src", "Slice", "slice.dsp"), \ ] filesToRemove.extend(find("ice", ".dummy")) for x in filesToRemove: |