From e32a24de079fbfb1174b794e7e075dd663eb89a5 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 17 May 2004 13:22:11 +0000 Subject: [PATCH] Permit building under JDK 1.5 PR: 28996 Obtained from: Jesse Glick git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276460 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 7e8e1c2ff..cd740ebff 100644 --- a/build.xml +++ b/build.xml @@ -48,7 +48,8 @@ - + + @@ -604,6 +605,7 @@ debug="${debug}" deprecation="${deprecation}" target="${javac.target}" + source="${javac.source}" optimize="${optimize}" > @@ -1354,6 +1356,7 @@ destdir="${build.tests}" debug="${debug}" target="${javac.target}" + source="${javac.source}" deprecation="${deprecation}" > @@ -1610,4 +1613,4 @@ description="--> creates a minimum distribution in ./dist" depends="dist-lite"/> - \ No newline at end of file +