samples/unionfs/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:56:56 +0200
changeset 135 6a66df28018c
child 340 9c1a298e51a9
permissions -rw-r--r--
Sample code to work with filesystem layers
     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 # 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}/unionfs.jar
    19 dist.javadoc.dir=${dist.dir}/javadoc
    20 excludes=
    21 file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
    22 file.reference.org-openide-filesystems.jar=../libs/dist/org-openide-filesystems.jar
    23 file.reference.org-openide-util.jar=../libs/dist/org-openide-util.jar
    24 includes=**
    25 jar.compress=false
    26 javac.classpath=\
    27     ${file.reference.org-openide-util.jar}:\
    28     ${file.reference.org-openide-filesystems.jar}
    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 javadoc.additionalparam=
    39 javadoc.author=false
    40 javadoc.encoding=${source.encoding}
    41 javadoc.noindex=false
    42 javadoc.nonavbar=false
    43 javadoc.notree=false
    44 javadoc.private=false
    45 javadoc.splitindex=true
    46 javadoc.use=true
    47 javadoc.version=false
    48 javadoc.windowtitle=
    49 meta.inf.dir=${src.dir}/META-INF
    50 platform.active=default_platform
    51 run.classpath=\
    52     ${javac.classpath}:\
    53     ${build.classes.dir}
    54 # Space-separated list of JVM arguments used when running the project
    55 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    56 # or test-sys-prop.name=value to set system properties for unit tests):
    57 run.jvmargs=
    58 run.test.classpath=\
    59     ${javac.test.classpath}:\
    60     ${build.test.classes.dir}
    61 source.encoding=UTF-8
    62 src.dir=src
    63 test.src.dir=test