| 1 | annotation.processing.enabled=true |
|---|
| 2 | annotation.processing.enabled.in.editor=false |
|---|
| 3 | annotation.processing.processors.list= |
|---|
| 4 | annotation.processing.run.all.processors=true |
|---|
| 5 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output |
|---|
| 6 | application.title=TMCSim |
|---|
| 7 | application.vendor=jdalbey |
|---|
| 8 | build.classes.dir=${build.dir}/classes |
|---|
| 9 | build.classes.excludes=**/*.java,**/*.form |
|---|
| 10 | # This directory is removed when the project is cleaned: |
|---|
| 11 | build.dir=build |
|---|
| 12 | build.generated.dir=${build.dir}/generated |
|---|
| 13 | build.generated.sources.dir=${build.dir}/generated-sources |
|---|
| 14 | # Only compile against the classpath explicitly listed here: |
|---|
| 15 | build.sysclasspath=ignore |
|---|
| 16 | build.test.classes.dir=${build.dir}/test/classes |
|---|
| 17 | build.test.results.dir=${build.dir}/test/results |
|---|
| 18 | # Uncomment to specify the preferred debugger connection transport: |
|---|
| 19 | #debug.transport=dt_socket |
|---|
| 20 | debug.classpath=\ |
|---|
| 21 | ${run.classpath} |
|---|
| 22 | debug.test.classpath=\ |
|---|
| 23 | ${run.test.classpath} |
|---|
| 24 | # This directory is removed when the project is cleaned: |
|---|
| 25 | dist.dir=dist |
|---|
| 26 | dist.jar=${dist.dir}/TMCSim.jar |
|---|
| 27 | dist.javadoc.dir=${dist.dir}/javadoc |
|---|
| 28 | endorsed.classpath= |
|---|
| 29 | excludes= |
|---|
| 30 | file.reference.mp3plugin.jar=../../../lib/mp3plugin.jar |
|---|
| 31 | file.reference.tmc-simulator-src=../../../src |
|---|
| 32 | file.reference.tmc-simulator-test=../../../test |
|---|
| 33 | file.reference.uispec4j-jdk17.jar=../../../lib/uispec4j-jdk17.jar |
|---|
| 34 | file.reference.xercesImpl.jar=../../../src/tmcsim/cadsimulator/CADSimulator_lib/xercesImpl.jar |
|---|
| 35 | includes=** |
|---|
| 36 | jar.compress=false |
|---|
| 37 | javac.classpath=\ |
|---|
| 38 | ${file.reference.xercesImpl.jar}:\ |
|---|
| 39 | ${file.reference.uispec4j-jdk17.jar}:\ |
|---|
| 40 | ${file.reference.mp3plugin.jar} |
|---|
| 41 | # Space-separated list of extra javac options |
|---|
| 42 | javac.compilerargs= |
|---|
| 43 | javac.deprecation=false |
|---|
| 44 | javac.processorpath=\ |
|---|
| 45 | ${javac.classpath} |
|---|
| 46 | javac.source=1.7 |
|---|
| 47 | javac.target=1.7 |
|---|
| 48 | javac.test.classpath=\ |
|---|
| 49 | ${javac.classpath}:\ |
|---|
| 50 | ${build.classes.dir}:\ |
|---|
| 51 | ${libs.junit.classpath} |
|---|
| 52 | javac.test.processorpath=\ |
|---|
| 53 | ${javac.test.classpath} |
|---|
| 54 | javadoc.additionalparam= |
|---|
| 55 | javadoc.author=false |
|---|
| 56 | javadoc.encoding=${source.encoding} |
|---|
| 57 | javadoc.noindex=false |
|---|
| 58 | javadoc.nonavbar=false |
|---|
| 59 | javadoc.notree=false |
|---|
| 60 | javadoc.private=false |
|---|
| 61 | javadoc.splitindex=true |
|---|
| 62 | javadoc.use=true |
|---|
| 63 | javadoc.version=false |
|---|
| 64 | javadoc.windowtitle= |
|---|
| 65 | main.class=tmcsim.cadsimulator.CADSimulator |
|---|
| 66 | manifest.file=manifest.mf |
|---|
| 67 | meta.inf.dir=${src.dir}/META-INF |
|---|
| 68 | mkdist.disabled=false |
|---|
| 69 | platform.active=JDK_1.7 |
|---|
| 70 | run.classpath=\ |
|---|
| 71 | ${javac.classpath}:\ |
|---|
| 72 | ${build.classes.dir} |
|---|
| 73 | # Space-separated list of JVM arguments used when running the project. |
|---|
| 74 | # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. |
|---|
| 75 | # To set system properties for unit tests define test-sys-prop.name=value: |
|---|
| 76 | run.jvmargs= |
|---|
| 77 | run.test.classpath=\ |
|---|
| 78 | ${javac.test.classpath}:\ |
|---|
| 79 | ${build.test.classes.dir} |
|---|
| 80 | source.encoding=UTF-8 |
|---|
| 81 | src.dir=${file.reference.tmc-simulator-src} |
|---|
| 82 | test.src.dir=${file.reference.tmc-simulator-test} |
|---|
| 83 | work.dir=../../.. |
|---|