From 6f2a757d7c1a320ad8dc191733f7079b217adcd6 Mon Sep 17 00:00:00 2001 From: fhanik Date: Tue, 21 Nov 2006 17:02:55 +0000 Subject: [PATCH] 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 --- build.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.xml b/build.xml index abdf65b54..cbb3c3021 100644 --- a/build.xml +++ b/build.xml @@ -609,6 +609,11 @@ + + + + -- 2.11.0