samples/livedb/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Fri, 16 Jul 2010 23:35:08 +0200
branchlivedb
changeset 359 9d430d9bc4b1
parent 358 afdd66815ee3
child 413 f11943a373a7
permissions -rw-r--r--
Creating the database in Ant. Placing it on a test classpath. Test test now checks real DB content.
jtulach@355
     1
annotation.processing.enabled=true
jtulach@355
     2
annotation.processing.enabled.in.editor=true
jtulach@355
     3
annotation.processing.run.all.processors=true
jtulach@355
     4
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
jtulach@355
     5
application.title=livedb
jtulach@355
     6
application.vendor=jarda
jtulach@355
     7
build.classes.dir=${build.dir}/classes
jtulach@355
     8
build.classes.excludes=**/*.java,**/*.form
jtulach@355
     9
# This directory is removed when the project is cleaned:
jtulach@355
    10
build.dir=build
jtulach@355
    11
build.generated.dir=${build.dir}/generated
jtulach@355
    12
build.generated.sources.dir=${build.dir}/generated-sources
jtulach@355
    13
# Only compile against the classpath explicitly listed here:
jtulach@355
    14
build.sysclasspath=ignore
jtulach@355
    15
build.test.classes.dir=${build.dir}/test/classes
jtulach@355
    16
build.test.results.dir=${build.dir}/test/results
jtulach@355
    17
# Uncomment to specify the preferred debugger connection transport:
jtulach@355
    18
#debug.transport=dt_socket
jtulach@355
    19
debug.classpath=\
jtulach@355
    20
    ${run.classpath}
jtulach@355
    21
debug.test.classpath=\
jtulach@355
    22
    ${run.test.classpath}
jtulach@355
    23
# This directory is removed when the project is cleaned:
jtulach@355
    24
dist.dir=dist
jtulach@355
    25
dist.jar=${dist.dir}/livedb.jar
jtulach@355
    26
dist.javadoc.dir=${dist.dir}/javadoc
jtulach@355
    27
endorsed.classpath=
jtulach@355
    28
excludes=
jtulach@359
    29
file.reference.derby.jar=../libs/dist/derby.jar
jtulach@355
    30
file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
jtulach@355
    31
file.reference.org-openide-util-lookup.jar=../libs/dist/org-openide-util-lookup.jar
jtulach@355
    32
includes=**
jtulach@355
    33
jar.compress=false
jtulach@355
    34
javac.classpath=\
jtulach@355
    35
    ${file.reference.org-openide-util-lookup.jar}
jtulach@355
    36
# Space-separated list of extra javac options
jtulach@355
    37
javac.compilerargs=
jtulach@355
    38
javac.deprecation=false
jtulach@355
    39
javac.processorpath=\
jtulach@355
    40
    ${javac.classpath}
jtulach@355
    41
javac.source=1.5
jtulach@355
    42
javac.target=1.5
jtulach@355
    43
javac.test.classpath=\
jtulach@355
    44
    ${javac.classpath}:\
jtulach@355
    45
    ${build.classes.dir}:\
jtulach@358
    46
    ${file.reference.derby.jar}:\
jtulach@355
    47
    ${file.reference.junit-4.4.jar}
jtulach@355
    48
javac.test.processorpath=\
jtulach@355
    49
    ${javac.test.classpath}
jtulach@355
    50
javadoc.additionalparam=
jtulach@355
    51
javadoc.author=false
jtulach@355
    52
javadoc.encoding=${source.encoding}
jtulach@355
    53
javadoc.noindex=false
jtulach@355
    54
javadoc.nonavbar=false
jtulach@355
    55
javadoc.notree=false
jtulach@355
    56
javadoc.private=false
jtulach@355
    57
javadoc.splitindex=true
jtulach@355
    58
javadoc.use=true
jtulach@355
    59
javadoc.version=false
jtulach@355
    60
javadoc.windowtitle=
jtulach@355
    61
meta.inf.dir=${src.dir}/META-INF
jtulach@355
    62
platform.active=default_platform
jtulach@355
    63
run.classpath=\
jtulach@355
    64
    ${javac.classpath}:\
jtulach@355
    65
    ${build.classes.dir}
jtulach@355
    66
# Space-separated list of JVM arguments used when running the project
jtulach@355
    67
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
jtulach@355
    68
# or test-sys-prop.name=value to set system properties for unit tests):
jtulach@355
    69
run.jvmargs=
jtulach@355
    70
run.test.classpath=\
jtulach@355
    71
    ${javac.test.classpath}:\
jtulach@355
    72
    ${build.test.classes.dir}
jtulach@355
    73
source.encoding=UTF-8
jtulach@355
    74
src.dir=src
jtulach@355
    75
test.src.dir=test