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