view nbproject/project.properties @ 0:006c54c8dfb8

Initial.
author Mikhail Kryshen <mikhail@kryshen.net>
date Wed, 28 Oct 2009 17:03:05 +0300
parents
children bd283605f2ae
line source
1 application.title=tomcat-userconfig
2 application.vendor=kryshen
3 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
4 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
5 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default
6 build.classes.dir=${build.dir}/classes
7 build.classes.excludes=**/*.java,**/*.form
8 # This directory is removed when the project is cleaned:
9 build.dir=build
10 build.generated.dir=${build.dir}/generated
11 # Only compile against the classpath explicitly listed here:
12 build.sysclasspath=ignore
13 build.test.classes.dir=${build.dir}/test/classes
14 build.test.results.dir=${build.dir}/test/results
15 # Uncomment to specify the preferred debugger connection transport:
16 #debug.transport=dt_socket
17 debug.classpath=\
18 ${run.classpath}
19 debug.test.classpath=\
20 ${run.test.classpath}
21 # This directory is removed when the project is cleaned:
22 dist.dir=dist
23 dist.jar=${dist.dir}/tomcat-userconfig.jar
24 dist.javadoc.dir=${dist.dir}/javadoc
25 excludes=
26 file.reference.catalina.jar=${var.tomcat}/lib/catalina.jar
27 includes=**
28 jar.compress=false
29 javac.classpath=\
30 ${file.reference.catalina.jar}
31 # Space-separated list of extra javac options
32 javac.compilerargs=
33 javac.deprecation=false
34 javac.source=1.5
35 javac.target=1.5
36 javac.test.classpath=\
37 ${javac.classpath}:\
38 ${build.classes.dir}:\
39 ${libs.junit.classpath}:\
40 ${libs.junit_4.classpath}
41 javadoc.additionalparam=
42 javadoc.author=false
43 javadoc.encoding=${source.encoding}
44 javadoc.noindex=false
45 javadoc.nonavbar=false
46 javadoc.notree=false
47 javadoc.private=false
48 javadoc.reference.catalina.jar=http://tomcat.apache.org/tomcat-6.0-doc/api/
49 javadoc.splitindex=true
50 javadoc.use=true
51 javadoc.version=false
52 javadoc.windowtitle=
53 jnlp.codebase.type=local
54 jnlp.codebase.url=file:/home/kryshen/projects/own/tomcat-userconfig/dist
55 jnlp.descriptor=application
56 jnlp.enabled=false
57 jnlp.offline-allowed=false
58 jnlp.signed=false
59 meta.inf.dir=${src.dir}/META-INF
60 platform.active=default_platform
61 run.classpath=\
62 ${javac.classpath}:\
63 ${build.classes.dir}
64 # Space-separated list of JVM arguments used when running the project
65 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
66 # or test-sys-prop.name=value to set system properties for unit tests):
67 run.jvmargs=
68 run.test.classpath=\
69 ${javac.test.classpath}:\
70 ${build.test.classes.dir}
71 source.encoding=UTF-8
72 source.reference.catalina.jar=../../../misc/build/apache-tomcat-6.0.20-src/java
73 src.dir=src
74 test.src.dir=test