mcconnell 2003/01/26 23:18:27
Modified: . build.xml
Log:
Added implementation vendor id.
Revision Changes Path
1.155 +2 -0 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- build.xml 6 Jan 2003 17:43:56 -0000 1.154
+++ build.xml 27 Jan 2003 07:18:27 -0000 1.155
@@ -437,6 +437,7 @@
<param name="-windowtitle" value="${Name} API"/>
<param name="-bottom"
value=""Copyright © 2001 Apache Jakarta Project. All
Rights Reserved.""/>
+ <param name="-link" value="http://java.sun.com/j2se/1.4/docs/api/"/>
</doclet>
</javadoc>
@@ -569,6 +570,7 @@
<attribute name="Specification-Version" value="1.0"/>
<attribute name="Implementation-Vendor" value="Apache Software
Foundation"/>
<attribute name="Implementation-Version" value="${version}"/>
+ <attribute name="Implementation-Vendor-Id" value="ASF"/>
</manifest>
<exclude name="**/test/*"/>
<include name="org/apache/avalon/framework/**"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>