summaryrefslogtreecommitdiff
path: root/cpp/install/common/components.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2007-09-04 07:19:40 -0230
committerBrent Eagles <brent@zeroc.com>2007-09-04 07:19:40 -0230
commit9865706797a1a9237e0818a21d354da4eefce58f (patch)
tree79515b4c021a29844fd931f8d5bbb8901cf51bf5 /cpp/install/common/components.py
parentUpdate Ruby CHANGES file for http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?... (diff)
downloadice-9865706797a1a9237e0818a21d354da4eefce58f.tar.bz2
ice-9865706797a1a9237e0818a21d354da4eefce58f.tar.xz
ice-9865706797a1a9237e0818a21d354da4eefce58f.zip
-Updating the makedist.py scripts for the various language mappings to support the root makedist script.
-Adding the new makedist tool. Merging fixes from R3_2_branch. Specifically: - bzip2 DLL library naming problem for .dotnet - EOLN character translation for RELEASE_NOTES file. - Remove exclusion of backup demo from Windows installers. - Remove obsoleted files from Ruby - Remove unused and obsolete iceproject.xml file. - Modify makewindist.py to use distfiles archive instead of trying to guess versions, etc.
Diffstat (limited to 'cpp/install/common/components.py')
-rwxr-xr-xcpp/install/common/components.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/install/common/components.py b/cpp/install/common/components.py
index 58a595f761c..d360dc33603 100755
--- a/cpp/install/common/components.py
+++ b/cpp/install/common/components.py
@@ -290,7 +290,7 @@ class FileSpecWorker:
# 'convert to dos file format' name patterns. (These are
# regex patterns, not patterns for filename globbing).
#
- textFiles = [".*README.*", ".*Makefile.mak", ".*LICENSE.*"]
+ textFiles = [".*README.*", ".*Makefile.mak", ".*LICENSE.*", "RELEASE_NOTES.txt"]
textFileScanner = None
expression = ""
for p in textFiles: