Skip to content

Commit 26c5d76

Browse files
committed
Javadoc: Use the copyright symbol entity.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130152 13f79535-47bb-0310-9956-ffa450edef68
1 parent da5feef commit 26c5d76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<project name="Codec" default="compile" basedir=".">
22
<!--
33
"Codec" component of the Jakarta Commons Subproject
4-
$Id: build.xml,v 1.4 2003/05/30 00:42:16 ggregory Exp $
5-
-->
4+
$Id: build.xml,v 1.5 2003/05/30 00:50:47 ggregory Exp $
5+
-->
66
<!-- ========== Initialize Properties ===================================== -->
77
<property file="${user.home}/${component.name}.build.properties"/>
88
<property file="${user.home}/build.properties"/>
@@ -55,7 +55,7 @@
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 (c) 2003 - Apache Software Foundation" use="true">
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">
5959
<classpath refid="compile.classpath"/>
6060
</javadoc>
6161
</target>

0 commit comments

Comments
 (0)