source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Adapters/General/MpiLib/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 
1build.classes.dir=${build.dir}/classes
2build.classes.excludes=**/*.java,**/*.form
3# This directory is removed when the project is cleaned:
4build.dir=build
5build.generated.dir=${build.dir}/generated
6# Only compile against the classpath explicitly listed here:
7build.sysclasspath=ignore
8build.test.classes.dir=${build.dir}/test/classes
9build.test.results.dir=${build.dir}/test/results
10debug.classpath=\
11 ${run.classpath}
12debug.test.classpath=\
13 ${run.test.classpath}
14# This directory is removed when the project is cleaned:
15dist.dir=dist
16dist.jar=${dist.dir}/MpiLib.jar
17dist.javadoc.dir=${dist.dir}/javadoc
18excludes=
19file.reference.commons-logging-1.1.1.jar=..\\..\\..\\..\\..\\ThirdParty\\log4j\\commons-logging-1.1.1.jar
20file.reference.log4j-1.2.15.jar=..\\..\\..\\..\\..\\ThirdParty\\log4j\\log4j-1.2.15.jar
21includes=**
22jar.compress=false
23javac.classpath=\
24 ${libs.junit_4.classpath}:\
25 ${file.reference.commons-logging-1.1.1.jar}:\
26 ${file.reference.log4j-1.2.15.jar}:\
27 ${reference.NhincLib.jar}
28# Space-separated list of extra javac options
29javac.compilerargs=
30javac.deprecation=false
31javac.source=1.5
32javac.target=1.5
33javac.test.classpath=\
34 ${javac.classpath}:\
35 ${build.classes.dir}:\
36 ${libs.junit_4.classpath}
37javadoc.additionalparam=
38javadoc.author=false
39javadoc.encoding=${source.encoding}
40javadoc.noindex=false
41javadoc.nonavbar=false
42javadoc.notree=false
43javadoc.private=false
44javadoc.splitindex=true
45javadoc.use=true
46javadoc.version=false
47javadoc.windowtitle=
48meta.inf.dir=${src.dir}/META-INF
49platform.active=default_platform
50project.NhincLib=../../../Common/NhincLib
51reference.NhincLib.jar=${project.NhincLib}/dist/NhincLib.jar
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=
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.