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