summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-02-06 00:27:11 +0000
committerBernard Normier <bernard@zeroc.com>2007-02-06 00:27:11 +0000
commitf4ea2ca9e0482e79d5f8d899f9c863f81676aaa3 (patch)
tree2e17595352ba29ae02ce1bbdf3a8c9a796b0c467 /cpp/makebindist.py
parentFixed IceGridAdmin HTML install (diff)
downloadice-f4ea2ca9e0482e79d5f8d899f9c863f81676aaa3.tar.bz2
ice-f4ea2ca9e0482e79d5f8d899f9c863f81676aaa3.tar.xz
ice-f4ea2ca9e0482e79d5f8d899f9c863f81676aaa3.zip
add VB demos
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 c7ca858f1ee..32a2afb2d29 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -998,6 +998,7 @@ def main():
# Package up demo distribution.
#
toCollect = list(sourceTarBalls)
+ toCollect.append(('icevb', 'IceVB-' + version, 'vb'))
for cvs, tarball, demoDir in toCollect:
extractDemos(sources, buildDir, version, tarball, demoDir)
shutil.copy("%s/common/README.DEMOS" % installFiles, "%s/Ice-%s-demos/README.DEMOS" % (buildDir, version))