about summary refs log tree commit diff stats
path: root/update/plugin/subversion/trunk/nbproject/project.properties
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-21 14:26:16 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-21 14:26:16 +0000
commitff063bc7eb37a6af42a75c216f647db15cb858fe (patch)
tree3642063b97b2fc69b68a0df2744525f28c2f828b /update/plugin/subversion/trunk/nbproject/project.properties
parent1ef9b232d50523f3dac49e225d560bb9da0eb9b4 (diff)
downloadinstadisc-ff063bc7eb37a6af42a75c216f647db15cb858fe.tar.gz
instadisc-ff063bc7eb37a6af42a75c216f647db15cb858fe.tar.bz2
instadisc-ff063bc7eb37a6af42a75c216f647db15cb858fe.zip
Update: Added VerID bounce to Subversion
Also imported classpath libraries, for some reason they weren't previously added. Fixes #44
Diffstat (limited to 'update/plugin/subversion/trunk/nbproject/project.properties')
-rw-r--r--update/plugin/subversion/trunk/nbproject/project.properties16
1 files changed, 11 insertions, 5 deletions
diff --git a/update/plugin/subversion/trunk/nbproject/project.properties b/update/plugin/subversion/trunk/nbproject/project.properties index 97cccc2..5c1f30f 100644 --- a/update/plugin/subversion/trunk/nbproject/project.properties +++ b/update/plugin/subversion/trunk/nbproject/project.properties
@@ -18,10 +18,19 @@ dist.dir=dist
18dist.jar=${dist.dir}/InstaDiscUpdateSVN.jar 18dist.jar=${dist.dir}/InstaDiscUpdateSVN.jar
19dist.javadoc.dir=${dist.dir}/javadoc 19dist.javadoc.dir=${dist.dir}/javadoc
20excludes= 20excludes=
21file.reference.commons-logging-1.1.jar=lib/commons-logging-1.1.jar
22file.reference.ws-commons-util-1.0.2.jar=lib/ws-commons-util-1.0.2.jar
23file.reference.xmlrpc-client-3.1.jar=lib/xmlrpc-client-3.1.jar
24file.reference.xmlrpc-common-3.1.jar=lib/xmlrpc-common-3.1.jar
25file.reference.xmlrpc-server-3.1.jar=lib/xmlrpc-server-3.1.jar
21includes=** 26includes=**
22jar.compress=false 27jar.compress=false
23javac.classpath=\ 28javac.classpath=\
24 ${libs.XML-RPC2.classpath} 29 ${file.reference.commons-logging-1.1.jar}:\
30 ${file.reference.ws-commons-util-1.0.2.jar}:\
31 ${file.reference.xmlrpc-client-3.1.jar}:\
32 ${file.reference.xmlrpc-common-3.1.jar}:\
33 ${file.reference.xmlrpc-server-3.1.jar}
25# Space-separated list of extra javac options 34# Space-separated list of extra javac options
26javac.compilerargs= 35javac.compilerargs=
27javac.deprecation=false 36javac.deprecation=false
@@ -44,13 +53,10 @@ javadoc.use=true
44javadoc.version=false 53javadoc.version=false
45javadoc.windowtitle= 54javadoc.windowtitle=
46jnlp.codebase.type=local 55jnlp.codebase.type=local
47jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDiscUpdateSVN/dist/ 56jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDiscUpdateSVN/dist
48jnlp.enabled=false 57jnlp.enabled=false
49jnlp.offline-allowed=false 58jnlp.offline-allowed=false
50jnlp.signed=false 59jnlp.signed=false
51# Property libs.XML-RPC2.classpath is set here just to make sharing of project simpler.
52# The library definition has always preference over this property.
53libs.XML-RPC2.classpath=lib/commons-logging-1.1.jar:lib/ws-commons-util-1.0.2.jar:lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar
54main.class=com.fourisland.instadisc.update.svn.Main 60main.class=com.fourisland.instadisc.update.svn.Main
55manifest.file=manifest.mf 61manifest.file=manifest.mf
56meta.inf.dir=${src.dir}/META-INF 62meta.inf.dir=${src.dir}/META-INF