Author: wglass
Date: Tue Jan  3 22:14:17 2006
New Revision: 365836

URL: http://svn.apache.org/viewcvs?rev=365836&view=rev
Log:
Added Implementation-Vendor-Id as recommended in 
http://java.sun.com/j2se/1.5.0/docs/guide/extensions/versioning.html

Modified:
    jakarta/velocity/core/trunk/build/build.xml

Modified: jakarta/velocity/core/trunk/build/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/build/build.xml?rev=365836&r1=365835&r2=365836&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/build/build.xml (original)
+++ jakarta/velocity/core/trunk/build/build.xml Tue Jan  3 22:14:17 2006
@@ -409,6 +409,7 @@
         <attribute name="Specification-Title" value="Velocity is a Java-based 
template engine" />
         <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
         <attribute name="Implementation-Title" value="org.apache.velocity"/>
+        <attribute name="Implementation-Vendor-Id" value="org.apache"/>
         <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
         <attribute name="Implementation-Version" value="${version}"/>
       </manifest>
@@ -430,6 +431,7 @@
         <attribute name="Specification-Vendor" value="Apache Software 
Foundation"/>
         <attribute name="Implementation-Title" value="org.apache.velocity"/>
         <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
+        <attribute name="Implementation-Vendor-Id" value="org.apache"/>
         <attribute name="Implementation-Version" value="${version}"/>
       </manifest>
     </jar>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to