about summary refs log tree commit diff stats
path: root/update/plugin/svn/trunk/nbproject/project.properties
diff options
context:
space:
mode:
Diffstat (limited to 'update/plugin/svn/trunk/nbproject/project.properties')
-rw-r--r--update/plugin/svn/trunk/nbproject/project.properties70
1 files changed, 0 insertions, 70 deletions
diff --git a/update/plugin/svn/trunk/nbproject/project.properties b/update/plugin/svn/trunk/nbproject/project.properties deleted file mode 100644 index 97cccc2..0000000 --- a/update/plugin/svn/trunk/nbproject/project.properties +++ /dev/null
@@ -1,70 +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=
21includes=**
22jar.compress=false
23javac.classpath=\
24 ${libs.XML-RPC2.classpath}
25# Space-separated list of extra javac options
26javac.compilerargs=
27javac.deprecation=false
28javac.source=1.5
29javac.target=1.5
30javac.test.classpath=\
31 ${javac.classpath}:\
32 ${build.classes.dir}:\
33 ${libs.junit.classpath}:\
34 ${libs.junit_4.classpath}
35javadoc.additionalparam=
36javadoc.author=false
37javadoc.encoding=${source.encoding}
38javadoc.noindex=false
39javadoc.nonavbar=false
40javadoc.notree=false
41javadoc.private=false
42javadoc.splitindex=true
43javadoc.use=true
44javadoc.version=false
45javadoc.windowtitle=
46jnlp.codebase.type=local
47jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDiscUpdateSVN/dist/
48jnlp.enabled=false
49jnlp.offline-allowed=false
50jnlp.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
55manifest.file=manifest.mf
56meta.inf.dir=${src.dir}/META-INF
57platform.active=default_platform
58run.classpath=\
59 ${javac.classpath}:\
60 ${build.classes.dir}
61# Space-separated list of JVM arguments used when running the project
62# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
63# or test-sys-prop.name=value to set system properties for unit tests):
64run.jvmargs=
65run.test.classpath=\
66 ${javac.test.classpath}:\
67 ${build.test.classes.dir}
68source.encoding=UTF-8
69src.dir=src
70test.src.dir=test