craigmcc 2002/08/28 19:02:42 Modified: conf/share MANIFEST.MF Log: Split up the "Class-Path" header to avoid problems on broken JVMs (like the one in WebLogic) that don't follow the rules for Manifest file formsts. Revision Changes Path 1.3 +11 -4 jakarta-struts/conf/share/MANIFEST.MF Index: MANIFEST.MF =================================================================== RCS file: /home/cvs/jakarta-struts/conf/share/MANIFEST.MF,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- MANIFEST.MF 16 Jun 2002 05:49:21 -0000 1.2 +++ MANIFEST.MF 29 Aug 2002 02:02:42 -0000 1.3 @@ -2,10 +2,17 @@ Extension-Name: Struts Framework Specification-Title: Struts Framework Specification-Vendor: Apache Software Foundation -Specification-Version: 1.0 +Specification-Version: 1.1 Implementation-Title: Struts Framework Implementation-Vendor: Apache Software Foundation Implementation-Vendor-Id: org.apache -Implementation-Version: 1.0 -Class-Path: commons-beanutils.jar commons-collections.jar commons-dbcp.jar commons-digester.jar commons-logging.jar commons-pool.jar commons-services.jar commons-validator.jar jakarta-oro.jar - +Implementation-Version: 1.1 +Class-Path: commons-beanutils.jar +Class-Path: commons-collections.jar +Class-Path: commons-dbcp.jar +Class-Path: commons-digester.jar +Class-Path: commons-logging.jar +Class-Path: commons-pool.jar +Class-Path: commons-services.jar +Class-Path: commons-validator.jar +Class-Path: jakarta-oro.jar
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>