source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/AggregatorJAXB/nbproject/project.properties@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 2.1 KB
Line 
1application.title=AggregatorJAXB
2application.vendor=westbergl
3build.classes.dir=${build.dir}/classes
4build.classes.excludes=**/*.java,**/*.form
5# This directory is removed when the project is cleaned:
6build.dir=build
7build.generated.dir=${build.dir}/generated
8# Only compile against the classpath explicitly listed here:
9build.sysclasspath=ignore
10build.test.classes.dir=${build.dir}/test/classes
11build.test.results.dir=${build.dir}/test/results
12debug.classpath=\
13 ${run.classpath}
14debug.test.classpath=\
15 ${run.test.classpath}
16# This directory is removed when the project is cleaned:
17dist.dir=dist
18dist.jar=${dist.dir}/AggregatorJAXB.jar
19dist.javadoc.dir=${dist.dir}/javadoc
20excludes=
21includes=**
22jar.compress=false
23javac.classpath=\
24 ${libs.jaxws21.classpath}
25# Space-separated list of extra javac options
26javac.compilerargs=
27javac.deprecation=false
28javac.source=1.5
29javac.target=1.5
30javac.test.classpath=\
31 ${javac.classpath}:\
32 ${build.classes.dir}:\
33 ${libs.junit.classpath}:\
34 ${libs.junit_4.classpath}
35javadoc.additionalparam=
36javadoc.author=false
37javadoc.encoding=${source.encoding}
38javadoc.noindex=false
39javadoc.nonavbar=false
40javadoc.notree=false
41javadoc.private=false
42javadoc.splitindex=true
43javadoc.use=true
44javadoc.version=false
45javadoc.windowtitle=
46jaxbwiz.endorsed.dirs="${netbeans.home}/../java2/modules/ext/jaxws21/api;${netbeans.home}/../java2/modules/ext/jaxws21"
47jaxbwiz.gensrc.classpath=${libs.jaxb21.classpath}
48jaxbwiz.xjcdef.classpath=${libs.jaxb21.classpath}
49jaxbwiz.xjcrun.classpath=${libs.jaxb21.classpath}
50meta.inf.dir=${src.dir}/META-INF
51platform.active=default_platform
52run.classpath=\
53 ${javac.classpath}:\
54 ${build.classes.dir}
55# Space-separated list of JVM arguments used when running the project
56# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
57# or test-sys-prop.name=value to set system properties for unit tests):
58run.jvmargs=-Djava.endorsed.dirs=${jaxbwiz.endorsed.dirs}
59run.test.classpath=\
60 ${javac.test.classpath}:\
61 ${build.test.classes.dir}
62source.encoding=UTF-8
63src.dir=src
64test.src.dir=test
Note: See TracBrowser for help on using the repository browser.