diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-03-19 13:45:03 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-03-19 13:45:03 -0230 |
commit | 86b6aa0c20dc72dba8f291bc603128bf3e8fafc7 (patch) | |
tree | 6a7a9e82006dadec53b68a9f7145119e5e1bc795 /makedist.py | |
parent | Fixed bug 3896 - Windows iceca issues (diff) | |
download | ice-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-x | makedist.py | 6 |
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", \ ] # |