You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by df...@apache.org on 2005/12/15 00:42:52 UTC

svn commit: r356939 - in /jakarta/site: docs/site/packageversioning-manifest.template docs/site/packageversioning.html xdocs/site/packageversioning.xml

Author: dfs
Date: Wed Dec 14 15:42:46 2005
New Revision: 356939

URL: http://svn.apache.org/viewcvs?rev=356939&view=rev
Log:
Added Implementation-Vendor-Id to jar manifest instructions and
template per discussion in the following thread:
  http://marc.theaimsgroup.com/?t=113458420000006&r=1&w=2

Modified:
    jakarta/site/docs/site/packageversioning-manifest.template
    jakarta/site/docs/site/packageversioning.html
    jakarta/site/xdocs/site/packageversioning.xml

Modified: jakarta/site/docs/site/packageversioning-manifest.template
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/site/packageversioning-manifest.template?rev=356939&r1=356938&r2=356939&view=diff
==============================================================================
--- jakarta/site/docs/site/packageversioning-manifest.template (original)
+++ jakarta/site/docs/site/packageversioning-manifest.template Wed Dec 14 15:42:46 2005
@@ -3,4 +3,5 @@
 Name: org/apache/{Apache Package}/
 Implementation-Title: {Apache Package}
 Implementation-Version: @version@
-Implementation-Vendor: "Apache Software Foundation"
+Implementation-Vendor: The Apache Software Foundation
+Implementation-Vendor-Id: org.apache
\ No newline at end of file

Modified: jakarta/site/docs/site/packageversioning.html
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/site/packageversioning.html?rev=356939&r1=356938&r2=356939&view=diff
==============================================================================
--- jakarta/site/docs/site/packageversioning.html (original)
+++ jakarta/site/docs/site/packageversioning.html Wed Dec 14 15:42:46 2005
@@ -191,7 +191,8 @@
 Name: org/apache/{Apache Package}/
 Implementation-Title: {Apache Package}
 Implementation-Version: @version@
-Implementation-Vendor: "Apache Software Foundation"
+Implementation-Vendor:  The Apache Software Foundation
+Implementation-Vendor-Id: org.apache
 </pre>
 </td>
 </tr>

Modified: jakarta/site/xdocs/site/packageversioning.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/packageversioning.xml?rev=356939&r1=356938&r2=356939&view=diff
==============================================================================
--- jakarta/site/xdocs/site/packageversioning.xml (original)
+++ jakarta/site/xdocs/site/packageversioning.xml Wed Dec 14 15:42:46 2005
@@ -44,7 +44,8 @@
 Name: org/apache/{Apache Package}/
 Implementation-Title: {Apache Package}
 Implementation-Version: @version@
-Implementation-Vendor: "Apache Software Foundation"
+Implementation-Vendor:  The Apache Software Foundation
+Implementation-Vendor-Id: org.apache
 </pre>
 </td></tr>
 </table>



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org