task4/solution07/nbproject/project.properties
changeset 61 58ec6da75f6f
parent 45 251d0ed461fb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/task4/solution07/nbproject/project.properties	Sat Oct 11 23:38:46 2008 +0200
     1.3 @@ -0,0 +1,68 @@
     1.4 +application.title=currency
     1.5 +application.vendor=apidesign.org
     1.6 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
     1.7 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
     1.8 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default
     1.9 +build.classes.dir=${build.dir}/classes
    1.10 +build.classes.excludes=**/*.java,**/*.form
    1.11 +# This directory is removed when the project is cleaned:
    1.12 +build.dir=build
    1.13 +build.generated.dir=${build.dir}/generated
    1.14 +# Only compile against the classpath explicitly listed here:
    1.15 +build.sysclasspath=ignore
    1.16 +build.test.classes.dir=${build.dir}/test/classes
    1.17 +build.test.results.dir=${build.dir}/test/results
    1.18 +debug.classpath=\
    1.19 +    ${run.classpath}
    1.20 +debug.test.classpath=\
    1.21 +    ${run.test.classpath}
    1.22 +# This directory is removed when the project is cleaned:
    1.23 +dist.dir=dist
    1.24 +dist.jar=${dist.dir}/currency.jar
    1.25 +dist.javadoc.dir=${dist.dir}/javadoc
    1.26 +excludes=
    1.27 +file.reference.junit-4.4.jar=../../libs/junit-4.4.jar
    1.28 +file.reference.src-apifest08=..
    1.29 +includes=**
    1.30 +jar.compress=false
    1.31 +javac.classpath=
    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=
    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 +jnlp.codebase.type=local
    1.53 +jnlp.codebase.url=file:/home/jarda/src/apifest08/currency/dist
    1.54 +jnlp.descriptor=application
    1.55 +jnlp.enabled=false
    1.56 +jnlp.offline-allowed=false
    1.57 +jnlp.signed=false
    1.58 +meta.inf.dir=${src.dir}/META-INF
    1.59 +platform.active=default_platform
    1.60 +run.classpath=\
    1.61 +    ${javac.classpath}:\
    1.62 +    ${build.classes.dir}
    1.63 +# Space-separated list of JVM arguments used when running the project
    1.64 +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    1.65 +# or test-sys-prop.name=value to set system properties for unit tests):
    1.66 +run.jvmargs=
    1.67 +run.test.classpath=\
    1.68 +    ${javac.test.classpath}:\
    1.69 +    ${build.test.classes.dir}
    1.70 +src.dir=src
    1.71 +test.src.dir=test