From ab7fb64929ba215aa874672ce76a865e611fe3e1 Mon Sep 17 00:00:00 2001 From: Rainer Klute Date: Wed, 13 Jul 2005 20:52:10 +0000 Subject: [PATCH] - Added the "source" and "target" options to the javac targets in order to place restrictions on the Java source code and the generated byte code with respect to the JDK version supported by POI. I set the latter to 1.3. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353750 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 67 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 29 deletions(-) diff --git a/build.xml b/build.xml index 6a708966a4..b8b65b4e9d 100644 --- a/build.xml +++ b/build.xml @@ -100,19 +100,24 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -258,12 +263,14 @@ - + - + @@ -273,13 +280,14 @@ - + - + @@ -289,13 +297,14 @@ - + - + @@ -305,8 +314,8 @@ - + -- 2.39.5