Author: rjung
Date: Sun Mar 10 10:59:08 2013
New Revision: 1454830

URL: http://svn.apache.org/r1454830
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

Backport of r1454828 from trunk.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/build.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1454828

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1454830&r1=1454829&r2=1454830&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Sun Mar 10 10:59:08 2013
@@ -1662,7 +1662,7 @@ Apache Tomcat ${version} native binaries
       <link href="../jspapi"/>
       <link href="../elapi"/>
       <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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to