From c3bc2af579033dc46efa6d42681987f2dfea1676 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 12 Jan 2009 20:34:41 +0000 Subject: [PATCH] Servlet 3 requires a 1.6 JDK. *Really* need to fix DBCP... git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@733892 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 4 ++-- build.xml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.properties.default b/build.properties.default index 156cd27d5..9090ce2c3 100644 --- a/build.properties.default +++ b/build.properties.default @@ -39,8 +39,8 @@ base.path=/usr/share/java #base.path=C:/path/to/the/repository #base.path=/usr/local -compile.source=1.5 -compile.target=1.5 +compile.source=1.6 +compile.target=1.6 compile.debug=true base-commons.loc=http://archive.apache.org/dist/commons diff --git a/build.xml b/build.xml index bebd8b458..5d73ce8a4 100644 --- a/build.xml +++ b/build.xml @@ -783,12 +783,13 @@ + -- 2.11.0