view nbproject/project.properties @ 3:3ab011b6e6e8

Cleaner refactored version.
author Mikhail Kryshen <mikhail@kryshen.net>
date Fri, 30 Oct 2009 05:12:58 +0300
parents bd283605f2ae
children 64c05808a046
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 build.generated.sources.dir=${build.dir}/generated-sources
12 # Only compile against the classpath explicitly listed here:
13 build.sysclasspath=ignore
14 build.test.classes.dir=${build.dir}/test/classes
15 build.test.results.dir=${build.dir}/test/results
16 # Uncomment to specify the preferred debugger connection transport:
17 #debug.transport=dt_socket
18 debug.classpath=\
19 ${run.classpath}
20 debug.test.classpath=\
21 ${run.test.classpath}
22 # This directory is removed when the project is cleaned:
23 dist.dir=dist
24 dist.jar=${dist.dir}/tomcat-userconfig.jar
25 dist.javadoc.dir=${dist.dir}/javadoc
26 excludes=
27 file.reference.catalina.jar=${var.tomcat}/lib/catalina.jar
28 file.reference.tomcat-juli.jar=${var.tomcat}/bin/tomcat-juli.jar
29 includes=**
30 jar.compress=false
31 javac.classpath=\
32 ${file.reference.catalina.jar}:\
33 ${file.reference.tomcat-juli.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.reference.catalina.jar=http://tomcat.apache.org/tomcat-6.0-doc/api/
52 javadoc.splitindex=true
53 javadoc.use=true
54 javadoc.version=false
55 javadoc.windowtitle=
56 jnlp.codebase.type=local
57 jnlp.codebase.url=file:/home/kryshen/projects/own/tomcat-userconfig/dist
58 jnlp.descriptor=application
59 jnlp.enabled=false
60 jnlp.offline-allowed=false
61 jnlp.signed=false
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 source.reference.catalina.jar=${var.tomcat-src}/!/apache-tomcat-6.0.20-src/java/
76 src.dir=src
77 test.src.dir=test