From 3bfabd220ce6c644168184a8464d78564adb05f5 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 29 Jul 2008 00:48:41 +0000 Subject: Added database Because of the lack of SQLite Java wrappers, InstaDisc instead uses a BDB database. --- client/trunk/nbproject/project.properties | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'client/trunk/nbproject') diff --git a/client/trunk/nbproject/project.properties b/client/trunk/nbproject/project.properties index cb41155..078acf2 100644 --- a/client/trunk/nbproject/project.properties +++ b/client/trunk/nbproject/project.properties @@ -20,10 +20,18 @@ 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 includes=** jar.compress=false javac.classpath=\ - ${libs.swing-app-framework.classpath} + ${libs.swing-app-framework.classpath}:\ + ${libs.XML-RPC.classpath}:\ + ${file.reference.ws-commons-util-1.0.2.jar}:\ + ${file.reference.commons-logging-1.1.jar}:\ + ${libs.BDB.classpath} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false @@ -45,6 +53,12 @@ javadoc.splitindex=true javadoc.use=true 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 +# 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 main.class=com.fourisland.instadisc.InstaDiscApp manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF -- cgit 1.4.1