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/10/13 21:25:26 UTC

svn commit: r320884 - /xml/commons/trunk/java/external/src/manifest.commons

Author: mrglavas
Date: Thu Oct 13 12:25:23 2005
New Revision: 320884

URL: http://svn.apache.org/viewcvs?rev=320884&view=rev
Log:
Fixing Bugzilla #37076:
http://issues.apache.org/bugzilla/show_bug.cgi?id=37076

Implementation-Vendor and Implementation-URL are supposed to specify which
organization maintains the implementation and where it can be downloaded, in
this case the ASF.

Modified:
    xml/commons/trunk/java/external/src/manifest.commons

Modified: xml/commons/trunk/java/external/src/manifest.commons
URL: http://svn.apache.org/viewcvs/xml/commons/trunk/java/external/src/manifest.commons?rev=320884&r1=320883&r2=320884&view=diff
==============================================================================
--- xml/commons/trunk/java/external/src/manifest.commons (original)
+++ xml/commons/trunk/java/external/src/manifest.commons Thu Oct 13 12:25:23 2005
@@ -33,7 +33,7 @@
 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
+Implementation-Title: org.w3c.dom.ls
 Implementation-Version: 1.0
 Implementation-Vendor: World Wide Web Consortium
 Implementation-URL: http://www.w3c.org/DOM/
@@ -43,10 +43,10 @@
 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-Title: javax.xml.parsers
 Implementation-Version: @impl.version@
-Implementation-Vendor: Sun Microsystems Inc.
-Implementation-URL: http://java.sun.com/xml/jaxp.html
+Implementation-Vendor: Apache Software Foundation
+Implementation-URL: http://xml.apache.org/commons/
 
 Name: javax/xml/transform/
 Comment: xml-commons for http://xml.apache.org/ subproject's use
@@ -55,36 +55,36 @@
 Specification-Vendor: Sun Microsystems Inc.
 Implementation-Title: javax.xml.transform
 Implementation-Version: @impl.version@
-Implementation-Vendor: Sun Microsystems Inc.
-Implementation-URL: http://java.sun.com/xml/jaxp.html
+Implementation-Vendor: Apache Software Foundation
+Implementation-URL: http://xml.apache.org/commons/
 
 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-Title: javax.xml.validation
 Implementation-Version: @impl.version@
-Implementation-Vendor: Sun Microsystems Inc.
-Implementation-URL: http://java.sun.com/xml/jaxp.html
+Implementation-Vendor: Apache Software Foundation
+Implementation-URL: http://xml.apache.org/commons/
 
 Name: javax/xml/datatype/
 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-Title: javax.xml.datatype
 Implementation-Version: @impl.version@
-Implementation-Vendor: Sun Microsystems Inc.
-Implementation-URL: http://java.sun.com/xml/jaxp.html
+Implementation-Vendor: Apache Software Foundation
+Implementation-URL: http://xml.apache.org/commons/
 
 Name: javax/xml/xpath/
 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-Title: javax.xml.xpath
 Implementation-Version: @impl.version@
-Implementation-Vendor: Sun Microsystems Inc.
-Implementation-URL: http://java.sun.com/xml/jaxp.html
+Implementation-Vendor: Apache Software Foundation
+Implementation-URL: http://xml.apache.org/commons/