about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--client/trunk/master.jnlp24
-rw-r--r--client/trunk/nbproject/jnlp-impl.xml3
2 files changed, 2 insertions, 25 deletions
diff --git a/client/trunk/master.jnlp b/client/trunk/master.jnlp deleted file mode 100644 index e9f8a88..0000000 --- a/client/trunk/master.jnlp +++ /dev/null
@@ -1,24 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<jnlp spec="1.0+" codebase="${jnlp.codebase}" href="launch.jnlp">
3 <information>
4 <title>${APPLICATION.TITLE}</title>
5 <vendor>${APPLICATION.VENDOR}</vendor>
6 <description>${APPLICATION.DESC}</description>
7 <description kind="short">${APPLICATION.DESC.SHORT}</description>
8 <homepage href="${APPLICATION.HOMEPAGE}"/>
9 <shortcut>
10 <desktop/>
11 </shortcut>
12<!--${JNLP.ICONS}-->
13<!--${JNLP.OFFLINE.ALLOWED}-->
14 </information>
15<!--${JNLP.SECURITY}-->
16 <resources>
17<!--${JNLP.RESOURCES.RUNTIME}-->
18<!--${JNLP.RESOURCES.MAIN.JAR}-->
19<!--${JNLP.RESOURCES.JARS}-->
20 </resources>
21 <application-desc main-class="${jnlp.main.class}">
22<!--${JNLP.APPLICATION.ARGS}-->
23 </application-desc>
24</jnlp>
diff --git a/client/trunk/nbproject/jnlp-impl.xml b/client/trunk/nbproject/jnlp-impl.xml index af65af1..f389e2c 100644 --- a/client/trunk/nbproject/jnlp-impl.xml +++ b/client/trunk/nbproject/jnlp-impl.xml
@@ -75,8 +75,9 @@ made subject to such option by the copyright holder.
75 <description>$${APPLICATION.DESC}</description> 75 <description>$${APPLICATION.DESC}</description>
76 <description kind="short">$${APPLICATION.DESC.SHORT}</description> 76 <description kind="short">$${APPLICATION.DESC.SHORT}</description>
77 <homepage href="$${APPLICATION.HOMEPAGE}"/> 77 <homepage href="$${APPLICATION.HOMEPAGE}"/>
78 <shortcut> 78 <shortcut online="false">
79 <desktop/> 79 <desktop/>
80 <menu submenu="Four Island"/>
80 </shortcut> 81 </shortcut>
81<!--$${JNLP.ICONS}--> 82<!--$${JNLP.ICONS}-->
82<!--$${JNLP.OFFLINE.ALLOWED}--> 83<!--$${JNLP.OFFLINE.ALLOWED}-->