From 6069e787991de587979306af768738945046ff94 Mon Sep 17 00:00:00 2001
From: Kelly Rauchenberger <fefferburbia@gmail.com>
Date: Thu, 14 Aug 2008 00:10:22 +0000
Subject: 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.
---
 client/trunk/nbproject/project.properties | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

(limited to 'client/trunk/nbproject/project.properties')

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=\
     ${libs.XML-RPC.classpath}:\
     ${libs.BDB.classpath}:\
     ${file.reference.commons-logging-1.1.jar}:\
-    ${file.reference.ws-commons-util-1.0.2.jar}:\
-    ${libs.beans-binding.classpath}:\
-    ${libs.absolutelayout.classpath}
+    ${file.reference.ws-commons-util-1.0.2.jar}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint:unchecked
 javac.deprecation=false
@@ -53,20 +51,16 @@ javadoc.splitindex=true
 javadoc.use=true
 javadoc.version=false
 javadoc.windowtitle=
-jnlp.codebase.type=local
+jnlp.codebase.type=user
 jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDisc/dist/
-jnlp.enabled=false
-jnlp.offline-allowed=false
-jnlp.signed=false
-# Property libs.absolutelayout.classpath is set here just to make sharing of project simpler.
-# The library definition has always preference over this property.
-libs.absolutelayout.classpath=../../../../usr/share/netbeans/6.0.1/java1/modules/ext/AbsoluteLayout.jar
+jnlp.codebase.user=http://files.fourisland.com/projects/instadisc/
+jnlp.enabled=true
+jnlp.icon=/home/hatkirby/instaDiscIconBig.png
+jnlp.offline-allowed=true
+jnlp.signed=true
 # Property libs.BDB.classpath is set here just to make sharing of project simpler.
 # The library definition has always preference over this property.
 libs.BDB.classpath=lib/je-3.3.62.jar
-# Property libs.beans-binding.classpath is set here just to make sharing of project simpler.
-# The library definition has always preference over this property.
-libs.beans-binding.classpath=../../../../usr/share/netbeans/6.0.1/java1/modules/ext/beansbinding-1.2.1.jar
 # Property libs.XML-RPC.classpath is set here just to make sharing of project simpler.
 # The library definition has always preference over this property.
 libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar
-- 
cgit 1.4.1