samples/friendpackage/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:50:27 +0200
changeset 0 32b39aaa68f0
child 2 d494ad06dbe7
permissions -rw-r--r--
Adding friend access example
     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}/friendpackage.jar
    17 dist.javadoc.dir=${dist.dir}/javadoc
    18 jar.compress=false
    19 javac.classpath=
    20 # Space-separated list of extra javac options
    21 javac.compilerargs=
    22 javac.deprecation=false
    23 javac.source=1.5
    24 javac.target=1.5
    25 javac.test.classpath=\
    26     ${javac.classpath}:\
    27     ${build.classes.dir}:\
    28     ${libs.junit.classpath}
    29 javadoc.additionalparam=
    30 javadoc.author=false
    31 javadoc.encoding=
    32 javadoc.noindex=false
    33 javadoc.nonavbar=false
    34 javadoc.notree=false
    35 javadoc.private=false
    36 javadoc.splitindex=true
    37 javadoc.use=true
    38 javadoc.version=false
    39 javadoc.windowtitle=
    40 meta.inf.dir=${src.dir}/META-INF
    41 platform.active=default_platform
    42 run.classpath=\
    43     ${javac.classpath}:\
    44     ${build.classes.dir}
    45 # Space-separated list of JVM arguments used when running the project
    46 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    47 # or test-sys-prop.name=value to set system properties for unit tests):
    48 run.jvmargs=
    49 run.test.classpath=\
    50     ${javac.test.classpath}:\
    51     ${build.test.classes.dir}
    52 src.dir=src
    53 test.src.dir=test