source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/AggregatorLib/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: 4.4 KB
Line 
1application.title=AggregatorLib
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}/AggregatorLib.jar
19dist.javadoc.dir=${dist.dir}/javadoc
20excludes=
21file.reference.antlr-2.7.6.jar=../../../../ThirdParty/HibernateLibraries/antlr-2.7.6.jar
22file.reference.asm-attrs.jar=../../../../ThirdParty/HibernateLibraries/asm-attrs.jar
23file.reference.asm.jar=../../../../ThirdParty/HibernateLibraries/asm.jar
24file.reference.c3p0-0.9.1.2.jar=../../../../ThirdParty/C3PO/c3p0-0.9.1.2.jar
25file.reference.cglib-2.1.3.jar=../../../../ThirdParty/HibernateLibraries/cglib-2.1.3.jar
26file.reference.commons-collections-2.1.1.jar=../../../../ThirdParty/HibernateLibraries/commons-collections-2.1.1.jar
27file.reference.commons-logging-1.1.1.jar=../../../../ThirdParty/log4j/commons-logging-1.1.1.jar
28file.reference.dom4j-1.6.1.jar=../../../../ThirdParty/HibernateLibraries/dom4j-1.6.1.jar
29file.reference.ehcache-1.2.3.jar=../../../../ThirdParty/HibernateLibraries/ehcache-1.2.3.jar
30file.reference.hibernate3.jar=../../../../ThirdParty/HibernateLibraries/hibernate3.jar
31file.reference.jdbc2_0-stdext.jar=../../../../ThirdParty/HibernateLibraries/jdbc2_0-stdext.jar
32file.reference.jta.jar=../../../../ThirdParty/HibernateLibraries/jta.jar
33file.reference.log4j-1.2.15.jar=../../../../ThirdParty/log4j/log4j-1.2.15.jar
34file.reference.mysql-connector-java-5.0.8-bin.jar=../../../../ThirdParty/MySQLDB/mysql-connector-java-5.0.8-bin.jar
35file.reference.ThirdParty-log4j=../../../../ThirdParty/log4j
36includes=**
37jar.compress=false
38javac.classpath=\
39 ${file.reference.antlr-2.7.6.jar}:\
40 ${file.reference.asm-attrs.jar}:\
41 ${file.reference.asm.jar}:\
42 ${file.reference.cglib-2.1.3.jar}:\
43 ${file.reference.commons-collections-2.1.1.jar}:\
44 ${file.reference.dom4j-1.6.1.jar}:\
45 ${file.reference.ehcache-1.2.3.jar}:\
46 ${file.reference.hibernate3.jar}:\
47 ${file.reference.jdbc2_0-stdext.jar}:\
48 ${file.reference.jta.jar}:\
49 ${file.reference.c3p0-0.9.1.2.jar}:\
50 ${file.reference.mysql-connector-java-5.0.8-bin.jar}:\
51 ${file.reference.commons-logging-1.1.1.jar}:\
52 ${file.reference.log4j-1.2.15.jar}:\
53 ${libs.junit_4.classpath}:\
54 ${file.reference.ThirdParty-log4j}:\
55 ${reference.AggregatorJAXB.jar}:\
56 ${reference.NhincLib.jar}:\
57 ${reference.AssigningAuthoritiesToHomeCommunityMappingDAO.jar}
58# Space-separated list of extra javac options
59javac.compilerargs=
60javac.deprecation=false
61javac.source=1.5
62javac.target=1.5
63javac.test.classpath=\
64 ${javac.classpath}:\
65 ${build.classes.dir}:\
66 ${libs.junit_4.classpath}
67javadoc.additionalparam=
68javadoc.author=false
69javadoc.encoding=${source.encoding}
70javadoc.noindex=false
71javadoc.nonavbar=false
72javadoc.notree=false
73javadoc.private=false
74javadoc.splitindex=true
75javadoc.use=true
76javadoc.version=false
77javadoc.windowtitle=
78meta.inf.dir=${src.dir}/META-INF
79platform.active=default_platform
80project.AggregatorJAXB=../AggregatorJAXB
81project.AssigningAuthoritiesToHomeCommunityMappingDAO=../../Common/AssigningAuthoritiesToHomeCommunityMappingDAO
82project.NhincLib=../../Common/NhincLib
83reference.AggregatorJAXB.jar=${project.AggregatorJAXB}/dist/AggregatorJAXB.jar
84reference.AssigningAuthoritiesToHomeCommunityMappingDAO.jar=${project.AssigningAuthoritiesToHomeCommunityMappingDAO}/dist/AssigningAuthoritiesToHomeCommunityMappingDAO.jar
85reference.NhincLib.jar=${project.NhincLib}/dist/NhincLib.jar
86run.classpath=\
87 ${javac.classpath}:\
88 ${build.classes.dir}
89# Space-separated list of JVM arguments used when running the project
90# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
91# or test-sys-prop.name=value to set system properties for unit tests):
92run.jvmargs=
93run.test.classpath=\
94 ${javac.test.classpath}:\
95 ${build.test.classes.dir}
96source.encoding=UTF-8
97src.conf.dir=conf
98src.dir=src
99test.src.dir=test
Note: See TracBrowser for help on using the repository browser.