source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Adapters/General/DocumentRepositoryEJB/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.0 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
17j2ee.platform=1.5
18j2ee.server.type=J2EE
19jar.compress=false
20jar.name=DocumentRepositoryEJB.jar
21javac.classpath=\
22 ${reference.NhincLib.jar}:\
23 ${reference.DocumentRepository.jar}:\
24 ${file.reference.commons-logging-1.1.1.jar}:\
25 ${file.reference.log4j-1.2.15.jar}
26javac.debug=true
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.preview=true
42javadoc.private=false
43javadoc.splitindex=true
44javadoc.use=true
45javadoc.version=false
46javadoc.windowtitle=
47meta.inf=${source.root}/conf
48meta.inf.excludes=sun-cmp-mappings.xml
49platform.active=default_platform
50project.DocumentRepository=../DocumentRepository
51project.NhincLib=../../../Common/NhincLib
52reference.DocumentRepository.jar=${project.DocumentRepository}/dist/DocumentRepository.jar
53reference.NhincLib.jar=${project.NhincLib}/dist/NhincLib.jar
54resource.dir=setup
55run.test.classpath=\
56 ${javac.test.classpath}:\
57 ${build.test.classes.dir}
58source.encoding=UTF-8
59source.root=src
60src.dir=${source.root}/java
61test.src.dir=test
Note: See TracBrowser for help on using the repository browser.