source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/NhincSAMLCallbackLib/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.2 KB
Line 
1application.title=NhincSAMLCallbackLib
2application.vendor=vvickers
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}/NhincSAMLCallbackLib.jar
19dist.javadoc.dir=${dist.dir}/javadoc
20excludes=
21file.reference.commons-logging-1.1.1.jar=../../../../ThirdParty/log4j/commons-logging-1.1.1.jar
22file.reference.log4j-1.2.15.jar=../../../../ThirdParty/log4j/log4j-1.2.15.jar
23file.reference.webservices-rt.jar=../../../../../../../GlassFishESB/glassfish/lib/webservices-rt.jar
24includes=**
25jar.compress=false
26javac.classpath=\
27 ${file.reference.commons-logging-1.1.1.jar}:\
28 ${file.reference.log4j-1.2.15.jar}:\
29 ${file.reference.webservices-rt.jar}
30# Space-separated list of extra javac options
31javac.compilerargs=
32javac.deprecation=false
33javac.source=1.5
34javac.target=1.5
35javac.test.classpath=\
36 ${javac.classpath}:\
37 ${build.classes.dir}:\
38 ${libs.junit.classpath}:\
39 ${libs.junit_4.classpath}
40javadoc.additionalparam=
41javadoc.author=false
42javadoc.encoding=${source.encoding}
43javadoc.noindex=false
44javadoc.nonavbar=false
45javadoc.notree=false
46javadoc.private=false
47javadoc.splitindex=true
48javadoc.use=true
49javadoc.version=false
50javadoc.windowtitle=
51meta.inf.dir=${src.dir}/META-INF
52platform.active=default_platform
53run.classpath=\
54 ${javac.classpath}:\
55 ${build.classes.dir}
56# Space-separated list of JVM arguments used when running the project
57# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
58# or test-sys-prop.name=value to set system properties for unit tests):
59run.jvmargs=
60run.test.classpath=\
61 ${javac.test.classpath}:\
62 ${build.test.classes.dir}
63source.encoding=UTF-8
64src.dir=src
65test.src.dir=test
Note: See TracBrowser for help on using the repository browser.