From df0d0ed341ad6eb624f8c33542a108c7ddd0ec44 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Thu, 2 Jun 2005 05:05:18 +0000 Subject: [PATCH] Ensure class files generated are compatible with 1.1 JVMs (although we only support 1.2+ at the moment). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@179511 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index bb7bfc5..76075c4 100644 --- a/build.xml +++ b/build.xml @@ -89,6 +89,11 @@ + + + + + @@ -263,7 +268,10 @@ destdir="${build.home}/classes" debug="${compile.debug}" deprecation="${compile.deprecation}" - optimize="${compile.optimize}"> + optimize="${compile.optimize}" + source="${source.version}" + target="${target.version}"> +