ggregory 2003/05/29 17:50:47
Modified: codec build.xml
Log:
Javadoc: Use the copyright symbol entity.
Revision Changes Path
1.5 +3 -3 jakarta-commons/codec/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/codec/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 30 May 2003 00:42:16 -0000 1.4
+++ build.xml 30 May 2003 00:50:47 -0000 1.5
@@ -2,7 +2,7 @@
<!--
"Codec" component of the Jakarta Commons Subproject
$Id$
--->
+ -->
<!-- ========== Initialize Properties ===================================== -->
<property file="${user.home}/${component.name}.build.properties"/>
<property file="${user.home}/build.properties"/>
@@ -55,7 +55,7 @@
<mkdir dir="${dist.home}"/>
<mkdir dir="${dist.home}/docs"/>
<mkdir dir="${dist.home}/docs/api"/>
- <javadoc sourcepath="${source.home}" destdir="${dist.home}/docs/api"
packagenames="org.apache.commons.*" author="true" private="true" version="true"
doctitle="<h1>${component.title}</h1>" windowtitle="${component.title}
(Version ${component.version})" bottom="Copyright (c) 2003 - Apache Software
Foundation" use="true">
+ <javadoc sourcepath="${source.home}" destdir="${dist.home}/docs/api"
packagenames="org.apache.commons.*" author="true" private="true" version="true"
doctitle="<h1>${component.title}</h1>" windowtitle="${component.title}
(Version ${component.version})" bottom="Copyright &copy; 2003 - Apache Software
Foundation" use="true">
<classpath refid="compile.classpath"/>
</javadoc>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]