diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-06 00:27:11 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-06 00:27:11 +0000 |
commit | f4ea2ca9e0482e79d5f8d899f9c863f81676aaa3 (patch) | |
tree | 2e17595352ba29ae02ce1bbdf3a8c9a796b0c467 /cpp/makebindist.py | |
parent | Fixed IceGridAdmin HTML install (diff) | |
download | ice-f4ea2ca9e0482e79d5f8d899f9c863f81676aaa3.tar.bz2 ice-f4ea2ca9e0482e79d5f8d899f9c863f81676aaa3.tar.xz ice-f4ea2ca9e0482e79d5f8d899f9c863f81676aaa3.zip |
add VB demos
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 1 |
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)) |