source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Adapters/General/AdapterReidentificationEJB/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.4 KB
Line 
1build.classes.dir=${build.dir}/jar
2build.classes.excludes=**/*.java,**/*.form,**/.nbattrs
3build.dir=build
4build.ear.classes.dir=${build.dir}/jar
5build.generated.dir=${build.dir}/generated
6build.test.classes.dir=${build.dir}/test/classes
7build.test.results.dir=${build.dir}/test/results
8debug.classpath=${javac.classpath}:${build.classes.dir}
9debug.test.classpath=\
10 ${run.test.classpath}
11dist.dir=dist
12dist.ear.jar=${dist.dir}/${jar.name}
13dist.jar=${dist.dir}/${jar.name}
14dist.javadoc.dir=${dist.dir}/javadoc
15file.reference.commons-logging-1.1.1.jar=..\\..\\..\\..\\..\\ThirdParty\\log4j\\commons-logging-1.1.1.jar
16file.reference.log4j-1.2.15.jar=..\\..\\..\\..\\..\\ThirdParty\\log4j\\log4j-1.2.15.jar
17file.reference.ThirdParty-log4j=../../../../../ThirdParty/log4j
18j2ee.platform=1.5
19j2ee.server.type=J2EE
20jar.compress=false
21jar.name=AdapterReidentificationEJB.jar
22javac.classpath=\
23 ${reference.AdapterReidentificationLib.jar}:\
24 ${reference.NhincDataTransformsLib.jar}:\
25 ${reference.NhincLib.jar}:\
26 ${file.reference.commons-logging-1.1.1.jar}:\
27 ${file.reference.log4j-1.2.15.jar}
28javac.debug=true
29javac.deprecation=false
30javac.source=1.5
31javac.target=1.5
32javac.test.classpath=\
33 ${javac.classpath}:\
34 ${build.classes.dir}:\
35 ${libs.junit.classpath}:\
36 ${libs.junit_4.classpath}
37javadoc.additionalparam=
38javadoc.author=false
39javadoc.encoding=${source.encoding}
40javadoc.noindex=false
41javadoc.nonavbar=false
42javadoc.notree=false
43javadoc.preview=true
44javadoc.private=false
45javadoc.splitindex=true
46javadoc.use=true
47javadoc.version=false
48javadoc.windowtitle=
49meta.inf=${source.root}/conf
50meta.inf.excludes=sun-cmp-mappings.xml
51platform.active=default_platform
52project.AdapterReidentificationLib=../AdapterReidentificationLib
53project.NhincDataTransformsLib=../../../Common/NhincDataTransformsLib
54project.NhincLib=../../../Common/NhincLib
55reference.AdapterReidentificationLib.jar=${project.AdapterReidentificationLib}/dist/AdapterReidentificationLib.jar
56reference.NhincDataTransformsLib.jar=${project.NhincDataTransformsLib}/dist/NhincDataTransformsLib.jar
57reference.NhincLib.jar=${project.NhincLib}/dist/NhincLib.jar
58resource.dir=setup
59run.test.classpath=\
60 ${javac.test.classpath}:\
61 ${build.test.classes.dir}:\
62 ${file.reference.ThirdParty-log4j}
63source.encoding=UTF-8
64source.root=src
65src.dir=${source.root}/java
66test.src.dir=test
Note: See TracBrowser for help on using the repository browser.