dion 2002/06/14 06:31:00
Modified: . project.xml
Log:
Declare ant as a dependency to stop all the javadoc errors
Revision Changes Path
1.114 +8 -1 jakarta-turbine-maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- project.xml 14 Jun 2002 12:54:58 -0000 1.113
+++ project.xml 14 Jun 2002 13:31:00 -0000 1.114
@@ -275,12 +275,19 @@
<!-- Need to mark these as compile-time/run-time -->
<dependencies>
-
+ <!-- leave dom4j as the first entry or the tests fail -->
<dependency>
<id>dom4j</id>
<version>1.4-dev</version>
<url>http://www.dom4j.org/</url>
</dependency>
+
+ <dependency>
+ <id>ant</id>
+ <version>1.4.1</version>
+ <url>http://jakarta.apache.org/ant/</url>
+ </dependency>
+
<dependency>
<id>junit</id>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>