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
This commit is contained in:
parent
daf0071761
commit
bd55e8fa25
29
java/external/src/manifest.commons
vendored
29
java/external/src/manifest.commons
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user