From e7cce67245b3ff2f2ef747af3e4c931f9c2e678a Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Thu, 25 Nov 2010 10:28:02 +0000 Subject: [PATCH] tweaked javac targets and set includeantruntime=false to avoid warnings by Ant 1.8.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1038992 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index b2025e35b8..1f7e757eaa 100644 --- a/build.xml +++ b/build.xml @@ -409,7 +409,8 @@ under the License. srcdir="${main.src}" debug="${compile.debug}" encoding="${java.source.encoding}" - fork="yes"> + fork="yes" + includeantruntime="false"> + fork="yes" + includeantruntime="false"> @@ -436,7 +438,8 @@ under the License. srcdir="${scratchpad.src}" debug="${compile.debug}" encoding="${java.source.encoding}" - fork="yes"> + fork="yes" + includeantruntime="false"> + fork="yes" + includeantruntime="false"> @@ -464,7 +468,8 @@ under the License. srcdir="${examples.src}" debug="${compile.debug}" encoding="${java.source.encoding}" - fork="yes"> + fork="yes" + includeantruntime="false"> @@ -482,8 +487,10 @@ under the License. source="${jdk.version.source}" destdir="${ooxml.output.dir}" srcdir="${ooxml.src}" + debug="${compile.debug}" encoding="${java.source.encoding}" - debug="${compile.debug}"> + fork="yes" + includeantruntime="false"> + fork="yes" + includeantruntime="false"> @@ -519,7 +527,7 @@ under the License. + encoding="${java.source.encoding}" includeantruntime="false"> -- 2.39.5