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