bloritsch 01/01/30 09:52:20
Modified: src Tag: xml-cocoon2 Manifest.mf Log: Modified manifest so that the non-class files are explicitly identified. Hopefully this will solve issues with some classloaders. Note: we need to make entries in both locations for new logicsheets. Revision Changes Path No revision No revision 1.1.2.4 +21 -0 xml-cocoon/src/Manifest.mf Index: Manifest.mf =================================================================== RCS file: /home/cvs/xml-cocoon/src/Manifest.mf,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- Manifest.mf 2001/01/30 17:37:29 1.1.2.3 +++ Manifest.mf 2001/01/30 17:52:13 1.1.2.4 @@ -1,2 +1,23 @@ Manifest-Version: 1.0 Main-Class: org.apache.cocoon.Main + +Name: org/apache/cocoon/components/markup/sitemap/java/sitemap.xsl +Mime-Type: application/xml + +Name: org/apache/cocoon/components/markup/xsp/java/esql.xsl +Mime-Type: application/xml + +Name: org/apache/cocoon/components/markup/xsp/java/log.xsl +Mime-Type: application/xml + +Name: org/apache/cocoon/components/markup/xsp/java/request.xsl +Mime-Type: application/xml + +Name: org/apache/cocoon/components/markup/xsp/java/response.xsl +Mime-Type: application/xml + +Name: org/apache/cocoon/components/markup/xsp/java/util.xsl +Mime-Type: application/xml + +Name: org/apache/cocoon/components/markup/xsp/java/xsp.xsl +Mime-Type: application/xml
