You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/28 17:58:19 UTC

svn commit: r500832 - /velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml

Author: henning
Date: Sun Jan 28 08:58:18 2007
New Revision: 500832

URL: http://svn.apache.org/viewvc?view=rev&rev=500832
Log:
Add a number of external links for javadocs.


Modified:
    velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml

Modified: velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml?view=diff&rev=500832&r1=500831&r2=500832
==============================================================================
--- velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml (original)
+++ velocity/engine/branches/Velocity_1.5_BRANCH/build/build.xml Sun Jan 28 08:58:18 2007
@@ -542,11 +542,17 @@
              doctitle="${name} ${version} API"
              encoding="UTF-8"
              docencoding="UTF-8"
-             bottom="Copyright © 2000-${build.year} Apache Software Foundation. All Rights Reserved."
+             bottom="Copyright © 2000-${build.year} <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved."
              classpathref="velocity.build.classpath">
 
       <link href="${javadocs.ref.jsdk}"/>
-
+      <link href="http://www.jdom.org/docs/apidocs"/>
+      <link href="http://logging.apache.org/log4j/docs/api"/>
+      <link href="http://excalibur.apache.org/apidocs"/>
+      <link href="http://tomcat.apache.org/tomcat-4.1-doc/servletapi"/>
+      <link href="http://jakarta.apache.org/oro/api"/>
+      <link href="http://jakarta.apache.org/commons/lang/api-release"/>
+      <link href="http://jakarta.apache.org/commons/collections/api-release"/>
     </javadoc>
   </target>