summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console.feature.webstart/rootfiles
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-06 15:42:35 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-06 16:34:08 +0530
commit7883f650a9e4bd9f691493f002e533739dcd00c7 (patch)
tree7f0573f60a3f8d84b64408766e136478f37cd56b /src/com.gluster.storage.management.console.feature.webstart/rootfiles
parentdccb9dc58896cb101dae33594fd4c55eaa0af5b4 (diff)
Renamed project/package com.gluster.storage.management.gui to com.gluster.storage.management.console
Diffstat (limited to 'src/com.gluster.storage.management.console.feature.webstart/rootfiles')
-rw-r--r--src/com.gluster.storage.management.console.feature.webstart/rootfiles/gluster-management-console.jnlp44
-rw-r--r--src/com.gluster.storage.management.console.feature.webstart/rootfiles/splash.jpgbin0 -> 44264 bytes
2 files changed, 44 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console.feature.webstart/rootfiles/gluster-management-console.jnlp b/src/com.gluster.storage.management.console.feature.webstart/rootfiles/gluster-management-console.jnlp
new file mode 100644
index 00000000..4d0dc72c
--- /dev/null
+++ b/src/com.gluster.storage.management.console.feature.webstart/rootfiles/gluster-management-console.jnlp
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jnlp spec="1.0+" codebase="$$codebase" href="gluster-management-console.jnlp">
+ <information>
+ <title>Gluster Management Console</title>
+ <vendor>Gluster Inc.</vendor>
+ <homepage href="$$codebase" />
+ <description>Gluster Management Console</description>
+ <icon kind="splash" href="splash.jpg"/>
+
+ <shortcut online="true">
+ <desktop/>
+ <menu submenu="Gluster"/>
+ </shortcut>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <j2se java-vm-args="-XstartOnFirstThread" version="1.5+" />
+ <jar href="plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar" main="true"/>
+ <extension
+ name="Gluster Management Console"
+ href="com.gluster.storage.management.console.feature_1.0.0.jnlp"/>
+ <property
+ name="osgi.instance.area"
+ value="@user.home/Application Data/glustermc"/>
+ <property
+ name="osgi.configuration.area"
+ value="@user.home/Application Data/glustermc"/>
+ <property
+ name="eclipse.product"
+ value="com.gluster.storage.management.console.product"/>
+ <property
+ name="gluster.server.url"
+ value="$$codebase"/>
+ <property
+ name="javaws.cfg.jauthenticator"
+ value="true"/>
+ </resources>
+ <resources os="Linux">
+ <property name="osgi.ws" value="gtk"/>
+ </resources>
+ <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain" />
+</jnlp>
diff --git a/src/com.gluster.storage.management.console.feature.webstart/rootfiles/splash.jpg b/src/com.gluster.storage.management.console.feature.webstart/rootfiles/splash.jpg
new file mode 100644
index 00000000..de8b5219
--- /dev/null
+++ b/src/com.gluster.storage.management.console.feature.webstart/rootfiles/splash.jpg
Binary files differ