diff options
Diffstat (limited to 'client/trunk/nbproject')
-rw-r--r-- | client/trunk/nbproject/project.properties | 14 |
1 files changed, 6 insertions, 8 deletions
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 | |||
20 | dist.jar=${dist.dir}/InstaDisc.jar | 20 | dist.jar=${dist.dir}/InstaDisc.jar |
21 | dist.javadoc.dir=${dist.dir}/javadoc | 21 | dist.javadoc.dir=${dist.dir}/javadoc |
22 | excludes= | 22 | excludes= |
23 | file.reference.commons-logging-1.1.jar=../../Desktop/xmlrpc-3.1/lib/commons-logging-1.1.jar | 23 | file.reference.commons-logging-1.1.jar=lib/commons-logging-1.1.jar |
24 | file.reference.sqlite.jar=../../Desktop/javasqlite-20080420/sqlite.jar | 24 | file.reference.ws-commons-util-1.0.2.jar=lib/ws-commons-util-1.0.2.jar |
25 | file.reference.sqlitejdbc-v052.jar=../../Desktop/sqlitejdbc-v052.jar | ||
26 | file.reference.ws-commons-util-1.0.2.jar=../../Desktop/xmlrpc-3.1/lib/ws-commons-util-1.0.2.jar | ||
27 | includes=** | 25 | includes=** |
28 | jar.compress=false | 26 | jar.compress=false |
29 | javac.classpath=\ | 27 | javac.classpath=\ |
30 | ${libs.swing-app-framework.classpath}:\ | 28 | ${libs.swing-app-framework.classpath}:\ |
31 | ${libs.XML-RPC.classpath}:\ | 29 | ${libs.XML-RPC.classpath}:\ |
32 | ${file.reference.ws-commons-util-1.0.2.jar}:\ | 30 | ${libs.BDB.classpath}:\ |
33 | ${file.reference.commons-logging-1.1.jar}:\ | 31 | ${file.reference.commons-logging-1.1.jar}:\ |
34 | ${libs.BDB.classpath} | 32 | ${file.reference.ws-commons-util-1.0.2.jar} |
35 | # Space-separated list of extra javac options | 33 | # Space-separated list of extra javac options |
36 | javac.compilerargs= | 34 | javac.compilerargs= |
37 | javac.deprecation=false | 35 | javac.deprecation=false |
@@ -55,10 +53,10 @@ javadoc.version=false | |||
55 | javadoc.windowtitle= | 53 | javadoc.windowtitle= |
56 | # Property libs.BDB.classpath is set here just to make sharing of project simpler. | 54 | # Property libs.BDB.classpath is set here just to make sharing of project simpler. |
57 | # The library definition has always preference over this property. | 55 | # The library definition has always preference over this property. |
58 | libs.BDB.classpath=../../Desktop/je-3.3.62/lib/je-3.3.62.jar | 56 | libs.BDB.classpath=lib/je-3.3.62.jar |
59 | # Property libs.XML-RPC.classpath is set here just to make sharing of project simpler. | 57 | # Property libs.XML-RPC.classpath is set here just to make sharing of project simpler. |
60 | # The library definition has always preference over this property. | 58 | # The library definition has always preference over this property. |
61 | 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 | 59 | libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar |
62 | main.class=com.fourisland.instadisc.InstaDiscApp | 60 | main.class=com.fourisland.instadisc.InstaDiscApp |
63 | manifest.file=manifest.mf | 61 | manifest.file=manifest.mf |
64 | meta.inf.dir=${src.dir}/META-INF | 62 | meta.inf.dir=${src.dir}/META-INF |