[2] | 1 | application.title=RouteGUI
|
---|
| 2 | application.vendor=evert
|
---|
| 3 | build.classes.dir=${build.dir}/classes
|
---|
| 4 | build.classes.excludes=**/*.java,**/*.form
|
---|
| 5 | # This directory is removed when the project is cleaned:
|
---|
| 6 | build.dir=build
|
---|
| 7 | build.generated.dir=${build.dir}/generated
|
---|
| 8 | # Only compile against the classpath explicitly listed here:
|
---|
| 9 | build.sysclasspath=ignore
|
---|
| 10 | build.test.classes.dir=${build.dir}/test/classes
|
---|
| 11 | build.test.results.dir=${build.dir}/test/results
|
---|
| 12 | debug.classpath=\
|
---|
| 13 | ${run.classpath}
|
---|
| 14 | debug.test.classpath=\
|
---|
| 15 | ${run.test.classpath}
|
---|
| 16 | # This directory is removed when the project is cleaned:
|
---|
| 17 | dist.dir=dist
|
---|
| 18 | dist.jar=${dist.dir}/RouteGUI.jar
|
---|
| 19 | dist.javadoc.dir=${dist.dir}/javadoc
|
---|
| 20 | excludes=
|
---|
| 21 | file.reference.RouteGUI-lib=lib
|
---|
| 22 | file.reference.swing-worker.jar=dist/lib/swingx-ws-2008_06_08-bin/lib/cobundle/swing-worker.jar
|
---|
| 23 | file.reference.swing-worker.jar-1=lib/swing-worker.jar
|
---|
| 24 | file.reference.swingx-bean.jar=lib/swingx-bean.jar
|
---|
| 25 | file.reference.swingx-ws-2008_06_08-bin.zip=../../../../Desktop/downloads/swingx-ws-2008_06_08-bin.zip
|
---|
| 26 | file.reference.swingx-ws-2008_06_08.jar=dist/lib/swingx-ws-2008_06_08-bin/swingx-ws-2008_06_08.jar
|
---|
| 27 | file.reference.swingx-ws-2008_06_08.jar-1=lib/swingx-ws-2008_06_08.jar
|
---|
| 28 | file.reference.swingx.jar=lib/swingx.jar
|
---|
| 29 | includes=**
|
---|
| 30 | jar.compress=false
|
---|
| 31 | javac.classpath=\
|
---|
| 32 | ${libs.swing-layout.classpath}:\
|
---|
| 33 | ${libs.absolutelayout.classpath}:\
|
---|
| 34 | ${file.reference.swing-worker.jar-1}:\
|
---|
| 35 | ${file.reference.swingx-bean.jar}:\
|
---|
| 36 | ${file.reference.swingx-ws-2008_06_08.jar-1}:\
|
---|
| 37 | ${file.reference.swingx.jar}
|
---|
| 38 | # Space-separated list of extra javac options
|
---|
| 39 | javac.compilerargs=-Xlint:unchecked
|
---|
| 40 | javac.deprecation=true
|
---|
| 41 | javac.source=1.6
|
---|
| 42 | javac.target=1.6
|
---|
| 43 | javac.test.classpath=\
|
---|
| 44 | ${javac.classpath}:\
|
---|
| 45 | ${build.classes.dir}:\
|
---|
| 46 | ${libs.junit_4.classpath}
|
---|
| 47 | javadoc.additionalparam=
|
---|
| 48 | javadoc.author=false
|
---|
| 49 | javadoc.encoding=${source.encoding}
|
---|
| 50 | javadoc.noindex=false
|
---|
| 51 | javadoc.nonavbar=false
|
---|
| 52 | javadoc.notree=false
|
---|
| 53 | javadoc.private=false
|
---|
| 54 | javadoc.splitindex=true
|
---|
| 55 | javadoc.use=true
|
---|
| 56 | javadoc.version=false
|
---|
| 57 | javadoc.windowtitle=
|
---|
| 58 | jnlp.codebase.type=local
|
---|
| 59 | jnlp.codebase.url=file:/C:/Documents%20and%20Settings/evert/My%20Documents/NetBeansProjects/RouteGUI/dist
|
---|
| 60 | jnlp.enabled=false
|
---|
| 61 | jnlp.offline-allowed=false
|
---|
| 62 | jnlp.signed=false
|
---|
| 63 | # Property libs.absolutelayout.classpath is set here just to make sharing of project simpler.
|
---|
| 64 | # The library definition has always preference over this property.
|
---|
| 65 | libs.absolutelayout.classpath=../../../../../../Applications/NetBeans/NetBeans 6.0.app/Contents/Resources/NetBeans/java1/modules/ext/AbsoluteLayout.jar
|
---|
| 66 | # Property libs.swing-layout.classpath is set here just to make sharing of project simpler.
|
---|
| 67 | # The library definition has always preference over this property.
|
---|
| 68 | libs.swing-layout.classpath=../../../../../../Applications/NetBeans/NetBeans 6.0.app/Contents/Resources/NetBeans/platform7/modules/ext/swing-layout-1.0.3.jar
|
---|
| 69 | main.class=routegui.MainJFrame
|
---|
| 70 | manifest.file=manifest.mf
|
---|
| 71 | meta.inf.dir=${src.dir}/META-INF
|
---|
| 72 | platform.active=JDK_1.6
|
---|
| 73 | run.classpath=\
|
---|
| 74 | ${javac.classpath}:\
|
---|
| 75 | ${build.classes.dir}
|
---|
| 76 | # Space-separated list of JVM arguments used when running the project
|
---|
| 77 | # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
|
---|
| 78 | # or test-sys-prop.name=value to set system properties for unit tests):
|
---|
| 79 | run.jvmargs=
|
---|
| 80 | run.test.classpath=\
|
---|
| 81 | ${javac.test.classpath}:\
|
---|
| 82 | ${build.test.classes.dir}
|
---|
| 83 | source.encoding=UTF-8
|
---|
| 84 | src.dir=src
|
---|
| 85 | test.src.dir=test
|
---|