From ad3ae753dd42b5959a1401af0c56a4eea7353f07 Mon Sep 17 00:00:00 2001 From: David Nalley Date: Mon, 2 Jul 2012 09:00:06 -0400 Subject: [PATCH] Patch from Hugo Trippaers https://reviews.apache.org/r/5698 CentOS 6.2 ships tomcat6-el-2.1-api-6.0.24.jar with tomcat just like RedHat --- wscript_configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript_configure b/wscript_configure index d437f3af16a..832fe677b10 100644 --- a/wscript_configure +++ b/wscript_configure @@ -49,7 +49,7 @@ systemjars = { ( "tomcat6-servlet-2.5-api.jar", "tomcat6-jsp-2.1-api-6.0.24.jar", - "tomcat6-el-1.0-api-6.0.24.jar", + "tomcat6-el-2.1-api-6.0.24.jar", #"tomcat6/catalina.jar", # all supported distros put the file there ), 'Ubuntu':