blob: 179990814db1f481e20cec4c3c838b3458a9f0a6 [file] [log] [blame]
# 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.
is.autoload=true
javac.compilerargs=-Xlint:unchecked
javac.source=1.6
extsrc.cp.extra=external/generated-glassfish-jspparser-4.0.jar
extra.module.files=modules/ext/jsp-parser-ext.jar
release.external/generated-glassfish-jspparser-4.0.jar=modules/ext/glassfish-jspparser-4.0.jar
extra.module.files=modules/ext/glassfish-jspparser-4.0.jar
javadoc.arch=${basedir}/arch.xml
test-unit-sys-prop.jsp.parser.jars=\
${o.apache.tools.ant.module.dir}/ant/lib/ant.jar:\
${web.jspparser.dir}/modules/ext/glassfish-jspparser-4.0.jar:\
${servletjspapi.dir}/modules/ext/jsp-parser-ext.jar:\
${servletjspapi.dir}/modules/ext/servlet3.1-jsp2.3-api.jar:\
${o.apache.tools.ant.module.dir}/ant/lib/ant-launcher.jar
test-unit-sys-prop.jstl.jars=\
${libs.jstl.dir}/modules/ext/jstl-api.jar:\
${libs.jstl.dir}/modules/ext/jstl-impl.jar
test.config.stableBTD.includes=**/*Test.class
test.config.stableBTD.excludes=\
**/CacheTest.class,\
**/ParserClassLoaderTest.class,\
**/ParseTest.class