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 2006/04/10 17:44:09 UTC

svn commit: r392972 - /xml/commons/branches/tck-jaxp-1_2_0/java/external/src/manifest.commons

Author: mrglavas
Date: Mon Apr 10 08:44:08 2006
New Revision: 392972

URL: http://svn.apache.org/viewcvs?rev=392972&view=rev
Log:
Applying for fix for Bugzilla #37076 to tck-jaxp-1_2_0 branch:
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/branches/tck-jaxp-1_2_0/java/external/src/manifest.commons

Modified: xml/commons/branches/tck-jaxp-1_2_0/java/external/src/manifest.commons
URL: http://svn.apache.org/viewcvs/xml/commons/branches/tck-jaxp-1_2_0/java/external/src/manifest.commons?rev=392972&r1=392971&r2=392972&view=diff
==============================================================================
--- xml/commons/branches/tck-jaxp-1_2_0/java/external/src/manifest.commons (original)
+++ xml/commons/branches/tck-jaxp-1_2_0/java/external/src/manifest.commons Mon Apr 10 08:44:08 2006
@@ -33,10 +33,10 @@
 Specification-Title: Java API for XML Processing
 Specification-Version: 1.2
 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
@@ -45,5 +45,5 @@
 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/