samples/exceptions/nbproject/project.properties
changeset 312 0678c9589013
parent 311 cb8db49f9d1c
child 313 d8bb07520edd
     1.1 --- a/samples/exceptions/nbproject/project.properties	Sun Feb 01 16:27:41 2009 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,57 +0,0 @@
     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 -# Only compile against the classpath explicitly listed here:
    1.10 -build.sysclasspath=ignore
    1.11 -build.test.classes.dir=${build.dir}/test/classes
    1.12 -build.test.results.dir=${build.dir}/test/results
    1.13 -debug.classpath=\
    1.14 -    ${run.classpath}
    1.15 -debug.test.classpath=\
    1.16 -    ${run.test.classpath}
    1.17 -# This directory is removed when the project is cleaned:
    1.18 -dist.dir=dist
    1.19 -dist.jar=${dist.dir}/exceptions.jar
    1.20 -dist.javadoc.dir=${dist.dir}/javadoc
    1.21 -excludes=
    1.22 -includes=**
    1.23 -jar.compress=false
    1.24 -javac.classpath=
    1.25 -# Space-separated list of extra javac options
    1.26 -javac.compilerargs=
    1.27 -javac.deprecation=false
    1.28 -javac.source=1.5
    1.29 -javac.target=1.5
    1.30 -javac.test.classpath=\
    1.31 -    ${javac.classpath}:\
    1.32 -    ${build.classes.dir}:\
    1.33 -    ${libs.junit.classpath}:\
    1.34 -    ${libs.junit_4.classpath}
    1.35 -javadoc.additionalparam=
    1.36 -javadoc.author=false
    1.37 -javadoc.encoding=${source.encoding}
    1.38 -javadoc.noindex=false
    1.39 -javadoc.nonavbar=false
    1.40 -javadoc.notree=false
    1.41 -javadoc.private=false
    1.42 -javadoc.splitindex=true
    1.43 -javadoc.use=true
    1.44 -javadoc.version=false
    1.45 -javadoc.windowtitle=
    1.46 -meta.inf.dir=${src.dir}/META-INF
    1.47 -platform.active=default_platform
    1.48 -run.classpath=\
    1.49 -    ${javac.classpath}:\
    1.50 -    ${build.classes.dir}
    1.51 -# Space-separated list of JVM arguments used when running the project
    1.52 -# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    1.53 -# or test-sys-prop.name=value to set system properties for unit tests):
    1.54 -run.jvmargs=
    1.55 -run.test.classpath=\
    1.56 -    ${javac.test.classpath}:\
    1.57 -    ${build.test.classes.dir}
    1.58 -source.encoding=UTF-8
    1.59 -src.dir=src
    1.60 -test.src.dir=test