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