Skip to content

Commit e452439

Browse files
committed
Add the component name and version to the Javadoc footer.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130253 13f79535-47bb-0310-9956-ffa450edef68
1 parent e2227b6 commit e452439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.xml

Lines changed: 2 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.9 2003/11/13 01:45:47 ggregory Exp $
4+
$Id: build.xml,v 1.10 2003/11/13 06:37:19 ggregory Exp $
55
-->
66
<!-- ========== Initialize Properties ===================================== -->
77
<property file="${user.home}/${component.name}.build.properties"/>
@@ -66,7 +66,7 @@
6666
version="true"
6767
doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
6868
windowtitle="${component.title} (Version ${component.version})"
69-
bottom="Copyright &amp;copy; 2003 - Apache Software Foundation"
69+
bottom="${component.name} version ${component.version} - Copyright &amp;copy; 2003 - Apache Software Foundation"
7070
use="true"
7171
link="http://java.sun.com/products/jdk/1.3/docs/api/">
7272
<classpath refid="compile.classpath"/>

0 commit comments

Comments
 (0)