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.properties | |
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.properties')
-rw-r--r-- | client/trunk/nbproject/project.properties | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/client/trunk/nbproject/project.properties b/client/trunk/nbproject/project.properties index c7123aa..2ab451d 100644 --- a/client/trunk/nbproject/project.properties +++ b/client/trunk/nbproject/project.properties | |||
@@ -29,9 +29,7 @@ javac.classpath=\ | |||
29 | ${libs.XML-RPC.classpath}:\ | 29 | ${libs.XML-RPC.classpath}:\ |
30 | ${libs.BDB.classpath}:\ | 30 | ${libs.BDB.classpath}:\ |
31 | ${file.reference.commons-logging-1.1.jar}:\ | 31 | ${file.reference.commons-logging-1.1.jar}:\ |
32 | ${file.reference.ws-commons-util-1.0.2.jar}:\ | 32 | ${file.reference.ws-commons-util-1.0.2.jar} |
33 | ${libs.beans-binding.classpath}:\ | ||
34 | ${libs.absolutelayout.classpath} | ||
35 | # Space-separated list of extra javac options | 33 | # Space-separated list of extra javac options |
36 | javac.compilerargs=-Xlint:unchecked | 34 | javac.compilerargs=-Xlint:unchecked |
37 | javac.deprecation=false | 35 | javac.deprecation=false |
@@ -53,20 +51,16 @@ javadoc.splitindex=true | |||
53 | javadoc.use=true | 51 | javadoc.use=true |
54 | javadoc.version=false | 52 | javadoc.version=false |
55 | javadoc.windowtitle= | 53 | javadoc.windowtitle= |
56 | jnlp.codebase.type=local | 54 | jnlp.codebase.type=user |
57 | jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDisc/dist/ | 55 | jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDisc/dist/ |
58 | jnlp.enabled=false | 56 | jnlp.codebase.user=http://files.fourisland.com/projects/instadisc/ |
59 | jnlp.offline-allowed=false | 57 | jnlp.enabled=true |
60 | jnlp.signed=false | 58 | jnlp.icon=/home/hatkirby/instaDiscIconBig.png |
61 | # Property libs.absolutelayout.classpath is set here just to make sharing of project simpler. | 59 | jnlp.offline-allowed=true |
62 | # The library definition has always preference over this property. | 60 | jnlp.signed=true |
63 | libs.absolutelayout.classpath=../../../../usr/share/netbeans/6.0.1/java1/modules/ext/AbsoluteLayout.jar | ||
64 | # Property libs.BDB.classpath is set here just to make sharing of project simpler. | 61 | # Property libs.BDB.classpath is set here just to make sharing of project simpler. |
65 | # The library definition has always preference over this property. | 62 | # The library definition has always preference over this property. |
66 | libs.BDB.classpath=lib/je-3.3.62.jar | 63 | libs.BDB.classpath=lib/je-3.3.62.jar |
67 | # Property libs.beans-binding.classpath is set here just to make sharing of project simpler. | ||
68 | # The library definition has always preference over this property. | ||
69 | libs.beans-binding.classpath=../../../../usr/share/netbeans/6.0.1/java1/modules/ext/beansbinding-1.2.1.jar | ||
70 | # Property libs.XML-RPC.classpath is set here just to make sharing of project simpler. | 64 | # Property libs.XML-RPC.classpath is set here just to make sharing of project simpler. |
71 | # The library definition has always preference over this property. | 65 | # The library definition has always preference over this property. |
72 | libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar | 66 | libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar |