# Copyright 2003-2005 The Apache Software Foundation # # Licensed 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. maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory maven.changelog.range=365 maven.changes.issue.template=%URL%/show_bug.cgi?id=%ISSUE% ###################################################################### # commons site L&F ###################################################################### maven.xdoc.jsl=../commons-build/commons-site.jsl maven.xdoc.date=left #maven.xdoc.poweredby.image= maven.xdoc.version=${pom.currentVersion} maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html maven.jar.override = on maven.jar.ibatis-db = ${basedir}/lib/ibatis-db-1.2.9.jar maven.compile.source=1.3 maven.compile.target=1.3 # Jar Manifest Additional Attributes maven.jar.manifest.attributes.list=Specification-Version,Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK maven.jar.manifest.attribute.Specification-Version=${pom.currentVersion} maven.jar.manifest.attribute.Implementation-Vendor-Id=org.apache maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source} maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target} compile.debug = on compile.optimize = off compile.deprecation = off maven.jarResources.basedir=${basedir}/src/java maven.checkstyle.properties = conf/ResourcesCheckStyle.xml maven.linkcheck.enable=false maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/,\ http://commons.apache.org/collections/api/,\ http://commons.apache.org/beanutils/api/,\ http://commons.apache.org/lang/api/,\ http://commons.apache.org/discovery/api/,\ http://commons.apache.org/logging/apidocs/ resources.repository=scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/resources/