| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| |
| build.classes.dir=${build.web.dir}/WEB-INF/classes |
| build.classes.excludes=**/*.java,**/*.form |
| build.dir=build |
| build.generated.dir=${build.dir}/generated |
| build.generated.sources.dir=${build.dir}/generated-sources |
| 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=${javac.classpath}:${build.classes.dir} |
| 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} |
| excludes= |
| includes=** |
| j2ee.platform=1.5 |
| j2ee.server.type=J2EE |
| jar.compress=false |
| javac.classpath= |
| # 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} |
| javadoc.additionalparam= |
| javadoc.author=false |
| javadoc.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 |
| no.dependencies=false |
| persistence.xml.dir=${conf.dir} |
| 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 class with main method |
| # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value): |
| runmain.jvmargs= |
| source.root=src |
| src.dir=${source.root}/java |
| test.src.dir=test |
| war.content.additional= |
| war.ear.name=CSSTestProject.war |
| war.name=CSSTestProject.war |
| war.package=true |
| web.docbase.dir=web |
| webinf.dir=${web.docbase.dir}/WEB-INF |