Skip to content

Commit a524341

Browse files
committed
The Sun 1.2 docs are no-longer on-line, point to 1.3.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130250 13f79535-47bb-0310-9956-ffa450edef68
1 parent c6da700 commit a524341

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

build.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="Codec" default="compile" basedir=".">
22
<!--
33
"Codec" component of the Jakarta Commons Subproject
4-
$Id: build.xml,v 1.8 2003/08/06 22:46:04 ggregory Exp $
4+
$Id: build.xml,v 1.9 2003/11/13 01:45:47 ggregory Exp $
55
-->
66
<!-- ========== Initialize Properties ===================================== -->
77
<property file="${user.home}/${component.name}.build.properties"/>
@@ -55,7 +55,20 @@
5555
<mkdir dir="${dist.home}"/>
5656
<mkdir dir="${dist.home}/docs"/>
5757
<mkdir dir="${dist.home}/docs/api"/>
58-
<javadoc sourcepath="${source.home}" destdir="${dist.home}/docs/api" packagenames="org.apache.commons.*" author="true" private="true" version="true" doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;" windowtitle="${component.title} (Version ${component.version})" bottom="Copyright &amp;copy; 2003 - Apache Software Foundation" use="true" link="http://java.sun.com/products/jdk/1.2/docs/api/">
58+
<!-- The Sun 1.2 docs are no-longer on-line, point to 1.3. -->
59+
<javadoc
60+
sourcepath="${source.home}"
61+
destdir="${dist.home}/docs/api"
62+
packagenames="org.apache.commons.*"
63+
overview="${source.home}/org/apache/commons/codec/overview.html"
64+
author="true"
65+
private="true"
66+
version="true"
67+
doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
68+
windowtitle="${component.title} (Version ${component.version})"
69+
bottom="Copyright &amp;copy; 2003 - Apache Software Foundation"
70+
use="true"
71+
link="http://java.sun.com/products/jdk/1.3/docs/api/">
5972
<classpath refid="compile.classpath"/>
6073
</javadoc>
6174
</target>

0 commit comments

Comments
 (0)