diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-10-02 09:35:28 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-10-02 09:35:28 -0230 |
commit | 6d8d16b3761eaa24c9c754dd0f2cc1a70de8fad0 (patch) | |
tree | ff37056717cff166bc705112f54e98074f8d1f40 /cpp/allDemos.py | |
parent | 3772. Recovering from Glacier2 / Ice router session failure. (diff) | |
download | ice-6d8d16b3761eaa24c9c754dd0f2cc1a70de8fad0.tar.bz2 ice-6d8d16b3761eaa24c9c754dd0f2cc1a70de8fad0.tar.xz ice-6d8d16b3761eaa24c9c754dd0f2cc1a70de8fad0.zip |
C++Builder 2010 support
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index f5f0e59b09c..ef204552775 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -40,7 +40,6 @@ demos = [ "Ice/session", "Ice/throughput", "Ice/value", - "IceBox/hello", "IceStorm/clock", "IceStorm/counter", "IceStorm/replicated", @@ -49,7 +48,6 @@ demos = [ "IceGrid/allocate", "IceGrid/sessionActivation", "IceGrid/replication", - "IceGrid/icebox", "IceGrid/secure", "Glacier2/chat", "Glacier2/callback", @@ -67,5 +65,8 @@ demos = [ "cookbook/compression", ] +if not Util.isNoServices(): + demos.append(["IceBox/hello", "IceGrid/icebox"]) + if __name__ == "__main__": Util.run(demos) |