You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2012/01/15 15:38:14 UTC

svn commit: r1231675 - /river/jtsk/trunk/common.xml

Author: sijskes
Date: Sun Jan 15 14:38:14 2012
New Revision: 1231675

URL: http://svn.apache.org/viewvc?rev=1231675&view=rev
Log:
updated ref to jdk5 docs

Modified:
    river/jtsk/trunk/common.xml

Modified: river/jtsk/trunk/common.xml
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/common.xml?rev=1231675&r1=1231674&r2=1231675&view=diff
==============================================================================
--- river/jtsk/trunk/common.xml (original)
+++ river/jtsk/trunk/common.xml Sun Jan 15 14:38:14 2012
@@ -78,7 +78,7 @@
     <property name="test.results.dir" value="${test.results}"/>
 
     <!-- Standard javadoc options and settings -->
-    <property name="jdk.doc.url" value="http://java.sun.com/j2se/1.4.2/docs/api"/>
+    <property name="jdk.doc.url" value="http://docs.oracle.com/javase/1.5.0/docs/api"/>
     <property name="jdk.packages" location="${root}/${src-doc}/j2se"/>
     <property name="api.copyright" value="Copyright 2007-2010, multiple authors.&lt;br&gt;Licensed under the &lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;child&quot; &gt;Apache License, Version 2.0&lt;/a&gt;, see the &lt;a href=&quot;{@docRoot}/doc-files/NOTICE&quot; target=&quot;child&quot; &gt;NOTICE&lt;/a&gt; file for attributions."/>