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=AdministrationService
|
---|
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}/AdministrationService.jar
|
---|
26 | dist.javadoc.dir=${dist.dir}/javadoc
|
---|
27 | endorsed.classpath=\
|
---|
28 | ${libs.JAX-WS-ENDORSED.classpath}:\
|
---|
29 | ${libs.JAX-WS-ENDORSED.classpath}:\
|
---|
30 | ${libs.JAX-WS-ENDORSED.classpath}
|
---|
31 | excludes=
|
---|
32 | includes=**
|
---|
33 | jar.archive.disabled=${jnlp.enabled}
|
---|
34 | jar.compress=false
|
---|
35 | jar.index=${jnlp.enabled}
|
---|
36 | javac.classpath=\
|
---|
37 | ${libs.metro.classpath}
|
---|
38 | # Space-separated list of extra javac options
|
---|
39 | javac.compilerargs=
|
---|
40 | javac.deprecation=false
|
---|
41 | javac.processorpath=\
|
---|
42 | ${javac.classpath}
|
---|
43 | javac.source=1.5
|
---|
44 | javac.target=1.5
|
---|
45 | javac.test.classpath=\
|
---|
46 | ${javac.classpath}:\
|
---|
47 | ${build.classes.dir}:\
|
---|
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 | jnlp.codebase.type=no.codebase
|
---|
63 | jnlp.descriptor=application
|
---|
64 | jnlp.enabled=false
|
---|
65 | jnlp.mixed.code=defaut
|
---|
66 | jnlp.offline-allowed=false
|
---|
67 | jnlp.signed=false
|
---|
68 | main.class=administrationservice.Main
|
---|
69 | manifest.file=manifest.mf
|
---|
70 | meta.inf.dir=${src.dir}/META-INF
|
---|
71 | platform.active=default_platform
|
---|
72 | run.classpath=\
|
---|
73 | ${javac.classpath}:\
|
---|
74 | ${build.classes.dir}
|
---|
75 | # Space-separated list of JVM arguments used when running the project
|
---|
76 | # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
|
---|
77 | # or test-sys-prop.name=value to set system properties for unit tests):
|
---|
78 | run.jvmargs=
|
---|
79 | run.test.classpath=\
|
---|
80 | ${javac.test.classpath}:\
|
---|
81 | ${build.test.classes.dir}
|
---|
82 | source.encoding=UTF-8
|
---|
83 | src.dir=src
|
---|
84 | test.src.dir=test
|
---|
85 | compile.on.save.unsupported.jaxws=true
|
---|