samples/apifest1/day1/pinbasedsolution/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
jtulach@52
     1
build.classes.dir=${build.dir}/classes
jtulach@52
     2
build.classes.excludes=**/*.java,**/*.form
jtulach@52
     3
# This directory is removed when the project is cleaned:
jtulach@52
     4
build.dir=build
jtulach@52
     5
build.generated.dir=${build.dir}/generated
jtulach@52
     6
# Only compile against the classpath explicitly listed here:
jtulach@52
     7
build.sysclasspath=ignore
jtulach@52
     8
build.test.classes.dir=${build.dir}/test/classes
jtulach@52
     9
build.test.results.dir=${build.dir}/test/results
jtulach@52
    10
debug.classpath=\
jtulach@52
    11
    ${run.classpath}
jtulach@52
    12
debug.test.classpath=\
jtulach@52
    13
    ${run.test.classpath}
jtulach@52
    14
# This directory is removed when the project is cleaned:
jtulach@52
    15
dist.dir=dist
jtulach@52
    16
dist.jar=${dist.dir}/boolcircuit.jar
jtulach@52
    17
dist.javadoc.dir=${dist.dir}/javadoc
jtulach@52
    18
excludes=
jtulach@52
    19
includes=**
jtulach@52
    20
jar.compress=false
jtulach@52
    21
javac.classpath=
jtulach@52
    22
# Space-separated list of extra javac options
jtulach@52
    23
javac.compilerargs=
jtulach@52
    24
javac.deprecation=false
jtulach@52
    25
javac.source=1.5
jtulach@52
    26
javac.target=1.5
jtulach@52
    27
javac.test.classpath=\
jtulach@52
    28
    ${javac.classpath}:\
jtulach@52
    29
    ${build.classes.dir}:\
jtulach@153
    30
    ${libs.junit.classpath}
jtulach@52
    31
javadoc.additionalparam=
jtulach@52
    32
javadoc.author=false
jtulach@52
    33
javadoc.encoding=
jtulach@52
    34
javadoc.noindex=false
jtulach@52
    35
javadoc.nonavbar=false
jtulach@52
    36
javadoc.notree=false
jtulach@52
    37
javadoc.private=false
jtulach@52
    38
javadoc.splitindex=true
jtulach@52
    39
javadoc.use=true
jtulach@52
    40
javadoc.version=false
jtulach@52
    41
javadoc.windowtitle=
jtulach@153
    42
# Property libs.junit.classpath is set here just to make sharing of project simpler.
jtulach@153
    43
# The library definition has always preference over this property.
jtulach@153
    44
libs.junit.classpath=../../../../../usr/local/lib/netbeans/ide8/modules/ext/junit-3.8.2.jar
jtulach@52
    45
meta.inf.dir=${src.dir}/META-INF
jtulach@52
    46
platform.active=default_platform
jtulach@52
    47
run.classpath=\
jtulach@52
    48
    ${javac.classpath}:\
jtulach@52
    49
    ${build.classes.dir}
jtulach@52
    50
# Space-separated list of JVM arguments used when running the project
jtulach@52
    51
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
jtulach@52
    52
# or test-sys-prop.name=value to set system properties for unit tests):
jtulach@52
    53
run.jvmargs=
jtulach@52
    54
run.test.classpath=\
jtulach@52
    55
    ${javac.test.classpath}:\
jtulach@52
    56
    ${build.test.classes.dir}
jtulach@52
    57
src.dir=src
jtulach@52
    58
test.src.dir=test