summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-11-14 13:38:21 +0000
committerMark Spruiell <mes@zeroc.com>2005-11-14 13:38:21 +0000
commitbfcc69ba181f426f6b1b036d5c28fe663f1c2e11 (patch)
tree58f2f274e3b215bedd98360857f7f1a72280397f /cpp/makedist.py
parentFixed bug 591 - NullReferenceException (diff)
downloadice-bfcc69ba181f426f6b1b036d5c28fe663f1c2e11.tar.bz2
ice-bfcc69ba181f426f6b1b036d5c28fe663f1c2e11.tar.xz
ice-bfcc69ba181f426f6b1b036d5c28fe663f1c2e11.zip
remove slice2cppe, slice2javae
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py2
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.