samples/individualsamples/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Wed, 08 Aug 2012 22:42:33 +0200
changeset 394 ee6bd6cf2bf3
parent 144 cef9a41a770a
child 413 f11943a373a7
permissions -rw-r--r--
Andrei: Hide in the book the fact that in the code Playback is an innerclass
     1 application.title=single
     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 build.generated.sources.dir=${build.dir}/generated-sources
     9 # Only compile against the classpath explicitly listed here:
    10 build.sysclasspath=ignore
    11 build.test.classes.dir=${build.dir}/test/classes
    12 build.test.results.dir=${build.dir}/test/results
    13 debug.classpath=\
    14     ${run.classpath}
    15 debug.test.classpath=\
    16     ${run.test.classpath}
    17 # This directory is removed when the project is cleaned:
    18 dist.dir=dist
    19 dist.jar=${dist.dir}/single.jar
    20 dist.javadoc.dir=${dist.dir}/javadoc
    21 excludes=
    22 file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
    23 file.reference.org-netbeans-insane.jar=../libs/dist/org-netbeans-insane.jar
    24 file.reference.org-netbeans-modules-nbjunit.jar=../libs/dist/org-netbeans-modules-nbjunit.jar
    25 file.reference.org-openide-filesystems.jar=../libs/dist/org-openide-filesystems.jar
    26 includes=**
    27 jar.compress=false
    28 javac.classpath=
    29 # Space-separated list of extra javac options
    30 javac.compilerargs=
    31 javac.deprecation=false
    32 javac.source=1.5
    33 javac.target=1.5
    34 javac.test.classpath=\
    35     ${javac.classpath}:\
    36     ${build.classes.dir}:\
    37     ${file.reference.junit-4.4.jar}:\
    38     ${file.reference.org-netbeans-insane.jar}:\
    39     ${file.reference.org-netbeans-modules-nbjunit.jar}:\
    40     ${file.reference.org-openide-filesystems.jar}
    41 javadoc.additionalparam=
    42 javadoc.author=false
    43 javadoc.encoding=${source.encoding}
    44 javadoc.noindex=false
    45 javadoc.nonavbar=false
    46 javadoc.notree=false
    47 javadoc.private=false
    48 javadoc.splitindex=true
    49 javadoc.use=true
    50 javadoc.version=false
    51 javadoc.windowtitle=
    52 meta.inf.dir=${src.dir}/META-INF
    53 platform.active=default_platform
    54 run.classpath=\
    55     ${javac.classpath}:\
    56     ${build.classes.dir}
    57 # Space-separated list of JVM arguments used when running the project
    58 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    59 # or test-sys-prop.name=value to set system properties for unit tests):
    60 run.jvmargs=
    61 run.test.classpath=\
    62     ${javac.test.classpath}:\
    63     ${build.test.classes.dir}
    64 source.encoding=UTF-8
    65 src.dir=src
    66 test.src.dir=test