samples/stateful/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sun, 02 May 2010 15:37:03 +0200
changeset 353 6f7dc8110210
parent 348 26f9a0ec4315
child 354 f77d863ac962
permissions -rw-r--r--
Using relative junit JAR
jtulach@348
     1
annotation.processing.enabled=true
jtulach@348
     2
annotation.processing.enabled.in.editor=false
jtulach@348
     3
annotation.processing.processor.options=
jtulach@348
     4
annotation.processing.processors.list=
jtulach@348
     5
annotation.processing.run.all.processors=true
jtulach@348
     6
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
jtulach@348
     7
build.classes.dir=${build.dir}/classes
jtulach@348
     8
build.classes.excludes=**/*.java,**/*.form
jtulach@348
     9
# This directory is removed when the project is cleaned:
jtulach@348
    10
build.dir=build
jtulach@348
    11
build.generated.dir=${build.dir}/generated
jtulach@348
    12
build.generated.sources.dir=${build.dir}/generated-sources
jtulach@348
    13
# Only compile against the classpath explicitly listed here:
jtulach@348
    14
build.sysclasspath=ignore
jtulach@348
    15
build.test.classes.dir=${build.dir}/test/classes
jtulach@348
    16
build.test.results.dir=${build.dir}/test/results
jtulach@348
    17
# Uncomment to specify the preferred debugger connection transport:
jtulach@348
    18
#debug.transport=dt_socket
jtulach@348
    19
debug.classpath=\
jtulach@348
    20
    ${run.classpath}
jtulach@348
    21
debug.test.classpath=\
jtulach@348
    22
    ${run.test.classpath}
jtulach@348
    23
# This directory is removed when the project is cleaned:
jtulach@348
    24
dist.dir=dist
jtulach@348
    25
dist.jar=${dist.dir}/stateful.jar
jtulach@348
    26
dist.javadoc.dir=${dist.dir}/javadoc
jtulach@348
    27
excludes=
jtulach@353
    28
file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
jtulach@348
    29
includes=**
jtulach@348
    30
jar.compress=false
jtulach@348
    31
javac.classpath=
jtulach@348
    32
# Space-separated list of extra javac options
jtulach@348
    33
javac.compilerargs=
jtulach@348
    34
javac.deprecation=false
jtulach@348
    35
javac.processorpath=\
jtulach@348
    36
    ${javac.classpath}
jtulach@348
    37
javac.source=1.5
jtulach@348
    38
javac.target=1.5
jtulach@348
    39
javac.test.classpath=\
jtulach@348
    40
    ${javac.classpath}:\
jtulach@348
    41
    ${build.classes.dir}:\
jtulach@353
    42
    ${file.reference.junit-4.4.jar}
jtulach@348
    43
javac.test.processorpath=\
jtulach@348
    44
    ${javac.test.classpath}
jtulach@348
    45
javadoc.additionalparam=
jtulach@348
    46
javadoc.author=false
jtulach@348
    47
javadoc.encoding=${source.encoding}
jtulach@348
    48
javadoc.noindex=false
jtulach@348
    49
javadoc.nonavbar=false
jtulach@348
    50
javadoc.notree=false
jtulach@348
    51
javadoc.private=false
jtulach@348
    52
javadoc.splitindex=true
jtulach@348
    53
javadoc.use=true
jtulach@348
    54
javadoc.version=false
jtulach@348
    55
javadoc.windowtitle=
jtulach@348
    56
main.class=stateful.Main
jtulach@348
    57
manifest.file=manifest.mf
jtulach@348
    58
meta.inf.dir=${src.dir}/META-INF
jtulach@348
    59
platform.active=default_platform
jtulach@348
    60
run.classpath=\
jtulach@348
    61
    ${javac.classpath}:\
jtulach@348
    62
    ${build.classes.dir}
jtulach@348
    63
# Space-separated list of JVM arguments used when running the project
jtulach@348
    64
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
jtulach@348
    65
# or test-sys-prop.name=value to set system properties for unit tests):
jtulach@348
    66
run.jvmargs=
jtulach@348
    67
run.test.classpath=\
jtulach@348
    68
    ${javac.test.classpath}:\
jtulach@348
    69
    ${build.test.classes.dir}
jtulach@348
    70
source.encoding=UTF-8
jtulach@348
    71
src.dir=src
jtulach@348
    72
test.src.dir=test