summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 42ff95c0cab..5672b9df1fb 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -1024,6 +1024,7 @@ def main():
print 'Going to directory ' + d
if d == 'icej':
shutil.copy('lib/Ice.jar', installDir +'/Ice-' + version + '/lib')
+ shutil.copy('lib/IceGridGUI.jar', installDir +'/Ice-' + version + '/lib')
runprog('cp -pR ant ' + installDir + '/Ice-' + version)
runprog('find ' + installDir + '/Ice-' + version + ' -name "*.java" | xargs rm')
else: