From: markt Date: Mon, 12 Jan 2009 20:34:41 +0000 (+0000) Subject: Servlet 3 requires a 1.6 JDK. *Really* need to fix DBCP... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c3bc2af579033dc46efa6d42681987f2dfea1676;p=tomcat7.0 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 --- 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 @@ +