samples/effectivelist/nbproject/project.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Fri, 31 Aug 2012 20:16:57 +0200
changeset 402 e25dbfce40e9
permissions -rw-r--r--
Example demostrating how to use trait to provide effective implementation of linked list while keeping encapsulation
     1 build.classes.dir=${build.dir}/classes
     2 build.classes.excludes=**/*.java,**/*.form,**/*.scala
     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}/Effective_List.jar
    17 dist.javadoc.dir=${dist.dir}/scaladoc
    18 excludes=
    19 includes=**
    20 jar.compress=false
    21 java.platform.active=java_default_platform
    22 javac.classpath=
    23 # Space-separated list of extra javac options
    24 javac.compilerargs=
    25 javac.deprecation=false
    26 javac.source=1.5
    27 javac.target=1.5
    28 libs.junit_4.classpath=../libs/dist/junit-4.4.jar
    29 javac.test.classpath=\
    30     ${javac.classpath}:\
    31     ${build.classes.dir}:\
    32     ${libs.junit_4.classpath}
    33 javadoc.additionalparam=
    34 javadoc.author=false
    35 javadoc.encoding=${source.encoding}
    36 javadoc.noindex=false
    37 javadoc.nonavbar=false
    38 javadoc.notree=false
    39 javadoc.private=false
    40 javadoc.splitindex=true
    41 javadoc.use=true
    42 javadoc.version=false
    43 javadoc.windowtitle=
    44 meta.inf.dir=${src.dir}/META-INF
    45 platform.active=default_platform
    46 run.classpath=\
    47     ${javac.classpath}:\
    48     ${build.classes.dir}
    49 # Space-separated list of JVM arguments used when running the project
    50 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    51 # or test-sys-prop.name=value to set system properties for unit tests):
    52 run.jvmargs=
    53 run.test.classpath=\
    54     ${javac.test.classpath}:\
    55     ${build.test.classes.dir}
    56 # Space-separated list of extra scalac options
    57 scalac.compilerargs=
    58 scalac.deprecation=no
    59 scalac.unchecked=no
    60 source.encoding=UTF-8
    61 src.dir=src
    62 test.src.dir=test