Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/RunCreationService/nbproject/project.properties @ 6798

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

added dokumentation for the service #1441

File size: 2.4 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=RunCreationService
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}/RunCreationService.jar
26dist.javadoc.dir=${dist.dir}/javadoc
27endorsed.classpath=\
28    ${libs.JAX-WS-ENDORSED.classpath}
29excludes=
30includes=**
31jar.compress=false
32javac.classpath=\
33    ${libs.metro.classpath}
34# Space-separated list of extra javac options
35javac.compilerargs=
36javac.deprecation=false
37javac.processorpath=\
38    ${javac.classpath}
39javac.source=1.5
40javac.target=1.5
41javac.test.classpath=\
42    ${javac.classpath}:\
43    ${build.classes.dir}:\
44    ${libs.junit_4.classpath}
45javac.test.processorpath=\
46    ${javac.test.classpath}
47javadoc.additionalparam=
48javadoc.author=false
49javadoc.encoding=${source.encoding}
50javadoc.noindex=false
51javadoc.nonavbar=false
52javadoc.notree=false
53javadoc.private=false
54javadoc.splitindex=true
55javadoc.use=true
56javadoc.version=false
57javadoc.windowtitle=
58main.class=runcreationservice.Main
59manifest.file=manifest.mf
60meta.inf.dir=${src.dir}/META-INF
61platform.active=default_platform
62run.classpath=\
63    ${javac.classpath}:\
64    ${build.classes.dir}
65# Space-separated list of JVM arguments used when running the project
66# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
67# or test-sys-prop.name=value to set system properties for unit tests):
68run.jvmargs=
69run.test.classpath=\
70    ${javac.test.classpath}:\
71    ${build.test.classes.dir}
72source.encoding=UTF-8
73src.dir=src
74test.src.dir=test
75compile.on.save.unsupported.jaxws=true
Note: See TracBrowser for help on using the repository browser.