From a31b51792e4eddf47312cd2362ccff568eab19e8 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 29 Jul 2008 02:01:42 +0000 Subject: Client: Encapsulated classpath JARs Moved required classpath JARs into a SVN controlled folder so that they are available to anyone who wishes to help develop InstaDisc. Note that the Appframework and Spring-worker JARs were not encapsulated. If you wish to help develop InstaDisc, you'd best be off using NetBeans. --- client/trunk/nbproject/project.properties | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'client/trunk/nbproject') diff --git a/client/trunk/nbproject/project.properties b/client/trunk/nbproject/project.properties index 078acf2..a239641 100644 --- a/client/trunk/nbproject/project.properties +++ b/client/trunk/nbproject/project.properties @@ -20,18 +20,16 @@ dist.dir=dist dist.jar=${dist.dir}/InstaDisc.jar dist.javadoc.dir=${dist.dir}/javadoc excludes= -file.reference.commons-logging-1.1.jar=../../Desktop/xmlrpc-3.1/lib/commons-logging-1.1.jar -file.reference.sqlite.jar=../../Desktop/javasqlite-20080420/sqlite.jar -file.reference.sqlitejdbc-v052.jar=../../Desktop/sqlitejdbc-v052.jar -file.reference.ws-commons-util-1.0.2.jar=../../Desktop/xmlrpc-3.1/lib/ws-commons-util-1.0.2.jar +file.reference.commons-logging-1.1.jar=lib/commons-logging-1.1.jar +file.reference.ws-commons-util-1.0.2.jar=lib/ws-commons-util-1.0.2.jar includes=** jar.compress=false javac.classpath=\ ${libs.swing-app-framework.classpath}:\ ${libs.XML-RPC.classpath}:\ - ${file.reference.ws-commons-util-1.0.2.jar}:\ + ${libs.BDB.classpath}:\ ${file.reference.commons-logging-1.1.jar}:\ - ${libs.BDB.classpath} + ${file.reference.ws-commons-util-1.0.2.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false @@ -55,10 +53,10 @@ javadoc.version=false javadoc.windowtitle= # 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=../../Desktop/je-3.3.62/lib/je-3.3.62.jar +libs.BDB.classpath=lib/je-3.3.62.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=../../Desktop/xmlrpc-3.1/lib/xmlrpc-client-3.1.jar:../../Desktop/xmlrpc-3.1/lib/xmlrpc-common-3.1.jar:../../Desktop/xmlrpc-3.1/lib/xmlrpc-server-3.1.jar +libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar main.class=com.fourisland.instadisc.InstaDiscApp manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF -- cgit 1.4.1