Update to new location on Sun website
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a9bee7354a
commit
4ac240368a
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: build.xml,v 1.53 2003/11/26 02:26:42 scolebourne Exp $ -->
|
||||
<!-- $Id: build.xml,v 1.54 2003/12/13 23:28:43 scolebourne Exp $ -->
|
||||
<project name="commons-collections" default="test" basedir=".">
|
||||
|
||||
<!-- patternset describing files to be copied from the doc directory -->
|
||||
|
@ -235,7 +235,7 @@
|
|||
nohelp="true"
|
||||
nonavbar="false"
|
||||
serialwarn="false">
|
||||
<link href="http://java.sun.com/products/jdk/1.3/docs/api"/>
|
||||
<link href="http://java.sun.com/j2se/1.3/docs/api/"/>
|
||||
</javadoc>
|
||||
<delete dir="${workdir}"/>
|
||||
</target>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
maven.xdoc.poweredby.image=maven-feather.png
|
||||
|
||||
maven.javadoc.author=false
|
||||
maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
|
||||
maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/
|
||||
|
||||
maven.compile.debug=on
|
||||
maven.compile.deprecation=off
|
||||
|
|
Loading…
Reference in New Issue