view nbproject/project.properties @ 1:bd283605f2ae

First working version.
author Mikhail Kryshen <mikhail@kryshen.net>
date Thu, 29 Oct 2009 16:03:12 +0300
parents 006c54c8dfb8
children 3ab011b6e6e8
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 file.reference.tomcat-juli.jar=${var.tomcat}/bin/tomcat-juli.jar
28 includes=**
29 jar.compress=false
30 javac.classpath=\
31 ${file.reference.catalina.jar}:\
32 ${file.reference.tomcat-juli.jar}
33 # Space-separated list of extra javac options
34 javac.compilerargs=
35 javac.deprecation=false
36 javac.source=1.5
37 javac.target=1.5
38 javac.test.classpath=\
39 ${javac.classpath}:\
40 ${build.classes.dir}:\
41 ${libs.junit.classpath}:\
42 ${libs.junit_4.classpath}
43 javadoc.additionalparam=
44 javadoc.author=false
45 javadoc.encoding=${source.encoding}
46 javadoc.noindex=false
47 javadoc.nonavbar=false
48 javadoc.notree=false
49 javadoc.private=false
50 javadoc.reference.catalina.jar=http://tomcat.apache.org/tomcat-6.0-doc/api/
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/kryshen/projects/own/tomcat-userconfig/dist
57 jnlp.descriptor=application
58 jnlp.enabled=false
59 jnlp.offline-allowed=false
60 jnlp.signed=false
61 meta.inf.dir=${src.dir}/META-INF
62 platform.active=default_platform
63 run.classpath=\
64 ${javac.classpath}:\
65 ${build.classes.dir}
66 # Space-separated list of JVM arguments used when running the project
67 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
68 # or test-sys-prop.name=value to set system properties for unit tests):
69 run.jvmargs=
70 run.test.classpath=\
71 ${javac.test.classpath}:\
72 ${build.test.classes.dir}
73 source.encoding=UTF-8
74 source.reference.catalina.jar=../../../misc/build/apache-tomcat-6.0.20-src/java
75 src.dir=src
76 test.src.dir=test