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-09-20 12:11:31 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-20 12:11:31 +0000
commit1ffda8b986326d994b036c81c8050bc91151f4c7 (patch)
tree602643397de2da26a6a11f90d9d9718f059aaffa /update/plugin/subversion/trunk/nbproject/project.properties
parent0d637dc342c97a646268aae4852457059e9310b6 (diff)
downloadinstadisc-1ffda8b986326d994b036c81c8050bc91151f4c7.tar.gz
instadisc-1ffda8b986326d994b036c81c8050bc91151f4c7.tar.bz2
instadisc-1ffda8b986326d994b036c81c8050bc91151f4c7.zip
Update: Imported XML-RPC libraries
Refs #62
Diffstat (limited to 'update/plugin/subversion/trunk/nbproject/project.properties')
-rw-r--r--update/plugin/subversion/trunk/nbproject/project.properties76
1 files changed, 0 insertions, 76 deletions
diff --git a/update/plugin/subversion/trunk/nbproject/project.properties b/update/plugin/subversion/trunk/nbproject/project.properties deleted file mode 100644 index 5c1f30f..0000000 --- a/update/plugin/subversion/trunk/nbproject/project.properties +++ /dev/null
@@ -1,76 +0,0 @@
1application.title=InstaDiscUpdateSVN
2application.vendor=hatkirby
3build.classes.dir=${build.dir}/classes
4build.classes.excludes=**/*.java,**/*.form
5# This directory is removed when the project is cleaned:
6build.dir=build
7build.generated.dir=${build.dir}/generated
8# Only compile against the classpath explicitly listed here:
9build.sysclasspath=ignore
10build.test.classes.dir=${build.dir}/test/classes
11build.test.results.dir=${build.dir}/test/results
12debug.classpath=\
13 ${run.classpath}
14debug.test.classpath=\
15 ${run.test.classpath}
16# This directory is removed when the project is cleaned:
17dist.dir=dist
18dist.jar=${dist.dir}/InstaDiscUpdateSVN.jar
19dist.javadoc.dir=${dist.dir}/javadoc
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
26includes=**
27jar.compress=false
28javac.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}
34# Space-separated list of extra javac options
35javac.compilerargs=
36javac.deprecation=false
37javac.source=1.5
38javac.target=1.5
39javac.test.classpath=\
40 ${javac.classpath}:\
41 ${build.classes.dir}:\
42 ${libs.junit.classpath}:\
43 ${libs.junit_4.classpath}
44javadoc.additionalparam=
45javadoc.author=false
46javadoc.encoding=${source.encoding}
47javadoc.noindex=false
48javadoc.nonavbar=false
49javadoc.notree=false
50javadoc.private=false
51javadoc.splitindex=true
52javadoc.use=true
53javadoc.version=false
54javadoc.windowtitle=
55jnlp.codebase.type=local
56jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDiscUpdateSVN/dist
57jnlp.enabled=false
58jnlp.offline-allowed=false
59jnlp.signed=false
60main.class=com.fourisland.instadisc.update.svn.Main
61manifest.file=manifest.mf
62meta.inf.dir=${src.dir}/META-INF
63platform.active=default_platform
64run.classpath=\
65 ${javac.classpath}:\
66 ${build.classes.dir}
67# Space-separated list of JVM arguments used when running the project
68# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
69# or test-sys-prop.name=value to set system properties for unit tests):
70run.jvmargs=
71run.test.classpath=\
72 ${javac.test.classpath}:\
73 ${build.test.classes.dir}
74source.encoding=UTF-8
75src.dir=src
76test.src.dir=test