diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-03-10 17:16:05 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-03-10 17:16:05 +0530 |
| commit | b4f807e02a7d19114b1d8d6d4ab8a3b616797573 (patch) | |
| tree | 61dba485d660d8fd588db15a0a0d800d8d60dbd6 | |
| parent | 2bedbeea65c5fedab31ac349e287dcf7cd2a09cd (diff) | |
Modified to use placeholder for codebase
| -rw-r--r-- | com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp b/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp index 8f7cb6ec..2792a898 100644 --- a/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp +++ b/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<jnlp spec="1.0+" codebase="http://192.168.1.123:8080/glustermc/linux.gtk.x86_64" href="gluster-management-console.jnlp"> +<jnlp spec="1.0+" codebase="$$codebase" href="gluster-management-console.jnlp"> <information> <title>Gluster Management Console</title> <vendor>Gluster Inc.</vendor> - <homepage href="http://192.168.1.123:8080/glustermc/linux.gtk.x86_64" /> + <homepage href="$$codebase" /> <description>Gluster Management Console</description> <icon kind="splash" href="splash.bmp"/> </information> |
