diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-07 12:13:32 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-07 12:13:32 +0000 |
commit | b898f9900b1ef36e326fb7f326856887184d4005 (patch) | |
tree | 993080e8bebcf85ac43ff5abc7f6618a4e61eb70 /update/plugin/svn/trunk/nbproject/project.properties | |
parent | 65a964f0f2202ec21c44c493d6412f39ab86bffa (diff) | |
download | instadisc-b898f9900b1ef36e326fb7f326856887184d4005.tar.gz instadisc-b898f9900b1ef36e326fb7f326856887184d4005.tar.bz2 instadisc-b898f9900b1ef36e326fb7f326856887184d4005.zip |
Update: Created NetBeans project (for SVN Plugin)
Diffstat (limited to 'update/plugin/svn/trunk/nbproject/project.properties')
-rw-r--r-- | update/plugin/svn/trunk/nbproject/project.properties | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/update/plugin/svn/trunk/nbproject/project.properties b/update/plugin/svn/trunk/nbproject/project.properties new file mode 100644 index 0000000..77bb3db --- /dev/null +++ b/update/plugin/svn/trunk/nbproject/project.properties | |||
@@ -0,0 +1,59 @@ | |||
1 | build.classes.dir=${build.dir}/classes | ||
2 | build.classes.excludes=**/*.java,**/*.form | ||
3 | # This directory is removed when the project is cleaned: | ||
4 | build.dir=build | ||
5 | build.generated.dir=${build.dir}/generated | ||
6 | # Only compile against the classpath explicitly listed here: | ||
7 | build.sysclasspath=ignore | ||
8 | build.test.classes.dir=${build.dir}/test/classes | ||
9 | build.test.results.dir=${build.dir}/test/results | ||
10 | debug.classpath=\ | ||
11 | ${run.classpath} | ||
12 | debug.test.classpath=\ | ||
13 | ${run.test.classpath} | ||
14 | # This directory is removed when the project is cleaned: | ||
15 | dist.dir=dist | ||
16 | dist.jar=${dist.dir}/InstaDiscUpdateSVN.jar | ||
17 | dist.javadoc.dir=${dist.dir}/javadoc | ||
18 | excludes= | ||
19 | includes=** | ||
20 | jar.compress=false | ||
21 | javac.classpath= | ||
22 | # Space-separated list of extra javac options | ||
23 | javac.compilerargs= | ||
24 | javac.deprecation=false | ||
25 | javac.source=1.5 | ||
26 | javac.target=1.5 | ||
27 | javac.test.classpath=\ | ||
28 | ${javac.classpath}:\ | ||
29 | ${build.classes.dir}:\ | ||
30 | ${libs.junit.classpath}:\ | ||
31 | ${libs.junit_4.classpath} | ||
32 | javadoc.additionalparam= | ||
33 | javadoc.author=false | ||
34 | javadoc.encoding=${source.encoding} | ||
35 | javadoc.noindex=false | ||
36 | javadoc.nonavbar=false | ||
37 | javadoc.notree=false | ||
38 | javadoc.private=false | ||
39 | javadoc.splitindex=true | ||
40 | javadoc.use=true | ||
41 | javadoc.version=false | ||
42 | javadoc.windowtitle= | ||
43 | main.class=com.fourisland.instadisc.update.svn.Main | ||
44 | manifest.file=manifest.mf | ||
45 | meta.inf.dir=${src.dir}/META-INF | ||
46 | platform.active=default_platform | ||
47 | run.classpath=\ | ||
48 | ${javac.classpath}:\ | ||
49 | ${build.classes.dir} | ||
50 | # Space-separated list of JVM arguments used when running the project | ||
51 | # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value | ||
52 | # or test-sys-prop.name=value to set system properties for unit tests): | ||
53 | run.jvmargs= | ||
54 | run.test.classpath=\ | ||
55 | ${javac.test.classpath}:\ | ||
56 | ${build.test.classes.dir} | ||
57 | source.encoding=UTF-8 | ||
58 | src.dir=src | ||
59 | test.src.dir=test | ||