samples/trycatchredo/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sun, 01 Feb 2009 16:29:46 +0100
changeset 312 0678c9589013
child 413 f11943a373a7
permissions -rw-r--r--
Renaming the project to 'Try Catch Redo'
     1 build.classes.dir=${build.dir}/classes
     2 build.classes.excludes=**/*.java,**/*.form
     3 # This directory is removed when the project is cleaned:
     4 build.dir=build
     5 build.generated.dir=${build.dir}/generated
     6 # Only compile against the classpath explicitly listed here:
     7 build.sysclasspath=ignore
     8 build.test.classes.dir=${build.dir}/test/classes
     9 build.test.results.dir=${build.dir}/test/results
    10 debug.classpath=\
    11     ${run.classpath}
    12 debug.test.classpath=\
    13     ${run.test.classpath}
    14 # This directory is removed when the project is cleaned:
    15 dist.dir=dist
    16 dist.jar=${dist.dir}/trycatchredo.jar
    17 dist.javadoc.dir=${dist.dir}/javadoc
    18 excludes=
    19 file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
    20 includes=**
    21 jar.compress=false
    22 javac.classpath=
    23 # Space-separated list of extra javac options
    24 javac.compilerargs=
    25 javac.deprecation=false
    26 javac.source=1.5
    27 javac.target=1.5
    28 javac.test.classpath=\
    29     ${javac.classpath}:\
    30     ${build.classes.dir}:\
    31     ${file.reference.junit-4.4.jar}
    32 javadoc.additionalparam=
    33 javadoc.author=false
    34 javadoc.encoding=${source.encoding}
    35 javadoc.noindex=false
    36 javadoc.nonavbar=false
    37 javadoc.notree=false
    38 javadoc.private=false
    39 javadoc.splitindex=true
    40 javadoc.use=true
    41 javadoc.version=false
    42 javadoc.windowtitle=
    43 main.class=org.apidesign.exceptions.trycatchredo.usage.Main
    44 meta.inf.dir=${src.dir}/META-INF
    45 platform.active=default_platform
    46 run.classpath=\
    47     ${javac.classpath}:\
    48     ${build.classes.dir}
    49 # Space-separated list of JVM arguments used when running the project
    50 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    51 # or test-sys-prop.name=value to set system properties for unit tests):
    52 run.jvmargs=
    53 run.test.classpath=\
    54     ${javac.test.classpath}:\
    55     ${build.test.classes.dir}
    56 source.encoding=UTF-8
    57 src.dir=src
    58 test.src.dir=test