samples/conditionaluseofapi/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:50:50 +0200
changeset 6 b577ee7fcf67
child 8 82ff02d7f861
permissions -rw-r--r--
example with conditional usage of an API
     1 application.title=conditionaluseofapi
     2 application.vendor=jarda
     3 build.classes.dir=${build.dir}/classes
     4 build.classes.excludes=**/*.java,**/*.form
     5 # This directory is removed when the project is cleaned:
     6 build.dir=build
     7 build.generated.dir=${build.dir}/generated
     8 # Only compile against the classpath explicitly listed here:
     9 build.sysclasspath=ignore
    10 build.test.classes.dir=${build.dir}/test/classes
    11 build.test.results.dir=${build.dir}/test/results
    12 debug.classpath=\
    13     ${run.classpath}
    14 debug.test.classpath=\
    15     ${run.test.classpath}
    16 # This directory is removed when the project is cleaned:
    17 dist.dir=dist
    18 dist.jar=${dist.dir}/conditionaluseofapi.jar
    19 dist.javadoc.dir=${dist.dir}/javadoc
    20 includes=**
    21 jar.compress=false
    22 javac.classpath=
    23 # Space-separated list of extra javac options
    24 javac.compilerargs=
    25 javac.deprecation=false
    26 javac.source=1.4
    27 javac.target=1.4
    28 javac.test.classpath=\
    29     ${javac.classpath}:\
    30     ${build.classes.dir}:\
    31     ${libs.junit.classpath}:\
    32     ${libs.junit_4.classpath}
    33 javadoc.additionalparam=
    34 javadoc.author=false
    35 javadoc.encoding=${source.encoding}
    36 javadoc.noindex=false
    37 javadoc.nonavbar=false
    38 javadoc.notree=false
    39 javadoc.private=false
    40 javadoc.splitindex=true
    41 javadoc.use=true
    42 javadoc.version=false
    43 javadoc.windowtitle=
    44 main.class=conditionaluseofapi.Main
    45 meta.inf.dir=${src.dir}/META-INF
    46 platform.active=default_platform
    47 run.classpath=\
    48     ${javac.classpath}:\
    49     ${build.classes.dir}
    50 # Space-separated list of JVM arguments used when running the project
    51 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    52 # or test-sys-prop.name=value to set system properties for unit tests):
    53 run.jvmargs=
    54 run.test.classpath=\
    55     ${javac.test.classpath}:\
    56     ${build.test.classes.dir}
    57 source.encoding=UTF-8
    58 src.dir=src
    59 test.src.dir=test