diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-11-14 13:38:21 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-11-14 13:38:21 +0000 |
commit | bfcc69ba181f426f6b1b036d5c28fe663f1c2e11 (patch) | |
tree | 58f2f274e3b215bedd98360857f7f1a72280397f /cpp/makedist.py | |
parent | Fixed bug 591 - NullReferenceException (diff) | |
download | ice-bfcc69ba181f426f6b1b036d5c28fe663f1c2e11.tar.bz2 ice-bfcc69ba181f426f6b1b036d5c28fe663f1c2e11.tar.xz ice-bfcc69ba181f426f6b1b036d5c28fe663f1c2e11.zip |
remove slice2cppe, slice2javae
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py index 13ab3f0c69c..48f893e056e 100755 --- a/cpp/makedist.py +++ b/cpp/makedist.py @@ -255,6 +255,8 @@ for x in filesToRemove: os.remove(x) shutil.rmtree(os.path.join("ice", "certs", "openssl")) shutil.rmtree(os.path.join("ice", "install")) +shutil.rmtree(os.path.join("ice", "src", "slice2cppe")) +shutil.rmtree(os.path.join("ice", "src", "slice2javae")) # # Generate bison files. |