ceki 2003/08/23 09:01:36
Modified: . build.xml
Log:
Minor corrections required to generate javadoc with JDK 1.4 without warnings.
Revision Changes Path
1.71 +17 -13 jakarta-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/build.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- build.xml 9 Jul 2003 06:10:01 -0000 1.70
+++ build.xml 23 Aug 2003 16:01:36 -0000 1.71
@@ -548,21 +548,23 @@
packagenames="org.apache.log4j,
org.apache.log4j.plugins,
org.apache.log4j.config,
- org.apache.log4j.helpers,
- org.apache.log4j.jmx,
- org.apache.log4j.lf5,
- org.apache.log4j.net,
+ org.apache.log4j.helpers,
+ org.apache.log4j.jmx,
+ org.apache.log4j.lf5,
+ org.apache.log4j.net,
org.apache.log4j.nt,
- org.apache.log4j.or,
- org.apache.log4j.jdbc,
- org.apache.log4j.or.sax,
- org.apache.log4j.or.jms,
- org.apache.log4j.performance,
- org.apache.log4j.spi,
+ org.apache.log4j.or,
+ org.apache.log4j.jdbc,
+ org.apache.log4j.or.sax,
+ org.apache.log4j.or.jms,
+ org.apache.log4j.performance,
+ org.apache.log4j.rolling,
+ org.apache.log4j.spi,
org.apache.log4j.varia,
- org.apache.log4j.chainsaw,
- org.apache.log4j.xml,
- org.apache.log4j.xml.examples"
+ org.apache.log4j.chainsaw,
+ org.apache.log4j.xml,
+ org.apache.log4j.xml.examples"
+ additionalparam="-breakiterator"
version="true"
protected="true"
author="true"
@@ -576,6 +578,8 @@
<link href="http://java.sun.com/products/jdk/1.3/docs/api"/>
<link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
<classpath refid="compile.classpath"/>
+ <classpath path="${regexp.oro.jar}"/>
+ <classpath path="${avalon-framework.jar}"/>
</javadoc>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]