remm 01/06/19 21:26:09
Modified: httpclient build.xml
Log:
- Javadoc will use the same classpath as the compilation task.
Revision Changes Path
1.4 +4 -2 jakarta-commons/httpclient/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 2001/05/17 23:58:50 1.3
+++ build.xml 2001/06/20 04:26:07 1.4
@@ -3,7 +3,7 @@
<!--
"HTTP Client" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.3 2001/05/17 23:58:50 rwaldhoff Exp $
+ $Id: build.xml,v 1.4 2001/06/20 04:26:07 remm Exp $
-->
@@ -186,7 +186,9 @@
version="true"
doctitle="<h1>${component.title}</h1>"
windowtitle="${component.title} (Version ${component.version})"
- bottom="Copyright (c) 2001 - Apache Software Foundation"/>
+ bottom="Copyright (c) 2001 - Apache Software Foundation">
+ <classpath refid="test.classpath"/>
+ </javadoc>
</target>