diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-14 00:10:22 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-14 00:10:22 +0000 |
commit | 6069e787991de587979306af768738945046ff94 (patch) | |
tree | 804f826eb7af0132b5305fa492097c0726d8db48 /client/trunk/nbproject/project.xml | |
parent | 63cd2b169354de68ab878b53a043d5b9efa75183 (diff) | |
download | instadisc-6069e787991de587979306af768738945046ff94.tar.gz instadisc-6069e787991de587979306af768738945046ff94.tar.bz2 instadisc-6069e787991de587979306af768738945046ff94.zip |
Client: Added Java Web Start support
This has been discovered to be a much better way of Java distributation. Because of this, the loader script is no longer necessary.
Diffstat (limited to 'client/trunk/nbproject/project.xml')
-rw-r--r-- | client/trunk/nbproject/project.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/trunk/nbproject/project.xml b/client/trunk/nbproject/project.xml index 652e0df..0cd1753 100644 --- a/client/trunk/nbproject/project.xml +++ b/client/trunk/nbproject/project.xml | |||
@@ -2,6 +2,11 @@ | |||
2 | <project xmlns="http://www.netbeans.org/ns/project/1"> | 2 | <project xmlns="http://www.netbeans.org/ns/project/1"> |
3 | <type>org.netbeans.modules.java.j2seproject</type> | 3 | <type>org.netbeans.modules.java.j2seproject</type> |
4 | <configuration> | 4 | <configuration> |
5 | <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1"> | ||
6 | <extension file="jnlp-impl.xml" id="jws"> | ||
7 | <dependency dependsOn="jnlp" target="jar"/> | ||
8 | </extension> | ||
9 | </buildExtensions> | ||
5 | <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> | 10 | <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> |
6 | <name>InstaDisc</name> | 11 | <name>InstaDisc</name> |
7 | <minimum-ant-version>1.6.5</minimum-ant-version> | 12 | <minimum-ant-version>1.6.5</minimum-ant-version> |