From: fhanik Date: Tue, 21 Nov 2006 17:02:55 +0000 (+0000) Subject: Make the pool impl compile for JDK 1.5 by swapping out the enum keyword. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6f2a757d7c1a320ad8dc191733f7079b217adcd6;p=tomcat7.0 Make the pool impl compile for JDK 1.5 by swapping out the enum keyword. Another fix is to simply put source="1.4" for the dbcp javac target. Let me know if you prefer one over the other. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@477747 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index abdf65b54..cbb3c3021 100644 --- a/build.xml +++ b/build.xml @@ -609,6 +609,11 @@ + + + +