diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-14 18:40:25 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-14 18:40:25 +0000 |
commit | a0b4445cd8db371df4ab49def090a37f2a98da15 (patch) | |
tree | 03752a03b42da2005686043d16352dcb5bd9f4ff /client/trunk | |
parent | 54935745e0fabfe6b642f2e01bf951641c7661e6 (diff) | |
download | instadisc-a0b4445cd8db371df4ab49def090a37f2a98da15.tar.gz instadisc-a0b4445cd8db371df4ab49def090a37f2a98da15.tar.bz2 instadisc-a0b4445cd8db371df4ab49def090a37f2a98da15.zip |
Client: Added shortcuts to JNLP
Fixes #33
Diffstat (limited to 'client/trunk')
-rw-r--r-- | client/trunk/master.jnlp | 24 | ||||
-rw-r--r-- | client/trunk/nbproject/jnlp-impl.xml | 3 |
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}--> |