source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/SubscriptionRepository/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: 3.8 KB
Line 
1application.title=SubscriptionRepository
2application.vendor=webbn
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}/SubscriptionRepository.jar
19dist.javadoc.dir=${dist.dir}/javadoc
20excludes=
21file.reference.cglib-nodep-2.1_3.jar=../../../../ThirdParty/XStream/cglib-nodep-2.1_3.jar
22file.reference.commons-logging-1.1.1.jar=../../../../ThirdParty/log4j/commons-logging-1.1.1.jar
23file.reference.dom4j-1.6.1.jar=../../../../ThirdParty/XStream/dom4j-1.6.1.jar
24file.reference.jdom-1.0.jar=../../../../ThirdParty/XStream/jdom-1.0.jar
25file.reference.jettison-1.0-RC2.jar=../../../../ThirdParty/XStream/jettison-1.0-RC2.jar
26file.reference.joda-time-1.5.1.jar=../../../../ThirdParty/XStream/joda-time-1.5.1.jar
27file.reference.log4j-1.2.15.jar=../../../../ThirdParty/log4j/log4j-1.2.15.jar
28file.reference.stax-1.2.0.jar=../../../../ThirdParty/XStream/stax-1.2.0.jar
29file.reference.stax-api-1.0.1.jar=../../../../ThirdParty/XStream/stax-api-1.0.1.jar
30file.reference.wstx-asl-3.2.3.jar=../../../../ThirdParty/XStream/wstx-asl-3.2.3.jar
31file.reference.xml-writer-0.2.jar=../../../../ThirdParty/XStream/xml-writer-0.2.jar
32file.reference.xom-1.1.jar=../../../../ThirdParty/XStream/xom-1.1.jar
33file.reference.xpp3_min-1.1.4c.jar=../../../../ThirdParty/XStream/xpp3_min-1.1.4c.jar
34file.reference.xstream-1.3.jar=../../../../ThirdParty/XStream/xstream-1.3.jar
35file.reference.xstream-benchmark-1.3.jar=../../../../ThirdParty/XStream/xstream-benchmark-1.3.jar
36includes=**
37jar.compress=false
38javac.classpath=\
39 ${file.reference.commons-logging-1.1.1.jar}:\
40 ${file.reference.log4j-1.2.15.jar}:\
41 ${reference.NhincLib.jar}:\
42 ${file.reference.cglib-nodep-2.1_3.jar}:\
43 ${file.reference.dom4j-1.6.1.jar}:\
44 ${file.reference.jdom-1.0.jar}:\
45 ${file.reference.jettison-1.0-RC2.jar}:\
46 ${file.reference.joda-time-1.5.1.jar}:\
47 ${file.reference.stax-1.2.0.jar}:\
48 ${file.reference.stax-api-1.0.1.jar}:\
49 ${file.reference.wstx-asl-3.2.3.jar}:\
50 ${file.reference.xml-writer-0.2.jar}:\
51 ${file.reference.xom-1.1.jar}:\
52 ${file.reference.xpp3_min-1.1.4c.jar}:\
53 ${file.reference.xstream-1.3.jar}:\
54 ${file.reference.xstream-benchmark-1.3.jar}
55# Space-separated list of extra javac options
56javac.compilerargs=
57javac.deprecation=false
58javac.source=1.5
59javac.target=1.5
60javac.test.classpath=\
61 ${javac.classpath}:\
62 ${build.classes.dir}:\
63 ${libs.junit.classpath}:\
64 ${libs.junit_4.classpath}
65javadoc.additionalparam=
66javadoc.author=false
67javadoc.encoding=${source.encoding}
68javadoc.noindex=false
69javadoc.nonavbar=false
70javadoc.notree=false
71javadoc.private=false
72javadoc.splitindex=true
73javadoc.use=true
74javadoc.version=false
75javadoc.windowtitle=
76meta.inf.dir=${src.dir}/META-INF
77platform.active=default_platform
78project.NhincLib=../../Common/NhincLib
79reference.NhincLib.jar=${project.NhincLib}/dist/NhincLib.jar
80run.classpath=\
81 ${javac.classpath}:\
82 ${build.classes.dir}
83# Space-separated list of JVM arguments used when running the project
84# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
85# or test-sys-prop.name=value to set system properties for unit tests):
86run.jvmargs=
87run.test.classpath=\
88 ${javac.test.classpath}:\
89 ${build.test.classes.dir}
90source.encoding=UTF-8
91src.dir=src
92test.src.dir=test
Note: See TracBrowser for help on using the repository browser.