From f2d7f4ada6433656d43961fc7af423d0d6ca439f Mon Sep 17 00:00:00 2001 From: Steven Caswell Date: Thu, 5 May 2005 01:26:00 +0000 Subject: [PATCH] added compile.excludes attribute to the javac element, with the value set to the compile.excludes property; added excludepackagenames attribute to the javadoc element, with the value set to the javadoc.excludepackagenames property; added dist-build-2.1 target to build the 2.1 release without the text package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168225 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.xml b/build.xml index 62077f378..12505418f 100644 --- a/build.xml +++ b/build.xml @@ -61,6 +61,7 @@ limitations under the License. deprecation="${compile.deprecation}" target="${compile.target}" source="${compile.source}" + excludes="${compile.excludes}" optimize="${compile.optimize}"> @@ -95,6 +96,7 @@ limitations under the License. destdir="${dist.home}/docs/api" overview="${source.home}/org/apache/commons/lang/overview.html" packagenames="org.apache.commons.*" + excludepackagenames="${javadoc.excludepackagenames}" author="true" version="true" doctitle="<h1>${component.title}</h1>" @@ -113,6 +115,10 @@ limitations under the License. + + + +