diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-20 12:11:31 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-20 12:11:31 +0000 |
commit | 1ffda8b986326d994b036c81c8050bc91151f4c7 (patch) | |
tree | 602643397de2da26a6a11f90d9d9718f059aaffa /update/plugin/subversion/trunk/nbproject/project.properties | |
parent | 0d637dc342c97a646268aae4852457059e9310b6 (diff) | |
download | instadisc-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.properties | 76 |
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 @@ | |||
1 | application.title=InstaDiscUpdateSVN | ||
2 | application.vendor=hatkirby | ||
3 | build.classes.dir=${build.dir}/classes | ||
4 | build.classes.excludes=**/*.java,**/*.form | ||
5 | # This directory is removed when the project is cleaned: | ||
6 | build.dir=build | ||
7 | build.generated.dir=${build.dir}/generated | ||
8 | # Only compile against the classpath explicitly listed here: | ||
9 | build.sysclasspath=ignore | ||
10 | build.test.classes.dir=${build.dir}/test/classes | ||
11 | build.test.results.dir=${build.dir}/test/results | ||
12 | debug.classpath=\ | ||
13 | ${run.classpath} | ||
14 | debug.test.classpath=\ | ||
15 | ${run.test.classpath} | ||
16 | # This directory is removed when the project is cleaned: | ||
17 | dist.dir=dist | ||
18 | dist.jar=${dist.dir}/InstaDiscUpdateSVN.jar | ||
19 | dist.javadoc.dir=${dist.dir}/javadoc | ||
20 | excludes= | ||
21 | file.reference.commons-logging-1.1.jar=lib/commons-logging-1.1.jar | ||
22 | file.reference.ws-commons-util-1.0.2.jar=lib/ws-commons-util-1.0.2.jar | ||
23 | file.reference.xmlrpc-client-3.1.jar=lib/xmlrpc-client-3.1.jar | ||
24 | file.reference.xmlrpc-common-3.1.jar=lib/xmlrpc-common-3.1.jar | ||
25 | file.reference.xmlrpc-server-3.1.jar=lib/xmlrpc-server-3.1.jar | ||
26 | includes=** | ||
27 | jar.compress=false | ||
28 | javac.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 | ||
35 | javac.compilerargs= | ||
36 | javac.deprecation=false | ||
37 | javac.source=1.5 | ||
38 | javac.target=1.5 | ||
39 | javac.test.classpath=\ | ||
40 | ${javac.classpath}:\ | ||
41 | ${build.classes.dir}:\ | ||
42 | ${libs.junit.classpath}:\ | ||
43 | ${libs.junit_4.classpath} | ||
44 | javadoc.additionalparam= | ||
45 | javadoc.author=false | ||
46 | javadoc.encoding=${source.encoding} | ||
47 | javadoc.noindex=false | ||
48 | javadoc.nonavbar=false | ||
49 | javadoc.notree=false | ||
50 | javadoc.private=false | ||
51 | javadoc.splitindex=true | ||
52 | javadoc.use=true | ||
53 | javadoc.version=false | ||
54 | javadoc.windowtitle= | ||
55 | jnlp.codebase.type=local | ||
56 | jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDiscUpdateSVN/dist | ||
57 | jnlp.enabled=false | ||
58 | jnlp.offline-allowed=false | ||
59 | jnlp.signed=false | ||
60 | main.class=com.fourisland.instadisc.update.svn.Main | ||
61 | manifest.file=manifest.mf | ||
62 | meta.inf.dir=${src.dir}/META-INF | ||
63 | platform.active=default_platform | ||
64 | run.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): | ||
70 | run.jvmargs= | ||
71 | run.test.classpath=\ | ||
72 | ${javac.test.classpath}:\ | ||
73 | ${build.test.classes.dir} | ||
74 | source.encoding=UTF-8 | ||
75 | src.dir=src | ||
76 | test.src.dir=test | ||