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 | file.reference.gnujaxp.jar=libs\\gnujaxp.jar
|
---|
30 | file.reference.iText-2.1.5.jar=libs\\iText-2.1.5.jar
|
---|
31 | file.reference.jcommon-1.0.16.jar=libs\\jcommon-1.0.16.jar
|
---|
32 | file.reference.jfreechart-1.0.13-experimental.jar=libs\\jfreechart-1.0.13-experimental.jar
|
---|
33 | file.reference.jfreechart-1.0.13-swt.jar=libs\\jfreechart-1.0.13-swt.jar
|
---|
34 | file.reference.jfreechart-1.0.13.jar=libs\\jfreechart-1.0.13.jar
|
---|
35 | file.reference.junit.jar=libs\\junit.jar
|
---|
36 | file.reference.swtgraphics2d.jar=libs\\swtgraphics2d.jar
|
---|
37 | includes=**
|
---|
38 | jar.compress=false
|
---|
39 | javac.classpath=\
|
---|
40 | ${reference.AdministrationService.jar}:\
|
---|
41 | ${reference.AuthenticationService.jar}:\
|
---|
42 | ${reference.QueryService.jar}:\
|
---|
43 | ${reference.RunCreationService.jar}:\
|
---|
44 | ${libs.metro.classpath}:\
|
---|
45 | ${file.reference.gnujaxp.jar}:\
|
---|
46 | ${file.reference.iText-2.1.5.jar}:\
|
---|
47 | ${file.reference.jcommon-1.0.16.jar}:\
|
---|
48 | ${file.reference.jfreechart-1.0.13-experimental.jar}:\
|
---|
49 | ${file.reference.jfreechart-1.0.13-swt.jar}:\
|
---|
50 | ${file.reference.jfreechart-1.0.13.jar}:\
|
---|
51 | ${file.reference.junit.jar}:\
|
---|
52 | ${file.reference.swtgraphics2d.jar}
|
---|
53 | # Space-separated list of extra javac options
|
---|
54 | javac.compilerargs=
|
---|
55 | javac.deprecation=false
|
---|
56 | javac.processorpath=\
|
---|
57 | ${javac.classpath}
|
---|
58 | javac.source=1.5
|
---|
59 | javac.target=1.5
|
---|
60 | javac.test.classpath=\
|
---|
61 | ${javac.classpath}:\
|
---|
62 | ${build.classes.dir}:\
|
---|
63 | ${libs.junit.classpath}:\
|
---|
64 | ${libs.junit_4.classpath}
|
---|
65 | javac.test.processorpath=\
|
---|
66 | ${javac.test.classpath}
|
---|
67 | javadoc.additionalparam=
|
---|
68 | javadoc.author=false
|
---|
69 | javadoc.encoding=${source.encoding}
|
---|
70 | javadoc.noindex=false
|
---|
71 | javadoc.nonavbar=false
|
---|
72 | javadoc.notree=false
|
---|
73 | javadoc.private=false
|
---|
74 | javadoc.splitindex=true
|
---|
75 | javadoc.use=true
|
---|
76 | javadoc.version=false
|
---|
77 | javadoc.windowtitle=
|
---|
78 | main.class=ec.display.Console
|
---|
79 | manifest.file=manifest.mf
|
---|
80 | meta.inf.dir=${src.dir}/META-INF
|
---|
81 | platform.active=default_platform
|
---|
82 | project.AdministrationService=../AdministrationService
|
---|
83 | project.AuthenticationService=../AuthenticationService
|
---|
84 | project.QueryService=../QueryService
|
---|
85 | project.RunCreationService=../RunCreationService
|
---|
86 | reference.AdministrationService.jar=${project.AdministrationService}/dist/AdministrationService.jar
|
---|
87 | reference.AuthenticationService.jar=${project.AuthenticationService}/dist/AuthenticationService.jar
|
---|
88 | reference.QueryService.jar=${project.QueryService}/dist/QueryService.jar
|
---|
89 | reference.RunCreationService.jar=${project.RunCreationService}/dist/RunCreationService.jar
|
---|
90 | run.classpath=\
|
---|
91 | ${javac.classpath}:\
|
---|
92 | ${build.classes.dir}
|
---|
93 | # Space-separated list of JVM arguments used when running the project
|
---|
94 | # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
|
---|
95 | # or test-sys-prop.name=value to set system properties for unit tests):
|
---|
96 | run.jvmargs=
|
---|
97 | run.test.classpath=\
|
---|
98 | ${javac.test.classpath}:\
|
---|
99 | ${build.test.classes.dir}
|
---|
100 | source.encoding=UTF-8
|
---|
101 | src.dir=src
|
---|
102 | test.src.dir=test
|
---|