diff options
Diffstat (limited to 'client/trunk/nbproject/project.properties')
-rw-r--r-- | client/trunk/nbproject/project.properties | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/client/trunk/nbproject/project.properties b/client/trunk/nbproject/project.properties new file mode 100644 index 0000000..cb41155 --- /dev/null +++ b/client/trunk/nbproject/project.properties | |||
@@ -0,0 +1,64 @@ | |||
1 | application.desc=A simple java desktop application based on Swing Application Framework | ||
2 | application.homepage=http://appframework.dev.java.net | ||
3 | application.title=Basic Application Example | ||
4 | application.vendor=Sun Microsystems Inc. | ||
5 | build.classes.dir=${build.dir}/classes | ||
6 | build.classes.excludes=**/*.java,**/*.form | ||
7 | # This directory is removed when the project is cleaned: | ||
8 | build.dir=build | ||
9 | build.generated.dir=${build.dir}/generated | ||
10 | # Only compile against the classpath explicitly listed here: | ||
11 | build.sysclasspath=ignore | ||
12 | build.test.classes.dir=${build.dir}/test/classes | ||
13 | build.test.results.dir=${build.dir}/test/results | ||
14 | debug.classpath=\ | ||
15 | ${run.classpath} | ||
16 | debug.test.classpath=\ | ||
17 | ${run.test.classpath} | ||
18 | # This directory is removed when the project is cleaned: | ||
19 | dist.dir=dist | ||
20 | dist.jar=${dist.dir}/InstaDisc.jar | ||
21 | dist.javadoc.dir=${dist.dir}/javadoc | ||
22 | excludes= | ||
23 | includes=** | ||
24 | jar.compress=false | ||
25 | javac.classpath=\ | ||
26 | ${libs.swing-app-framework.classpath} | ||
27 | # Space-separated list of extra javac options | ||
28 | javac.compilerargs= | ||
29 | javac.deprecation=false | ||
30 | javac.source=1.5 | ||
31 | javac.target=1.5 | ||
32 | javac.test.classpath=\ | ||
33 | ${javac.classpath}:\ | ||
34 | ${build.classes.dir}:\ | ||
35 | ${libs.junit.classpath}:\ | ||
36 | ${libs.junit_4.classpath} | ||
37 | javadoc.additionalparam= | ||
38 | javadoc.author=false | ||
39 | javadoc.encoding=${source.encoding} | ||
40 | javadoc.noindex=false | ||
41 | javadoc.nonavbar=false | ||
42 | javadoc.notree=false | ||
43 | javadoc.private=false | ||
44 | javadoc.splitindex=true | ||
45 | javadoc.use=true | ||
46 | javadoc.version=false | ||
47 | javadoc.windowtitle= | ||
48 | main.class=com.fourisland.instadisc.InstaDiscApp | ||
49 | manifest.file=manifest.mf | ||
50 | meta.inf.dir=${src.dir}/META-INF | ||
51 | platform.active=default_platform | ||
52 | run.classpath=\ | ||
53 | ${javac.classpath}:\ | ||
54 | ${build.classes.dir} | ||
55 | # Space-separated list of JVM arguments used when running the project | ||
56 | # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value | ||
57 | # or test-sys-prop.name=value to set system properties for unit tests): | ||
58 | run.jvmargs= | ||
59 | run.test.classpath=\ | ||
60 | ${javac.test.classpath}:\ | ||
61 | ${build.test.classes.dir} | ||
62 | source.encoding=UTF-8 | ||
63 | src.dir=src | ||
64 | test.src.dir=test | ||