diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/IcePack/hello/icebox.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IcePack/hello/icebox.xml b/cpp/demo/IcePack/hello/icebox.xml index d42f707de94..d4f96a437ae 100644 --- a/cpp/demo/IcePack/hello/icebox.xml +++ b/cpp/demo/IcePack/hello/icebox.xml @@ -1,6 +1,6 @@ <icepack> - <server name="${name}" kind="cpp-icebox" endpoints="default" exe="${ice.dir}/bin/icebox" activation="on-demand"> + <server name="${name}" kind="cpp-icebox" endpoints="default" activation="on-demand"> <!-- =========================================================== --> <!-- Deploys one service named 'Service1' and defined in the --> |