blob: b5417bb884e92ec0100656694c74ba771c4e3435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<?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.png"/>
<shortcut online="true">
<desktop/>
<menu submenu="Gluster"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se java-vm-args="-XstartOnFirstThread" version="1.6+" />
<jar href="plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar" main="true"/>
<extension
name="Gluster Management Console"
href="org.gluster.storage.management.console.feature_@VERSION@.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="org.gluster.storage.management.console.product"/>
<property
name="gluster.server.url"
value="$$codebase"/>
<property
name="gluster.api.version"
value="@VERSION@"/>
<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>
|