Author: pete Date: Tue Dec 7 18:46:28 2010 New Revision: 1043159 URL: http://svn.apache.org/viewvc?rev=1043159&view=rev Log: updated link to javadoc for java 1.5:
it's not http://java.sun.com/j2se/1.5.0/docs/api anymore but http://download.oracle.com/javase/1.5.0/docs/api Modified: wicket/trunk/pom.xml Modified: wicket/trunk/pom.xml URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1043159&r1=1043158&r2=1043159&view=diff ============================================================================== --- wicket/trunk/pom.xml (original) +++ wicket/trunk/pom.xml Tue Dec 7 18:46:28 2010 @@ -745,6 +745,9 @@ <minmemory>128m</minmemory> <maxmemory>256m</maxmemory> <quiet>true</quiet> + <links> + <link>http://download.oracle.com/javase/1.5.0/docs/api</link> + </links> </configuration> <executions> <execution>
