mkwan 2003/04/01 13:48:37 Modified: java/src MANIFEST.MF Log: Merging XSLTC_DTM and common serializer to the head Update MANIFEST.MF to include information about xsltc and its support jars. Revision Changes Path 1.7 +61 -1 xml-xalan/java/src/MANIFEST.MF Index: MANIFEST.MF =================================================================== RCS file: /home/cvs/xml-xalan/java/src/MANIFEST.MF,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- MANIFEST.MF 14 Aug 2002 16:21:37 -0000 1.6 +++ MANIFEST.MF 1 Apr 2003 21:48:37 -0000 1.7 @@ -8,7 +8,7 @@ Comment: Main Xalan engine implementing TrAX/JAXP Specification-Title: Java API for XML Processing Specification-Vendor: Sun Microsystems Inc. -Specification-Version: 1.1 +Specification-Version: 1.2 Implementation-Title: org.apache.xalan Implementation-Version: @impl.version@ Implementation-Vendor: Apache Software Foundation @@ -28,5 +28,65 @@ Implementation-Vendor: Apache Software Foundation Implementation-URL: http://xml.apache.org/xalan-j/dist/ +Name: org/apache/xalan/xsltc +Comment: Main XSLTC engine implementing TrAX/JAXP +Specification-Title: Java API for XML Processing +Specification-Vendor: Sun Microsystems Inc. +Specification-Version: 1.1 +Implementation-Title: org.apache.xalan.xsltc +Implementation-Version: @impl.version@ +Implementation-Vendor: Apache Software Foundation +Implementation-URL: http://xml.apache.org/xalan-j/dist/ + +Name: JLex +Comment: A Lexical Analyzer for Java +Specification-Title: A Lexical Analyzer for Java +Specification-Vendor: Princeton University +Specification-Version: 1.2.5 +Implementation-Title: JLex +Implementation-Version: @impl.version@ +Implementation-Vendor: Princeton University +Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/JLex/ + +Name: java_cup +Comment: Parser Generator for Java +Specification-Title: Parser Generator for Java +Specification-Vendor: Princeton University +Specification-Version: 0.10j +Implementation-Title: java_cup +Implementation-Version: @impl.version@ +Implementation-Vendor: Princeton University +Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/ + +Name: runtime +Comment: Runtime component of JCup +Specification-Title: Runtime component of JCup +Specification-Vendor: Princeton University +Specification-Version: 0.10j +Implementation-Title: runtime +Implementation-Version: @impl.version@ +Implementation-Vendor: Princeton University +Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/ + + +Name: org/apache/bcel +Comment: Byte Code Engineering Library +Specification-Title: Byte Code Engineering Library +Specification-Vendor: Markus Dahm +Specification-Version: 5.0 rc1 +Implementation-Title: org.apache.bcel +Implementation-Version: @impl.version@ +Implementation-Vendor: Apache Software Foundation +Implementation-URL: http://jakarta.apache.org/bcel + +Name: org/apache/regexp +Comment: Java Regular Expression package +Specification-Title: Java Regular Expression package +Specification-Vendor: Apache Software Foundation +Specification-Version: 1.2 +Implementation-Title: org.apache.regexp +Implementation-Version: @impl.version@ +Implementation-Vendor: Apache Software Foundation +Implementation-URL: http://jakarta.apache.org/regexp
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
