From 1ff98f14066ee60dd8ef2109cf7d772235740a9b Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 1 Jul 2005 15:20:33 +0000 Subject: Added start/stop popup menu --- java/src/IceGrid/TreeNode/Application.java | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'java/src/IceGrid/TreeNode/Application.java') diff --git a/java/src/IceGrid/TreeNode/Application.java b/java/src/IceGrid/TreeNode/Application.java index 887788c6044..195dd921167 100755 --- a/java/src/IceGrid/TreeNode/Application.java +++ b/java/src/IceGrid/TreeNode/Application.java @@ -58,9 +58,18 @@ class Application extends Parent _descriptor.variables.putAll(desc.variables); // - // TODO: comment + // Targets and comment // + if(desc.targets != null) + { + _descriptor.targets = desc.targets.value; + } + + if(desc.comment != null) + { + _descriptor.comment = desc.comment.value; + } // // Server templates -- cgit v1.2.3