Skip to content

Commit f35dfd4

Browse files
committed
Update stale external javadoc links
Certain external javadoc links were broken or out of date, namely Hibernate, Java SE and EE 6, Quartz, and Apache Pluto. All resolve properly now. Issue: SPR-8720
1 parent 980c15d commit f35dfd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build-spring-framework/build.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141

4242
<presetdef name="javadoc.links">
4343
<javadoc>
44-
<link href="http://java.sun.com/javase/6/docs/api"/>
45-
<link href="http://java.sun.com/j2ee/1.4/docs/api"/>
44+
<link href="http://download.oracle.com/javase/6/docs/api"/>
45+
<link href="http://download.oracle.com/javaee/6/api"/>
4646
<link href="http://aopalliance.sourceforge.net/doc"/>
4747
<!-- Caucho Burlap/Hessian -->
4848
<link href="http://cglib.sourceforge.net/apidocs"/>
4949
<!-- EasyMock -->
5050
<link href="http://ehcache.sourceforge.net/apidocs"/>
5151
<link href="http://freemarker.sourceforge.net/docs/api/"/>
52-
<link href="http://www.hibernate.org/hib_docs/v3/api"/>
52+
<link href="http://docs.jboss.org/hibernate/core/3.6/javadocs/"/>
5353
<!-- iBATIS -->
5454
<!-- iText -->
5555
<!-- Commons Attributes -->
@@ -69,8 +69,8 @@
6969
<link href="http://logging.apache.org/log4j/docs/api/"/>
7070
<link href="http://jakarta.apache.org/regexp/apidocs/"/>
7171
<link href="http://jakarta.apache.org/poi/apidocs/"/>
72-
<link href="http://portals.apache.org/pluto/multiproject/portlet-api/apidocs/"/>
73-
<link href="http://www.opensymphony.com/quartz/api/"/>
72+
<link href="http://portals.apache.org/pluto/portlet-1.0-apidocs/"/>
73+
<link href="http://www.quartz-scheduler.org/api/2.1.0/"/>
7474
<link href="http://struts.apache.org/struts-doc-1.2.9/api/"/>
7575
<link href="http://java.sun.com/javase/6/docs/jre/api/net/httpserver/spec/"/>
7676
<link href="http://tiles.apache.org/framework/apidocs/"/>

0 commit comments

Comments
 (0)