samples/apifest1/day2/inputandoperation/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:58:08 +0200
changeset 153 b5cbb797ec0a
parent 132 3bc4c54f4bcc
child 154 0fd5e9c500b9
permissions -rw-r--r--
up to line 2000
     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 excludes=
    19 includes=**
    20 jar.compress=false
    21 javac.classpath=
    22 # Space-separated list of extra javac options
    23 javac.compilerargs=
    24 javac.deprecation=false
    25 javac.source=1.5
    26 javac.target=1.5
    27 javac.test.classpath=\
    28     ${javac.classpath}:\
    29     ${build.classes.dir}:\
    30     ${libs.junit.classpath}
    31 javadoc.additionalparam=
    32 javadoc.author=false
    33 javadoc.encoding=
    34 javadoc.noindex=false
    35 javadoc.nonavbar=false
    36 javadoc.notree=false
    37 javadoc.private=false
    38 javadoc.splitindex=true
    39 javadoc.use=true
    40 javadoc.version=false
    41 javadoc.windowtitle=
    42 # Property libs.junit.classpath is set here just to make sharing of project simpler.
    43 # The library definition has always preference over this property.
    44 libs.junit.classpath=../../../../../usr/local/lib/netbeans/ide8/modules/ext/junit-3.8.2.jar
    45 meta.inf.dir=${src.dir}/META-INF
    46 platform.active=default_platform
    47 run.classpath=\
    48     ${javac.classpath}:\
    49     ${build.classes.dir}
    50 # Space-separated list of JVM arguments used when running the project
    51 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    52 # or test-sys-prop.name=value to set system properties for unit tests):
    53 run.jvmargs=
    54 run.test.classpath=\
    55     ${javac.test.classpath}:\
    56     ${build.test.classes.dir}
    57 src.dir=src
    58 test.src.dir=test