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