about summary refs log tree commit diff stats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/trunk/master.jnlp24
-rw-r--r--client/trunk/nbproject/jnlp-impl.xml3
2 files changed, 0 insertions, 27 deletions
diff --git a/client/trunk/master.jnlp b/client/trunk/master.jnlp deleted file mode 100644 index 5f43198..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<!--${JNLP.ICONS}-->
10<!--${JNLP.OFFLINE.ALLOWED}-->
11 </information>
12<!--${JNLP.SECURITY}-->
13 <resources>
14<!--${JNLP.RESOURCES.RUNTIME}-->
15<!--${JNLP.RESOURCES.MAIN.JAR}-->
16<!--${JNLP.RESOURCES.JARS}-->
17 </resources>
18 <security>
19 <all-permissions/>
20 </security>
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 92eb364..df18b4f 100644 --- a/client/trunk/nbproject/jnlp-impl.xml +++ b/client/trunk/nbproject/jnlp-impl.xml
@@ -84,9 +84,6 @@ made subject to such option by the copyright holder.
84<!--$${JNLP.RESOURCES.MAIN.JAR}--> 84<!--$${JNLP.RESOURCES.MAIN.JAR}-->
85<!--$${JNLP.RESOURCES.JARS}--> 85<!--$${JNLP.RESOURCES.JARS}-->
86 </resources> 86 </resources>
87 <security>
88 <all-permissions/>
89 </security>
90 <application-desc main-class="$${jnlp.main.class}"> 87 <application-desc main-class="$${jnlp.main.class}">
91<!--$${JNLP.APPLICATION.ARGS}--> 88<!--$${JNLP.APPLICATION.ARGS}-->
92 </application-desc> 89 </application-desc>