samples/apifest1/day2/elementbasedsolution/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 18:51:38 +0200
changeset 263 7e8e995065c5
parent 52 4257f4cf226b
permissions -rw-r--r--
Tests of all modules are executed and can fail the build
     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}/boolcircuit.jar
    17 dist.javadoc.dir=${dist.dir}/javadoc
    18 jar.compress=false
    19 javac.classpath=
    20 # Space-separated list of extra javac options
    21 javac.compilerargs=
    22 javac.deprecation=false
    23 javac.source=1.5
    24 javac.target=1.5
    25 javac.test.classpath=\
    26     ${javac.classpath}:\
    27     ${build.classes.dir}:\
    28     ${libs.junit.classpath}
    29 javadoc.additionalparam=
    30 javadoc.author=false
    31 javadoc.encoding=
    32 javadoc.noindex=false
    33 javadoc.nonavbar=false
    34 javadoc.notree=false
    35 javadoc.private=false
    36 javadoc.splitindex=true
    37 javadoc.use=true
    38 javadoc.version=false
    39 javadoc.windowtitle=
    40 # Property libs.junit.classpath is set here just to make sharing of project simpler.
    41 # The library definition has always preference over this property.
    42 libs.junit.classpath=../../../libs/dist/junit-4.4.jar
    43 meta.inf.dir=${src.dir}/META-INF
    44 platform.active=default_platform
    45 run.classpath=\
    46     ${javac.classpath}:\
    47     ${build.classes.dir}
    48 # Space-separated list of JVM arguments used when running the project
    49 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    50 # or test-sys-prop.name=value to set system properties for unit tests):
    51 run.jvmargs=
    52 run.test.classpath=\
    53     ${javac.test.classpath}:\
    54     ${build.test.classes.dir}
    55 src.dir=src
    56 test.src.dir=test