task1/solution13/nbproject/project.properties
author japod@localhost
Tue, 30 Sep 2008 13:42:03 +0200
changeset 23 f4b4f95ae1bd
child 24 b4c6b18eaf3f
permissions -rw-r--r--
adding solution 13
     1 application.title=currency
     2 application.vendor=apidesign.org
     3 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
     4 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
     5 auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default
     6 build.classes.dir=${build.dir}/classes
     7 build.classes.excludes=**/*.java,**/*.form
     8 # This directory is removed when the project is cleaned:
     9 build.dir=build
    10 build.generated.dir=${build.dir}/generated
    11 # Only compile against the classpath explicitly listed here:
    12 build.sysclasspath=ignore
    13 build.test.classes.dir=${build.dir}/test/classes
    14 build.test.results.dir=${build.dir}/test/results
    15 debug.classpath=\
    16     ${run.classpath}
    17 debug.test.classpath=\
    18     ${run.test.classpath}
    19 # This directory is removed when the project is cleaned:
    20 dist.dir=dist
    21 dist.jar=${dist.dir}/currency.jar
    22 dist.javadoc.dir=${dist.dir}/javadoc
    23 excludes=
    24 file.reference.src-apifest08=..
    25 includes=**
    26 jar.compress=false
    27 javac.classpath=
    28 # Space-separated list of extra javac options
    29 javac.compilerargs=
    30 javac.deprecation=false
    31 javac.source=1.5
    32 javac.target=1.5
    33 javac.test.classpath=\
    34     ${javac.classpath}:\
    35     ${build.classes.dir}:\
    36     ${libs.junit_4.classpath}
    37 javadoc.additionalparam=
    38 javadoc.author=false
    39 javadoc.encoding=
    40 javadoc.noindex=false
    41 javadoc.nonavbar=false
    42 javadoc.notree=false
    43 javadoc.private=false
    44 javadoc.splitindex=true
    45 javadoc.use=true
    46 javadoc.version=false
    47 javadoc.windowtitle=
    48 jnlp.codebase.type=local
    49 jnlp.codebase.url=file:/home/jarda/src/apifest08/currency/dist
    50 jnlp.descriptor=application
    51 jnlp.enabled=false
    52 jnlp.offline-allowed=false
    53 jnlp.signed=false
    54 meta.inf.dir=${src.dir}/META-INF
    55 platform.active=default_platform
    56 run.classpath=\
    57     ${javac.classpath}:\
    58     ${build.classes.dir}
    59 # Space-separated list of JVM arguments used when running the project
    60 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    61 # or test-sys-prop.name=value to set system properties for unit tests):
    62 run.jvmargs=
    63 run.test.classpath=\
    64     ${javac.test.classpath}:\
    65     ${build.test.classes.dir}
    66 src.dir=src
    67 test.src.dir=test