diff options
author | Michi Henning <michi@zeroc.com> | 2008-05-12 00:26:34 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2008-05-12 00:26:34 +1000 |
commit | c4597d776f109d48a29031e01a99a4a8664b470c (patch) | |
tree | fad36531d09c263ba8428495649162b922584e89 /java/allDemos.py | |
parent | Fixed incorrect file permissions. (diff) | |
download | ice-c4597d776f109d48a29031e01a99a4a8664b470c.tar.bz2 ice-c4597d776f109d48a29031e01a99a4a8664b470c.tar.xz ice-c4597d776f109d48a29031e01a99a4a8664b470c.zip |
Added map filesystem demo for Java.
Fixed a few bugs and style issues in C++ map filesystem demo.
Diffstat (limited to 'java/allDemos.py')
-rwxr-xr-x | java/allDemos.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/allDemos.py b/java/allDemos.py index fbe050a51c4..ff6722e2a41 100755 --- a/java/allDemos.py +++ b/java/allDemos.py @@ -46,7 +46,8 @@ demos = [ "Freeze/library", "Freeze/transform", "Freeze/casino", - "book/freeze_filesystem", + "book/map_filesystem", + "book/evictor_filesystem", "book/simple_filesystem", "book/printer", "book/lifecycle", |