samples/unionfs/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Mon, 21 Dec 2009 16:54:12 +0100
changeset 340 9c1a298e51a9
parent 135 6a66df28018c
child 413 f11943a373a7
permissions -rw-r--r--
Fixing dependencies since the org.openide.util and org.openide.util.lookup are now separate
     1 application.title=unionfs
     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}/unionfs.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-openide-filesystems.jar=../libs/dist/org-openide-filesystems.jar
    24 file.reference.org-openide-util-lookup.jar=../libs/dist/org-openide-util-lookup.jar
    25 file.reference.org-openide-util.jar=../libs/dist/org-openide-util.jar
    26 includes=**
    27 jar.compress=false
    28 javac.classpath=\
    29     ${file.reference.org-openide-util.jar}:\
    30     ${file.reference.org-openide-filesystems.jar}:\
    31     ${file.reference.org-openide-util-lookup.jar}
    32 # Space-separated list of extra javac options
    33 javac.compilerargs=
    34 javac.deprecation=false
    35 javac.source=1.5
    36 javac.target=1.5
    37 javac.test.classpath=\
    38     ${javac.classpath}:\
    39     ${build.classes.dir}:\
    40     ${file.reference.junit-4.4.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 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
    53 meta.inf.dir=${src.dir}/META-INF
    54 platform.active=default_platform
    55 run.classpath=\
    56     ${javac.classpath}:\
    57     ${build.classes.dir}
    58 # Space-separated list of JVM arguments used when running the project
    59 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    60 # or test-sys-prop.name=value to set system properties for unit tests):
    61 run.jvmargs=
    62 run.test.classpath=\
    63     ${javac.test.classpath}:\
    64     ${build.test.classes.dir}
    65 source.encoding=UTF-8
    66 src.dir=src
    67 test.src.dir=test