samples/componentinjection/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:53:43 +0200
changeset 81 fda142e38ae4
parent 80 1a89c6d914f6
child 82 d098b8e4de15
permissions -rw-r--r--
Lookup all and one in code
     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 # Only compile against the classpath explicitly listed here:
     7 build.sysclasspath=ignore
     8 build.test.classes.dir=${build.dir}/test/classes
     9 build.test.results.dir=${build.dir}/test/results
    10 debug.classpath=\
    11     ${run.classpath}
    12 debug.test.classpath=\
    13     ${run.test.classpath}
    14 # This directory is removed when the project is cleaned:
    15 dist.dir=dist
    16 dist.jar=${dist.dir}/componentinjection.jar
    17 dist.javadoc.dir=${dist.dir}/javadoc
    18 excludes=
    19 file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
    20 file.reference.org-openide-util.jar=../libs/dist/org-openide-util.jar
    21 includes=**
    22 jar.compress=false
    23 javac.classpath=\
    24     ${file.reference.org-openide-util.jar}
    25 # Space-separated list of extra javac options
    26 javac.compilerargs=
    27 javac.deprecation=false
    28 javac.source=1.5
    29 javac.target=1.5
    30 javac.test.classpath=\
    31     ${javac.classpath}:\
    32     ${build.classes.dir}:\
    33     ${libs.junit.classpath}:\
    34     ${libs.junit_4.classpath}:\
    35     ${file.reference.junit-4.4.jar}
    36 javadoc.additionalparam=
    37 javadoc.author=false
    38 javadoc.encoding=${source.encoding}
    39 javadoc.noindex=false
    40 javadoc.nonavbar=false
    41 javadoc.notree=false
    42 javadoc.private=false
    43 javadoc.splitindex=true
    44 javadoc.use=true
    45 javadoc.version=false
    46 javadoc.windowtitle=
    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