| 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.jaco-mp3-player-0.9.3.jar=../../../lib/jaco-mp3-player-0.9.3.jar |
|---|
| 31 | file.reference.mockito-1.10.19.jar=../../../lib/mockito-1.10.19.jar |
|---|
| 32 | file.reference.tmc-simulator-src=../../../src |
|---|
| 33 | file.reference.tmc-simulator-test=../../../test |
|---|
| 34 | file.reference.uispec4j-jdk17.jar=../../../lib/uispec4j-jdk17.jar |
|---|
| 35 | file.reference.xercesImpl.jar=../../../src/tmcsim/cadsimulator/CADSimulator_lib/xercesImpl.jar |
|---|
| 36 | includes=** |
|---|
| 37 | jar.compress=false |
|---|
| 38 | javac.classpath=\ |
|---|
| 39 | ${file.reference.xercesImpl.jar}:\ |
|---|
| 40 | ${file.reference.uispec4j-jdk17.jar}:\ |
|---|
| 41 | ${file.reference.mockito-1.10.19.jar}:\ |
|---|
| 42 | ${libs.junit_4.classpath}:\ |
|---|
| 43 | ${file.reference.jaco-mp3-player-0.9.3.jar} |
|---|
| 44 | # Space-separated list of extra javac options |
|---|
| 45 | javac.compilerargs= |
|---|
| 46 | javac.deprecation=false |
|---|
| 47 | javac.processorpath=\ |
|---|
| 48 | ${javac.classpath} |
|---|
| 49 | javac.source=1.7 |
|---|
| 50 | javac.target=1.7 |
|---|
| 51 | javac.test.classpath=\ |
|---|
| 52 | ${javac.classpath}:\ |
|---|
| 53 | ${build.classes.dir}:\ |
|---|
| 54 | ${libs.junit.classpath} |
|---|
| 55 | javac.test.processorpath=\ |
|---|
| 56 | ${javac.test.classpath} |
|---|
| 57 | javadoc.additionalparam= |
|---|
| 58 | javadoc.author=false |
|---|
| 59 | javadoc.encoding=${source.encoding} |
|---|
| 60 | javadoc.noindex=false |
|---|
| 61 | javadoc.nonavbar=false |
|---|
| 62 | javadoc.notree=false |
|---|
| 63 | javadoc.private=false |
|---|
| 64 | javadoc.splitindex=true |
|---|
| 65 | javadoc.use=true |
|---|
| 66 | javadoc.version=false |
|---|
| 67 | javadoc.windowtitle= |
|---|
| 68 | main.class=tmcsim.cadsimulator.CADSimulator |
|---|
| 69 | manifest.file=manifest.mf |
|---|
| 70 | meta.inf.dir=${src.dir}/META-INF |
|---|
| 71 | mkdist.disabled=false |
|---|
| 72 | platform.active=JDK_1.7 |
|---|
| 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 | # To set system properties for unit tests define test-sys-prop.name=value: |
|---|
| 79 | run.jvmargs=-DCONFIG_DIR=config/testConfig |
|---|
| 80 | run.test.classpath=\ |
|---|
| 81 | ${javac.test.classpath}:\ |
|---|
| 82 | ${build.test.classes.dir} |
|---|
| 83 | source.encoding=UTF-8 |
|---|
| 84 | src.dir=${file.reference.tmc-simulator-src} |
|---|
| 85 | test.src.dir=${file.reference.tmc-simulator-test} |
|---|
| 86 | work.dir=../../.. |
|---|