minchau     2004/10/14 18:53:56

  Added:       java/src MANIFEST.SERIALIZER
  Log:
  PR: XALANJ-1891
  Submitted by: Brian Minchau
  Reviewed by:  Sarah McNamara
  Creating MANIFEST.SERIALIZER, a template like MANIFEST.MF but
  for an independent serializer.jar that is not part of xalan.jar
  
  Revision  Changes    Path
  1.1                  xml-xalan/java/src/MANIFEST.SERIALIZER
  
  Index: MANIFEST.SERIALIZER
  ===================================================================
  Manifest-Version: 1.0
  Created-By: @java.version@ (@java.vendor@)
  Main-Class: org.apache.xml.serializer.Version
  Class-Path: xml-apis.jar
  
  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
  Specification-Version: 1.0
  Implementation-Title: org.apache.xml.serializer
  Implementation-Version: @impl.version@
  Implementation-Vendor: Apache Software Foundation
  Implementation-URL: http://xml.apache.org/xalan-j/usagepatterns.html
  
  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@
  Implementation-Vendor: Apache Software Foundation
  
  
  

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

Reply via email to