Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/nbproject/project.properties @ 6080

Last change on this file since 6080 was 6080, checked in by mholper, 14 years ago

creating ECJClient using all four subservice Projects #1441

File size: 3.0 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=ECJClient
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}/ECJClient.jar
26dist.javadoc.dir=${dist.dir}/javadoc
27endorsed.classpath=
28excludes=
29includes=**
30jar.compress=false
31javac.classpath=\
32    ${reference.AdministrationService.jar}:\
33    ${reference.AuthenticationService.jar}:\
34    ${reference.QueryService.jar}:\
35    ${reference.RunCreationService.jar}:\
36    ${libs.metro.classpath}
37# Space-separated list of extra javac options
38javac.compilerargs=
39javac.deprecation=false
40javac.processorpath=\
41    ${javac.classpath}
42javac.source=1.5
43javac.target=1.5
44javac.test.classpath=\
45    ${javac.classpath}:\
46    ${build.classes.dir}:\
47    ${libs.junit.classpath}:\
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=
62main.class=
63manifest.file=manifest.mf
64meta.inf.dir=${src.dir}/META-INF
65platform.active=default_platform
66project.AdministrationService=../AdministrationService
67project.AuthenticationService=../AuthenticationService
68project.QueryService=../QueryService
69project.RunCreationService=../RunCreationService
70reference.AdministrationService.jar=${project.AdministrationService}/dist/AdministrationService.jar
71reference.AuthenticationService.jar=${project.AuthenticationService}/dist/AuthenticationService.jar
72reference.QueryService.jar=${project.QueryService}/dist/QueryService.jar
73reference.RunCreationService.jar=${project.RunCreationService}/dist/RunCreationService.jar
74run.classpath=\
75    ${javac.classpath}:\
76    ${build.classes.dir}
77# Space-separated list of JVM arguments used when running the project
78# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
79# or test-sys-prop.name=value to set system properties for unit tests):
80run.jvmargs=
81run.test.classpath=\
82    ${javac.test.classpath}:\
83    ${build.test.classes.dir}
84source.encoding=UTF-8
85src.dir=src
86test.src.dir=test
Note: See TracBrowser for help on using the repository browser.