summaryrefslogtreecommitdiff
path: root/makedist.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-03-19 13:45:03 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-03-19 13:45:03 -0230
commit86b6aa0c20dc72dba8f291bc603128bf3e8fafc7 (patch)
tree6a7a9e82006dadec53b68a9f7145119e5e1bc795 /makedist.py
parentFixed bug 3896 - Windows iceca issues (diff)
downloadice-86b6aa0c20dc72dba8f291bc603128bf3e8fafc7.tar.bz2
ice-86b6aa0c20dc72dba8f291bc603128bf3e8fafc7.tar.xz
ice-86b6aa0c20dc72dba8f291bc603128bf3e8fafc7.zip
Bug 3910 - Remove references to google protocol buffers
Diffstat (limited to 'makedist.py')
-rwxr-xr-xmakedist.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/makedist.py b/makedist.py
index 654d07e4664..8b821e5d46c 100755
--- a/makedist.py
+++ b/makedist.py
@@ -42,6 +42,12 @@ filesToRemove = [ \
"makedist.py", \
"cpp/config/makegitignore.py", \
"rb/config/Make.rules.Darwin", \
+ "cpp/demo/Ice/protobuf", \
+ "java/demo/Ice/protobuf", \
+ "py/demo/Ice/protobuf", \
+ "cpp/test/Ice/protobuf", \
+ "java/test/Ice/protobuf", \
+ "py/test/Ice/protobuf", \
]
#