You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2005/06/04 05:17:16 UTC

cvs commit: xml-commons/java/external/src manifest.commons

mrglavas    2005/06/03 20:17:16

  Modified:    java/external/src manifest.commons
  Log:
  Source for META-INF/MANIFEST.MF should pick up implementation version and
  vendor and Java version and vendor from values specified in build.xml, rather
  than hard-coding. Merging these changes in from the tck-jaxp-1_2_0 branch.
  
  Revision  Changes    Path
  1.3       +19 -10    xml-commons/java/external/src/manifest.commons
  
  Index: manifest.commons
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/external/src/manifest.commons,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- manifest.commons	8 Apr 2005 11:30:41 -0000	1.2
  +++ manifest.commons	4 Jun 2005 03:17:16 -0000	1.3
  @@ -1,5 +1,5 @@
   Manifest-Version: 1.0
  -Created-By: 1.2.2 (Sun Microsystems Inc.)
  +Created-By: @java.version@ (@java.vendor@)
   
   Name: org/apache/xmlcommons/Version
   Comment: @impl.name@ for http://xml.apache.org/ subproject's use
  @@ -14,13 +14,23 @@
   Specification-Vendor: David Megginson
   Specification-Version: 2.0.2 (sax2r3)
   Implementation-Title: org.xml.sax
  -Implementation-Version: 2.0
  +Implementation-Version: 2.0.2
   Implementation-Vendor: David Megginson
  -Implementation-URL: http://www.megginson.com/SAX/index.html
  +Implementation-URL: http://www.saxproject.org/
   
   Name: org/w3c/dom/
   Comment: xml-commons for http://xml.apache.org/ subproject's use
  -Specification-Title: Document Object Model, Level 2 Core
  +Specification-Title: Document Object Model (DOM) Level 3 Core
  +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/
  +
  +Name: org/w3c/dom/ls/
  +Comment: xml-commons for http://xml.apache.org/ subproject's use
  +Specification-Title: Document Object Model (DOM) Level 3 Load and Save
   Specification-Vendor: World Wide Web Consortium
   Specification-Version: 1.0
   Implementation-Title: org.w3c.dom
  @@ -34,7 +44,7 @@
   Specification-Version: 1.3
   Specification-Vendor: Sun Microsystems Inc.
   Implementation-Title: javax.xml.transform
  -Implementation-Version: 1.3
  +Implementation-Version: @impl.version@
   Implementation-Vendor: Sun Microsystems Inc.
   Implementation-URL: http://java.sun.com/xml/jaxp.html
   
  @@ -44,18 +54,17 @@
   Specification-Version: 1.3
   Specification-Vendor: Sun Microsystems Inc.
   Implementation-Title: javax.xml.transform
  -Implementation-Version: 1.3
  +Implementation-Version: @impl.version@
   Implementation-Vendor: Sun Microsystems Inc.
   Implementation-URL: http://java.sun.com/xml/jaxp.html
   
  -
   Name: javax/xml/validation/
   Comment: xml-commons for http://xml.apache.org/ subproject's use
   Specification-Title: JSR 206 Java API for XML Processing 1.3
   Specification-Version: 1.3
   Specification-Vendor: Sun Microsystems Inc.
   Implementation-Title: javax.xml.transform
  -Implementation-Version: 1.3
  +Implementation-Version: @impl.version@
   Implementation-Vendor: Sun Microsystems Inc.
   Implementation-URL: http://java.sun.com/xml/jaxp.html
   
  @@ -65,7 +74,7 @@
   Specification-Version: 1.3
   Specification-Vendor: Sun Microsystems Inc.
   Implementation-Title: javax.xml.transform
  -Implementation-Version: 1.3
  +Implementation-Version: @impl.version@
   Implementation-Vendor: Sun Microsystems Inc.
   Implementation-URL: http://java.sun.com/xml/jaxp.html
   
  @@ -75,7 +84,7 @@
   Specification-Version: 1.3
   Specification-Vendor: Sun Microsystems Inc.
   Implementation-Title: javax.xml.transform
  -Implementation-Version: 1.3
  +Implementation-Version: @impl.version@
   Implementation-Vendor: Sun Microsystems Inc.
   Implementation-URL: http://java.sun.com/xml/jaxp.html