0
|
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=SSDT Ant Tasks
|
|
6 application.vendor=smith
|
|
7 build.classes.dir=${build.dir}/classes
|
|
8 build.classes.excludes=**/*.java,**/*.form,**/*.groovy
|
|
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}/ssdt-ant.jar
|
|
26 dist.javadoc.dir=${dist.dir}/javadoc
|
|
27 endorsed.classpath=
|
|
28 excludes=
|
|
29 includes=**
|
|
30 jar.compress=false
|
|
31 javac.classpath=\
|
|
32 ${libs.groovy-all.classpath}
|
|
33 # Space-separated list of extra javac options
|
|
34 javac.compilerargs=
|
|
35 javac.deprecation=false
|
|
36 javac.processorpath=\
|
|
37 ${javac.classpath}
|
|
38 javac.source=1.5
|
|
39 javac.target=1.5
|
|
40 javac.test.classpath=\
|
|
41 ${javac.classpath}:\
|
|
42 ${build.classes.dir}:\
|
|
43 ${libs.junit.classpath}:\
|
|
44 ${libs.junit_4.classpath}:\
|
|
45 ${libs.groovy-all.classpath}
|
|
46 javac.test.processorpath=\
|
|
47 ${javac.test.classpath}
|
|
48 javadoc.additionalparam=
|
|
49 javadoc.author=false
|
|
50 javadoc.encoding=${source.encoding}
|
|
51 javadoc.noindex=false
|
|
52 javadoc.nonavbar=false
|
|
53 javadoc.notree=false
|
|
54 javadoc.private=false
|
|
55 javadoc.splitindex=true
|
|
56 javadoc.use=true
|
|
57 javadoc.version=false
|
|
58 javadoc.windowtitle=
|
|
59 meta.inf.dir=${src.dir}/META-INF
|
|
60 platform.active=default_platform
|
|
61 run.classpath=\
|
|
62 ${javac.classpath}:\
|
|
63 ${build.classes.dir}
|
|
64 # Space-separated list of JVM arguments used when running the project
|
|
65 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
|
|
66 # or test-sys-prop.name=value to set system properties for unit tests):
|
|
67 run.jvmargs=
|
|
68 run.test.classpath=\
|
|
69 ${javac.test.classpath}:\
|
|
70 ${build.test.classes.dir}
|
|
71 source.encoding=UTF-8
|
|
72 src.dir=src
|
|
73 test.src.dir=test
|
|
74 compile.on.save.unsupported.groovy=true
|