about summary refs log tree commit diff stats
path: root/client/trunk/master.jnlp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-14 02:39:30 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-14 02:39:30 +0000
commit54935745e0fabfe6b642f2e01bf951641c7661e6 (patch)
tree7509751f624982669ea785bfe0788f8192c42784 /client/trunk/master.jnlp
parent8ad724944583d418439da52a5219087dad656008 (diff)
downloadinstadisc-54935745e0fabfe6b642f2e01bf951641c7661e6.tar.gz
instadisc-54935745e0fabfe6b642f2e01bf951641c7661e6.tar.bz2
instadisc-54935745e0fabfe6b642f2e01bf951641c7661e6.zip
Client: Spruced up About Box
Also added a link to the project site to the Help menu and added the ability to display an error message in the Status Bar if java.awt.Desktop is for some reason unsupported. Closes #30
Diffstat (limited to 'client/trunk/master.jnlp')
-rw-r--r--client/trunk/master.jnlp24
1 files changed, 24 insertions, 0 deletions
diff --git a/client/trunk/master.jnlp b/client/trunk/master.jnlp new file mode 100644 index 0000000..e9f8a88 --- /dev/null +++ b/client/trunk/master.jnlp
@@ -0,0 +1,24 @@
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>