source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/JAXBLibExample/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.2 KB
Line 
1application.title=JAXBLibExample
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}/JAXBLibExample.jar
19dist.javadoc.dir=${dist.dir}/javadoc
20excludes=
21includes=**
22jar.compress=false
23javac.classpath=\
24 ${libs.jaxws21.classpath}:\
25 ${libs.junit_4.classpath}
26# Space-separated list of extra javac options
27javac.compilerargs=
28javac.deprecation=false
29javac.source=1.5
30javac.target=1.5
31javac.test.classpath=\
32 ${javac.classpath}:\
33 ${build.classes.dir}:\
34 ${libs.junit.classpath}:\
35 ${libs.junit_4.classpath}
36javadoc.additionalparam=
37javadoc.author=false
38javadoc.encoding=${source.encoding}
39javadoc.noindex=false
40javadoc.nonavbar=false
41javadoc.notree=false
42javadoc.private=false
43javadoc.splitindex=true
44javadoc.use=true
45javadoc.version=false
46javadoc.windowtitle=
47jaxbwiz.endorsed.dirs="${netbeans.home}/../java2/modules/ext/jaxws21/api;${netbeans.home}/../java2/modules/ext/jaxws21"
48jaxbwiz.gensrc.classpath=${libs.jaxb21.classpath}
49jaxbwiz.xjcdef.classpath=${libs.jaxb21.classpath}
50jaxbwiz.xjcrun.classpath=${libs.jaxb21.classpath}
51meta.inf.dir=${src.dir}/META-INF
52platform.active=default_platform
53run.classpath=\
54 ${javac.classpath}:\
55 ${build.classes.dir}
56# Space-separated list of JVM arguments used when running the project
57# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
58# or test-sys-prop.name=value to set system properties for unit tests):
59run.jvmargs=-Djava.endorsed.dirs=${jaxbwiz.endorsed.dirs}
60run.test.classpath=\
61 ${javac.test.classpath}:\
62 ${build.test.classes.dir}
63source.encoding=UTF-8
64src.dir=src
65test.src.dir=test
Note: See TracBrowser for help on using the repository browser.