forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.7 KiB
84 lines
2.7 KiB
build.classes.dir=${build.web.dir}/WEB-INF/classes
|
|
build.classes.excludes=**/*.java,**/*.form
|
|
build.dir=build
|
|
build.generated.dir=${build.dir}/generated
|
|
build.test.classes.dir=${build.dir}/test/classes
|
|
build.test.results.dir=${build.dir}/test/results
|
|
build.web.dir=${build.dir}/web
|
|
build.web.excludes=${build.classes.excludes}
|
|
client.urlPart=
|
|
compile.jsps=false
|
|
conf.dir=${source.root}/conf
|
|
debug.classpath=${build.classes.dir}:${javac.classpath}
|
|
debug.client=false
|
|
debug.server=true
|
|
debug.test.classpath=\
|
|
${run.test.classpath}
|
|
display.browser=true
|
|
dist.dir=dist
|
|
dist.ear.war=${dist.dir}/${war.ear.name}
|
|
dist.javadoc.dir=${dist.dir}/javadoc
|
|
dist.war=${dist.dir}/${war.name}
|
|
file.reference.activation.jar=jars/activation.jar
|
|
file.reference.mail.jar=jars/mail.jar
|
|
file.reference.postgresql-8.0-315.jdbc3.jar=jars/postgresql-8.0-315.jdbc3.jar
|
|
file.reference.postgresql-8.1-407.jdbc3.jar=jars/postgresql-8.1-407.jdbc3.jar
|
|
file.reference.postgresql-8.2-506.jdbc4.jar=jars/postgresql-8.2-506.jdbc4.jar
|
|
j2ee.platform=1.5
|
|
j2ee.server.type=Tomcat60
|
|
jar.compress=false
|
|
javac.classpath=\
|
|
${libs.jsf12.classpath}:\
|
|
${libs.jstl11.classpath}:\
|
|
${libs.jsf12-support.classpath}:\
|
|
${libs.woodstock-components.classpath}:\
|
|
${libs.woodstock-theme-default.classpath}:\
|
|
${file.reference.activation.jar}:\
|
|
${file.reference.mail.jar}:\
|
|
${file.reference.postgresql-8.0-315.jdbc3.jar}:\
|
|
${file.reference.postgresql-8.1-407.jdbc3.jar}:\
|
|
${file.reference.postgresql-8.2-506.jdbc4.jar}
|
|
# Space-separated list of extra javac options
|
|
javac.compilerargs=
|
|
javac.debug=true
|
|
javac.deprecation=false
|
|
javac.source=1.5
|
|
javac.target=1.5
|
|
javac.test.classpath=\
|
|
${javac.classpath}:\
|
|
${build.classes.dir}:\
|
|
${libs.junit.classpath}:\
|
|
${libs.junit_4.classpath}
|
|
javadoc.additionalparam=
|
|
javadoc.author=false
|
|
javadoc.encoding=${source.encoding}
|
|
javadoc.noindex=false
|
|
javadoc.nonavbar=false
|
|
javadoc.notree=false
|
|
javadoc.preview=true
|
|
javadoc.private=false
|
|
javadoc.splitindex=true
|
|
javadoc.use=true
|
|
javadoc.version=false
|
|
javadoc.windowtitle=
|
|
jspcompilation.classpath=${jspc.classpath}:${javac.classpath}
|
|
lib.dir=${web.docbase.dir}/WEB-INF/lib
|
|
platform.active=default_platform
|
|
resource.dir=setup
|
|
run.test.classpath=\
|
|
${javac.test.classpath}:\
|
|
${build.test.classes.dir}
|
|
# Space-separated list of JVM arguments used when running a class with a main method
|
|
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value):
|
|
runmain.jvmargs=
|
|
source.encoding=ISO-8859-1
|
|
source.root=src
|
|
src.dir=${source.root}/java
|
|
test.src.dir=test
|
|
war.content.additional=\
|
|
${libs.exceptionhandler-runtime.classpath}
|
|
war.ear.name=PlanosActuacao.war
|
|
war.name=PlanosActuacao.war
|
|
web.docbase.dir=web
|
|
webinf.dir=web/WEB-INF
|