fix missing jar files for centos

This commit is contained in:
edison 2010-11-30 11:52:22 -08:00
parent 680812f675
commit 06663d47e2
1 changed files with 2 additions and 0 deletions

View File

@ -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':