Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

File size: 3.9 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=
29file.reference.gnujaxp.jar=libs\\gnujaxp.jar
30file.reference.iText-2.1.5.jar=libs\\iText-2.1.5.jar
31file.reference.jcommon-1.0.16.jar=libs\\jcommon-1.0.16.jar
32file.reference.jfreechart-1.0.13-experimental.jar=libs\\jfreechart-1.0.13-experimental.jar
33file.reference.jfreechart-1.0.13-swt.jar=libs\\jfreechart-1.0.13-swt.jar
34file.reference.jfreechart-1.0.13.jar=libs\\jfreechart-1.0.13.jar
35file.reference.junit.jar=libs\\junit.jar
36file.reference.swtgraphics2d.jar=libs\\swtgraphics2d.jar
37includes=**
38jar.compress=false
39javac.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
54javac.compilerargs=
55javac.deprecation=false
56javac.processorpath=\
57    ${javac.classpath}
58javac.source=1.5
59javac.target=1.5
60javac.test.classpath=\
61    ${javac.classpath}:\
62    ${build.classes.dir}:\
63    ${libs.junit.classpath}:\
64    ${libs.junit_4.classpath}
65javac.test.processorpath=\
66    ${javac.test.classpath}
67javadoc.additionalparam=
68javadoc.author=false
69javadoc.encoding=${source.encoding}
70javadoc.noindex=false
71javadoc.nonavbar=false
72javadoc.notree=false
73javadoc.private=false
74javadoc.splitindex=true
75javadoc.use=true
76javadoc.version=false
77javadoc.windowtitle=
78main.class=ec.display.Console
79manifest.file=manifest.mf
80meta.inf.dir=${src.dir}/META-INF
81platform.active=default_platform
82project.AdministrationService=../AdministrationService
83project.AuthenticationService=../AuthenticationService
84project.QueryService=../QueryService
85project.RunCreationService=../RunCreationService
86reference.AdministrationService.jar=${project.AdministrationService}/dist/AdministrationService.jar
87reference.AuthenticationService.jar=${project.AuthenticationService}/dist/AuthenticationService.jar
88reference.QueryService.jar=${project.QueryService}/dist/QueryService.jar
89reference.RunCreationService.jar=${project.RunCreationService}/dist/RunCreationService.jar
90run.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):
96run.jvmargs=
97run.test.classpath=\
98    ${javac.test.classpath}:\
99    ${build.test.classes.dir}
100source.encoding=UTF-8
101src.dir=src
102test.src.dir=test
Note: See TracBrowser for help on using the repository browser.