1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/java/nekurak.net-lib/nbproject/project.properties Thu Feb 11 08:52:50 2010 +0100
1.3 @@ -0,0 +1,61 @@
1.4 +build.classes.dir=${build.dir}/classes
1.5 +build.classes.excludes=**/*.java,**/*.form
1.6 +# This directory is removed when the project is cleaned:
1.7 +build.dir=build
1.8 +build.generated.dir=${build.dir}/generated
1.9 +build.generated.sources.dir=${build.dir}/generated-sources
1.10 +# Only compile against the classpath explicitly listed here:
1.11 +build.sysclasspath=ignore
1.12 +build.test.classes.dir=${build.dir}/test/classes
1.13 +build.test.results.dir=${build.dir}/test/results
1.14 +# Uncomment to specify the preferred debugger connection transport:
1.15 +#debug.transport=dt_socket
1.16 +debug.classpath=\
1.17 + ${run.classpath}
1.18 +debug.test.classpath=\
1.19 + ${run.test.classpath}
1.20 +# This directory is removed when the project is cleaned:
1.21 +dist.dir=dist
1.22 +dist.jar=${dist.dir}/nekurak.net-lib.jar
1.23 +dist.javadoc.dir=${dist.dir}/javadoc
1.24 +excludes=
1.25 +includes=**
1.26 +jar.compress=false
1.27 +javac.classpath=\
1.28 + ${libs.javaee-api-6.0.classpath}
1.29 +# Space-separated list of extra javac options
1.30 +javac.compilerargs=
1.31 +javac.deprecation=false
1.32 +javac.source=1.5
1.33 +javac.target=1.5
1.34 +javac.test.classpath=\
1.35 + ${javac.classpath}:\
1.36 + ${build.classes.dir}:\
1.37 + ${libs.junit.classpath}:\
1.38 + ${libs.junit_4.classpath}
1.39 +javadoc.additionalparam=
1.40 +javadoc.author=false
1.41 +javadoc.encoding=${source.encoding}
1.42 +javadoc.noindex=false
1.43 +javadoc.nonavbar=false
1.44 +javadoc.notree=false
1.45 +javadoc.private=false
1.46 +javadoc.splitindex=true
1.47 +javadoc.use=true
1.48 +javadoc.version=false
1.49 +javadoc.windowtitle=
1.50 +meta.inf.dir=${src.dir}/META-INF
1.51 +platform.active=default_platform
1.52 +run.classpath=\
1.53 + ${javac.classpath}:\
1.54 + ${build.classes.dir}
1.55 +# Space-separated list of JVM arguments used when running the project
1.56 +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
1.57 +# or test-sys-prop.name=value to set system properties for unit tests):
1.58 +run.jvmargs=
1.59 +run.test.classpath=\
1.60 + ${javac.test.classpath}:\
1.61 + ${build.test.classes.dir}
1.62 +source.encoding=UTF-8
1.63 +src.dir=src
1.64 +test.src.dir=test