samples/sidemeanings/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Mon, 21 Dec 2009 16:54:12 +0100
changeset 340 9c1a298e51a9
parent 99 4bf599099de7
child 413 f11943a373a7
permissions -rw-r--r--
Fixing dependencies since the org.openide.util and org.openide.util.lookup are now separate
     1 build.classes.dir=${build.dir}/classes
     2 build.classes.excludes=**/*.java,**/*.form
     3 # This directory is removed when the project is cleaned:
     4 build.dir=build
     5 build.generated.dir=${build.dir}/generated
     6 build.generated.sources.dir=${build.dir}/generated-sources
     7 # Only compile against the classpath explicitly listed here:
     8 build.sysclasspath=ignore
     9 build.test.classes.dir=${build.dir}/test/classes
    10 build.test.results.dir=${build.dir}/test/results
    11 debug.classpath=\
    12     ${run.classpath}
    13 debug.test.classpath=\
    14     ${run.test.classpath}
    15 # This directory is removed when the project is cleaned:
    16 dist.dir=dist
    17 dist.jar=${dist.dir}/sidemeanings.jar
    18 dist.javadoc.dir=${dist.dir}/javadoc
    19 excludes=
    20 file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
    21 includes=**
    22 jar.compress=false
    23 javac.classpath=
    24 # Space-separated list of extra javac options
    25 javac.compilerargs=
    26 javac.deprecation=false
    27 javac.source=1.5
    28 javac.target=1.5
    29 javac.test.classpath=\
    30     ${javac.classpath}:\
    31     ${build.classes.dir}:\
    32     ${libs.junit.classpath}:\
    33     ${libs.junit_4.classpath}:\
    34     ${file.reference.junit-4.4.jar}
    35 javadoc.additionalparam=
    36 javadoc.author=false
    37 javadoc.encoding=${source.encoding}
    38 javadoc.noindex=false
    39 javadoc.nonavbar=false
    40 javadoc.notree=false
    41 javadoc.private=false
    42 javadoc.splitindex=true
    43 javadoc.use=true
    44 javadoc.version=false
    45 javadoc.windowtitle=
    46 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
    47 meta.inf.dir=${src.dir}/META-INF
    48 platform.active=default_platform
    49 run.classpath=\
    50     ${javac.classpath}:\
    51     ${build.classes.dir}
    52 # Space-separated list of JVM arguments used when running the project
    53 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    54 # or test-sys-prop.name=value to set system properties for unit tests):
    55 run.jvmargs=
    56 run.test.classpath=\
    57     ${javac.test.classpath}:\
    58     ${build.test.classes.dir}
    59 source.encoding=UTF-8
    60 src.dir=src
    61 test.src.dir=test