From bd55e8fa25a5a6ba9f42fb6d9e65966540b2b61a Mon Sep 17 00:00:00 2001 From: mrglavas Date: Sat, 4 Jun 2005 03:17:16 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226218 13f79535-47bb-0310-9956-ffa450edef68 --- java/external/src/manifest.commons | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/java/external/src/manifest.commons b/java/external/src/manifest.commons index 5f535d9..641c884 100644 --- a/java/external/src/manifest.commons +++ b/java/external/src/manifest.commons @@ -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-Title: Simple API for XML 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-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 @@ -44,18 +54,17 @@ 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 - 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-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 @@ -75,7 +84,7 @@ 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