Author: ggregory
Date: Fri May 17 16:13:34 2013
New Revision: 1483897
URL: http://svn.apache.org/r1483897
Log:
Fix URL to use current site.
Modified:
commons/proper/pool/branches/POOL_1_X/build.xml
Modified: commons/proper/pool/branches/POOL_1_X/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/build.xml?rev=1483897&r1=1483896&r2=1483897&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/build.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/build.xml Fri May 17 16:13:34 2013
@@ -95,7 +95,7 @@
nonavbar="false"
serialwarn="false"
source="${javac.src.version}">
- <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
+ <link href="http://docs.oracle.com/javase/1.4.2/docs/api/"/>
</javadoc>
</target>