task4/solution07/nbproject/project.properties
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 11 Oct 2008 23:38:46 +0200
changeset 61 58ec6da75f6f
parent 45 task3/solution07/nbproject/project.properties@251d0ed461fb
permissions -rw-r--r--
Copying structure for task4
     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.junit-4.4.jar=../../libs/junit-4.4.jar
    25 file.reference.src-apifest08=..
    26 includes=**
    27 jar.compress=false
    28 javac.classpath=
    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=
    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 jnlp.codebase.type=local
    50 jnlp.codebase.url=file:/home/jarda/src/apifest08/currency/dist
    51 jnlp.descriptor=application
    52 jnlp.enabled=false
    53 jnlp.offline-allowed=false
    54 jnlp.signed=false
    55 meta.inf.dir=${src.dir}/META-INF
    56 platform.active=default_platform
    57 run.classpath=\
    58     ${javac.classpath}:\
    59     ${build.classes.dir}
    60 # Space-separated list of JVM arguments used when running the project
    61 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    62 # or test-sys-prop.name=value to set system properties for unit tests):
    63 run.jvmargs=
    64 run.test.classpath=\
    65     ${javac.test.classpath}:\
    66     ${build.test.classes.dir}
    67 src.dir=src
    68 test.src.dir=test