summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
Diffstat (limited to 'java/src')
-rwxr-xr-xjava/src/IceGridGUI/Application/PlainServer.java11
-rwxr-xr-xjava/src/IceGridGUI/Coordinator.java4
2 files changed, 4 insertions, 11 deletions
diff --git a/java/src/IceGridGUI/Application/PlainServer.java b/java/src/IceGridGUI/Application/PlainServer.java
index 2e5415622cb..cf10e4b4163 100755
--- a/java/src/IceGridGUI/Application/PlainServer.java
+++ b/java/src/IceGridGUI/Application/PlainServer.java
@@ -64,12 +64,9 @@ class PlainServer extends Communicator implements Server
static public ServerDescriptor newServerDescriptor()
{
- java.util.LinkedList properties = new java.util.LinkedList();
- properties.add(new PropertyDescriptor("Ice.Admin.Endpoints", "tcp -h 127.0.0.1"));
-
return new ServerDescriptor(
new java.util.LinkedList(),
- new PropertySetDescriptor(new String[0], properties),
+ new PropertySetDescriptor(new String[0], new java.util.LinkedList()),
new java.util.LinkedList(),
new String[0],
"",
@@ -90,13 +87,9 @@ class PlainServer extends Communicator implements Server
static public IceBoxDescriptor newIceBoxDescriptor()
{
- java.util.LinkedList properties = new java.util.LinkedList();
- properties.add(new PropertyDescriptor("IceBox.InstanceName", "${server}"));
- properties.add(new PropertyDescriptor("Ice.Admin.Endpoints", "tcp -h 127.0.0.1"));
-
return new IceBoxDescriptor(
new java.util.LinkedList(),
- new PropertySetDescriptor(new String[0], properties),
+ new PropertySetDescriptor(new String[0], new java.util.LinkedList()),
new java.util.LinkedList(),
new String[0],
"",
diff --git a/java/src/IceGridGUI/Coordinator.java b/java/src/IceGridGUI/Coordinator.java
index 041133946e7..494f742effc 100755
--- a/java/src/IceGridGUI/Coordinator.java
+++ b/java/src/IceGridGUI/Coordinator.java
@@ -2458,14 +2458,14 @@ public class Coordinator
else
{
BareBonesBrowserLaunch.openURL("http://www.zeroc.com/doc/Ice-"
- + IceUtil.Version.ICE_STRING_VERSION + "/IceGridAdmin/index.html");
+ + Ice.Util.stringVersion() + "/IceGridAdmin/index.html");
}
}
private void about()
{
String text = "IceGrid Admin version "
- + IceUtil.Version.ICE_STRING_VERSION + "\n"
+ + Ice.Util.stringVersion() + "\n"
+ "Copyright \u00A9 2005-2008 ZeroC, Inc. All rights reserved.\n";
JOptionPane.showMessageDialog(