Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/AdministrationService/nbproject/project.properties @ 6157

Last change on this file since 6157 was 6157, checked in by bfarka, 13 years ago

added ecj and custom statistics to communicate with the okb services #1441

File size: 2.7 KB
Line 
1annotation.processing.enabled=true
2annotation.processing.enabled.in.editor=false
3annotation.processing.run.all.processors=true
4annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
5application.title=AdministrationService
6application.vendor=MartinH
7build.classes.dir=${build.dir}/classes
8build.classes.excludes=**/*.java,**/*.form
9# This directory is removed when the project is cleaned:
10build.dir=build
11build.generated.dir=${build.dir}/generated
12build.generated.sources.dir=${build.dir}/generated-sources
13# Only compile against the classpath explicitly listed here:
14build.sysclasspath=ignore
15build.test.classes.dir=${build.dir}/test/classes
16build.test.results.dir=${build.dir}/test/results
17# Uncomment to specify the preferred debugger connection transport:
18#debug.transport=dt_socket
19debug.classpath=\
20    ${run.classpath}
21debug.test.classpath=\
22    ${run.test.classpath}
23# This directory is removed when the project is cleaned:
24dist.dir=dist
25dist.jar=${dist.dir}/AdministrationService.jar
26dist.javadoc.dir=${dist.dir}/javadoc
27endorsed.classpath=\
28    ${libs.JAX-WS-ENDORSED.classpath}:\
29    ${libs.JAX-WS-ENDORSED.classpath}:\
30    ${libs.JAX-WS-ENDORSED.classpath}
31excludes=
32includes=**
33jar.archive.disabled=${jnlp.enabled}
34jar.compress=false
35jar.index=${jnlp.enabled}
36javac.classpath=\
37    ${libs.metro.classpath}
38# Space-separated list of extra javac options
39javac.compilerargs=
40javac.deprecation=false
41javac.processorpath=\
42    ${javac.classpath}
43javac.source=1.5
44javac.target=1.5
45javac.test.classpath=\
46    ${javac.classpath}:\
47    ${build.classes.dir}:\
48    ${libs.junit_4.classpath}
49javac.test.processorpath=\
50    ${javac.test.classpath}
51javadoc.additionalparam=
52javadoc.author=false
53javadoc.encoding=${source.encoding}
54javadoc.noindex=false
55javadoc.nonavbar=false
56javadoc.notree=false
57javadoc.private=false
58javadoc.splitindex=true
59javadoc.use=true
60javadoc.version=false
61javadoc.windowtitle=
62jnlp.codebase.type=no.codebase
63jnlp.descriptor=application
64jnlp.enabled=false
65jnlp.mixed.code=defaut
66jnlp.offline-allowed=false
67jnlp.signed=false
68main.class=administrationservice.Main
69manifest.file=manifest.mf
70meta.inf.dir=${src.dir}/META-INF
71platform.active=default_platform
72run.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):
78run.jvmargs=
79run.test.classpath=\
80    ${javac.test.classpath}:\
81    ${build.test.classes.dir}
82source.encoding=UTF-8
83src.dir=src
84test.src.dir=test
85compile.on.save.unsupported.jaxws=true
Note: See TracBrowser for help on using the repository browser.