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