mcnamara    2005/01/10 14:07:58

  Modified:    java/src manifest.xsltc MANIFEST.SERIALIZER MANIFEST.MF
  Log:
  Fix for Jira bug report XALANJ-1852.
  
  Revision  Changes    Path
  1.9       +10 -23    xml-xalan/java/src/manifest.xsltc
  
  Index: manifest.xsltc
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/manifest.xsltc,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- manifest.xsltc    22 Feb 2004 15:20:43 -0000      1.8
  +++ manifest.xsltc    10 Jan 2005 22:07:58 -0000      1.9
  @@ -1,7 +1,8 @@
   Manifest-Version: 1.0
   Created-By: @java.version@ (@java.vendor@)
  +Class-Path: xercesImpl.jar xml-apis.jar serializer.jar
   
  -Name: org/apache/xalan/xsltc
  +Name: org/apache/xalan/xsltc/
   Comment: Main XSLTC engine implementing TrAX/JAXP
   Specification-Title: Java API for XML Processing
   Specification-Vendor: Sun Microsystems Inc.
  @@ -11,27 +12,14 @@
   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.10k 
  -Implementation-Title: java_cup 
  +Name: org/apache/xml/
  +Comment: DTM implementation and utilities
  +Implementation-Title: org.apache.xml
   Implementation-Version: @impl.version@
  -Implementation-Vendor: Princeton University 
  -Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/ 
  +Implementation-Vendor: Apache Software Foundation
  +Implementation-URL: http://xml.apache.org/xalan-j/dist/
   
  -Name: runtime 
  +Name: java_cup/runtime/
   Comment: Runtime component of JCup 
   Specification-Title: Runtime component of JCup
   Specification-Vendor: Princeton University 
  @@ -41,8 +29,7 @@
   Implementation-Vendor: Princeton University  
   Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/ 
   
  -
  -Name: org/apache/bcel
  +Name: org/apache/bcel/
   Comment: Byte Code Engineering Library 
   Specification-Title: Byte Code Engineering Library 
   Specification-Vendor: Markus Dahm 
  @@ -52,7 +39,7 @@
   Implementation-Vendor: Apache Software Foundation
   Implementation-URL: http://jakarta.apache.org/bcel
   
  -Name: org/apache/regexp
  +Name: org/apache/regexp/
   Comment: Java Regular Expression package 
   Specification-Title: Java Regular Expression package 
   Specification-Vendor: Apache Software Foundation 
  
  
  
  1.2       +2 -2      xml-xalan/java/src/MANIFEST.SERIALIZER
  
  Index: MANIFEST.SERIALIZER
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/MANIFEST.SERIALIZER,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MANIFEST.SERIALIZER       15 Oct 2004 01:53:56 -0000      1.1
  +++ MANIFEST.SERIALIZER       10 Jan 2005 22:07:58 -0000      1.2
  @@ -3,7 +3,7 @@
   Main-Class: org.apache.xml.serializer.Version
   Class-Path: xml-apis.jar
   
  -Name: org/apache/xml/serializer
  +Name: org/apache/xml/serializer/
   Comment: Serializer to write out XML, HTML etc. as a stream of characters 
from an input DOM or from input SAX events.
   Specification-Title: XSL Transformations (XSLT), at http://www.w3.org/TR/xslt
   Specification-Vendor: W3C Recommendation 16 November 1999
  @@ -13,7 +13,7 @@
   Implementation-Vendor: Apache Software Foundation
   Implementation-URL: http://xml.apache.org/xalan-j/usagepatterns.html
   
  -Name: org/apache/xml/serializer/utils
  +Name: org/apache/xml/serializer/utils/
   Comment: Utilities used internally by the Serializer. Not for external use.
   Implementation-Title: org.apache.xml.serializer.utils
   Implementation-Version: @impl.version@
  
  
  
  1.11      +20 -12    xml-xalan/java/src/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/MANIFEST.MF,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- MANIFEST.MF       22 Feb 2004 15:20:43 -0000      1.10
  +++ MANIFEST.MF       10 Jan 2005 22:07:58 -0000      1.11
  @@ -1,10 +1,10 @@
   Manifest-Version: 1.0
   Created-By: @java.version@ (@java.vendor@)
   Main-Class: org.apache.xalan.xslt.Process
  -Class-Path: xercesImpl.jar xml-apis.jar
  +Class-Path: xercesImpl.jar xml-apis.jar serializer.jar
   
   
  -Name: org/apache/xalan
  +Name: org/apache/xalan/
   Comment: Main Xalan engine implementing TrAX/JAXP
   Specification-Title: Java API for XML Processing
   Specification-Vendor: Sun Microsystems Inc.
  @@ -12,23 +12,23 @@
   Implementation-Title: org.apache.xalan
   Implementation-Version: @impl.version@
   Implementation-Vendor: Apache Software Foundation
  -Implementation-URL: http://xml.apache.org/xalan-j/dist/
  +Implementation-URL: http://xml.apache.org/xalan-j/
   
  -Name: org/apache/xpath
  +Name: org/apache/xpath/
   Comment: XPath engine
   Implementation-Title: org.apache.xpath
   Implementation-Version: @impl.version@
   Implementation-Vendor: Apache Software Foundation
  -Implementation-URL: http://xml.apache.org/xalan-j/dist/
  +Implementation-URL: http://xml.apache.org/xalan-j/
   
  -Name: org/apache/xml
  +Name: org/apache/xml/
   Comment: DTM implementation and utilities
   Implementation-Title: org.apache.xml
   Implementation-Version: @impl.version@
   Implementation-Vendor: Apache Software Foundation
  -Implementation-URL: http://xml.apache.org/xalan-j/dist/
  +Implementation-URL: http://xml.apache.org/xalan-j/
   
  -Name: org/apache/xalan/xsltc
  +Name: org/apache/xalan/xsltc/
   Comment: Main XSLTC engine implementing TrAX/JAXP
   Specification-Title: Java API for XML Processing
   Specification-Vendor: Sun Microsystems Inc.
  @@ -36,9 +36,9 @@
   Implementation-Title: org.apache.xalan.xsltc
   Implementation-Version: @impl.version@
   Implementation-Vendor: Apache Software Foundation
  -Implementation-URL: http://xml.apache.org/xalan-j/dist/
  +Implementation-URL: http://xml.apache.org/xalan-j/
   
  -Name: runtime 
  +Name: java_cup/runtime/ 
   Comment: Runtime component of JCup 
   Specification-Title: Runtime component of JCup
   Specification-Vendor: Princeton University 
  @@ -48,7 +48,7 @@
   Implementation-Vendor: Princeton University  
   Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/ 
   
  -Name: org/apache/bcel
  +Name: org/apache/bcel/
   Comment: Byte Code Engineering Library 
   Specification-Title: Byte Code Engineering Library 
   Specification-Vendor: Markus Dahm 
  @@ -58,7 +58,7 @@
   Implementation-Vendor: Apache Software Foundation
   Implementation-URL: http://jakarta.apache.org/bcel
   
  -Name: org/apache/regexp
  +Name: org/apache/regexp/
   Comment: Java Regular Expression package 
   Specification-Title: Java Regular Expression package 
   Specification-Vendor: Apache Software Foundation 
  @@ -68,4 +68,12 @@
   Implementation-Vendor: Apache Software Foundation
   Implementation-URL: http://jakarta.apache.org/regexp
   
  +Name: org/w3c/dom/xpath/
  +Comment: Document Object Model (DOM) Level 3 L3 XPath
  +Specification-Vendor: World Wide Web Consortium
  +Specification-Version: 1.0
  +Implementation-Title: org.w3c.dom
  +Implementation-Version: 1.0
  +Implementation-Vendor: World Wide Web Consortium
  +Implementation-URL: http://www.w3c.org/DOM/
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to