Author: rjung
Date: Sun Mar 10 10:57:45 2013
New Revision: 1454828

URL: http://svn.apache.org/r1454828
Log:
Fix external javadoc URL for commons-io.

- Add correct "proper/commons-io" prefix to no
  longer rely on legacy link redirects
- Add new needed path segment "/javadocs/"

See:
https://issues.apache.org/jira/browse/IO-369
http://svn.apache.org/r1451593

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1454828&r1=1454827&r2=1454828&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Mar 10 10:57:45 2013
@@ -1745,7 +1745,7 @@ Apache Tomcat ${version} native binaries
       <link href="../elapi"/>
       <link href="../websocketapi"/>
       <link href="http://docs.oracle.com/javase/6/docs/api/"/>
-      <link href="http://commons.apache.org/io/api-release/"/>
+      <link 
href="http://commons.apache.org/proper/commons-io/javadocs/api-release/"/>
       <link href="http://docs.oracle.com/javaee/6/api/"/>
       <sourcepath>
         <path location="${tomcat.dist}/src/java"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to