Skip to content

Commit 50a04ae

Browse files
committed
Updated copyright year in Javadocs
Link to JDK 1.3 API for Javadocs git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140368 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4d35175 commit 50a04ae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!--
55
"IO" component of the Jakarta Commons Subproject
6-
$Id: build.xml,v 1.10 2003/05/16 22:29:03 scolebourne Exp $
6+
$Id: build.xml,v 1.11 2003/07/27 17:08:29 jeremias Exp $
77
-->
88

99

@@ -178,8 +178,9 @@
178178
version="true"
179179
doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
180180
windowtitle="${component.title} (Version ${component.version})"
181-
bottom="Copyright (c) 2001-2002 - Apache Software Foundation">
181+
bottom="Copyright (c) 2001-2003 - Apache Software Foundation">
182182
<classpath refid="compile.classpath"/>
183+
<link href="http://java.sun.com/products/jdk/1.3/docs/api/"/>
183184
</javadoc>
184185
</target>
185186

0 commit comments

Comments
 (0)