diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-02-24 23:11:04 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-02-24 23:11:04 +0000 |
commit | cba7405375f99a45cd705e34e78ee2c1f68a1116 (patch) | |
tree | e261788c3b41009cf8ddad5adcc84639f2486eea /java/makedist.py | |
parent | Added --header-ext and --source-ext command-line options to slice2cpp and (diff) | |
download | ice-cba7405375f99a45cd705e34e78ee2c1f68a1116.tar.bz2 ice-cba7405375f99a45cd705e34e78ee2c1f68a1116.tar.xz ice-cba7405375f99a45cd705e34e78ee2c1f68a1116.zip |
copy CHANGES
Diffstat (limited to 'java/makedist.py')
-rwxr-xr-x | java/makedist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/makedist.py b/java/makedist.py index e181cc72951..17cea980031 100755 --- a/java/makedist.py +++ b/java/makedist.py @@ -173,6 +173,7 @@ os.system("zip -9 -r " + icever + ".zip " + icever) # # Copy files (README, etc.). # +shutil.copyfile(os.path.join(icever, "CHANGES"), "IceJ-" + version + "-CHANGES") # # Done. |