From 06663d47e29e44fbbce8c4d791c49ad4a609b39e Mon Sep 17 00:00:00 2001 From: edison Date: Tue, 30 Nov 2010 11:52:22 -0800 Subject: [PATCH] fix missing jar files for centos --- wscript_configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wscript_configure b/wscript_configure index 31198361bbd..d941510c5f0 100644 --- a/wscript_configure +++ b/wscript_configure @@ -38,6 +38,8 @@ systemjars = { 'CentOS': ( "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/catalina.jar", # all supported distros put the file there ), 'Ubuntu':