samples/unionfs/nbproject/project.properties
changeset 135 6a66df28018c
child 340 9c1a298e51a9
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samples/unionfs/nbproject/project.properties	Sat Jun 14 09:56:56 2008 +0200
     1.3 @@ -0,0 +1,63 @@
     1.4 +application.title=unionfs
     1.5 +application.vendor=jarda
     1.6 +build.classes.dir=${build.dir}/classes
     1.7 +build.classes.excludes=**/*.java,**/*.form
     1.8 +# This directory is removed when the project is cleaned:
     1.9 +build.dir=build
    1.10 +build.generated.dir=${build.dir}/generated
    1.11 +# Only compile against the classpath explicitly listed here:
    1.12 +build.sysclasspath=ignore
    1.13 +build.test.classes.dir=${build.dir}/test/classes
    1.14 +build.test.results.dir=${build.dir}/test/results
    1.15 +debug.classpath=\
    1.16 +    ${run.classpath}
    1.17 +debug.test.classpath=\
    1.18 +    ${run.test.classpath}
    1.19 +# This directory is removed when the project is cleaned:
    1.20 +dist.dir=dist
    1.21 +dist.jar=${dist.dir}/unionfs.jar
    1.22 +dist.javadoc.dir=${dist.dir}/javadoc
    1.23 +excludes=
    1.24 +file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
    1.25 +file.reference.org-openide-filesystems.jar=../libs/dist/org-openide-filesystems.jar
    1.26 +file.reference.org-openide-util.jar=../libs/dist/org-openide-util.jar
    1.27 +includes=**
    1.28 +jar.compress=false
    1.29 +javac.classpath=\
    1.30 +    ${file.reference.org-openide-util.jar}:\
    1.31 +    ${file.reference.org-openide-filesystems.jar}
    1.32 +# Space-separated list of extra javac options
    1.33 +javac.compilerargs=
    1.34 +javac.deprecation=false
    1.35 +javac.source=1.5
    1.36 +javac.target=1.5
    1.37 +javac.test.classpath=\
    1.38 +    ${javac.classpath}:\
    1.39 +    ${build.classes.dir}:\
    1.40 +    ${file.reference.junit-4.4.jar}
    1.41 +javadoc.additionalparam=
    1.42 +javadoc.author=false
    1.43 +javadoc.encoding=${source.encoding}
    1.44 +javadoc.noindex=false
    1.45 +javadoc.nonavbar=false
    1.46 +javadoc.notree=false
    1.47 +javadoc.private=false
    1.48 +javadoc.splitindex=true
    1.49 +javadoc.use=true
    1.50 +javadoc.version=false
    1.51 +javadoc.windowtitle=
    1.52 +meta.inf.dir=${src.dir}/META-INF
    1.53 +platform.active=default_platform
    1.54 +run.classpath=\
    1.55 +    ${javac.classpath}:\
    1.56 +    ${build.classes.dir}
    1.57 +# Space-separated list of JVM arguments used when running the project
    1.58 +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    1.59 +# or test-sys-prop.name=value to set system properties for unit tests):
    1.60 +run.jvmargs=
    1.61 +run.test.classpath=\
    1.62 +    ${javac.test.classpath}:\
    1.63 +    ${build.test.classes.dir}
    1.64 +source.encoding=UTF-8
    1.65 +src.dir=src
    1.66 +test.src.dir=test