diff options
Diffstat (limited to 'java/src/IceGridGUI/Application/PlainServer.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/PlainServer.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/PlainServer.java b/java/src/IceGridGUI/Application/PlainServer.java index 8b686e55a4e..9f4eba87ebf 100755 --- a/java/src/IceGridGUI/Application/PlainServer.java +++ b/java/src/IceGridGUI/Application/PlainServer.java @@ -303,6 +303,10 @@ class PlainServer extends Communicator implements Server { attributes.add(createAttribute("exe", descriptor.exe)); } + if(descriptor.iceVersion.length() > 0) + { + attributes.add(createAttribute("ice-version", descriptor.iceVersion)); + } if(descriptor.pwd.length() > 0) { attributes.add(createAttribute("pwd", descriptor.pwd)); |