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