You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/08/26 13:51:59 UTC

svn commit: r240212 - /cocoon/trunk/core/pom.xml

Author: cziegeler
Date: Fri Aug 26 04:51:56 2005
New Revision: 240212

URL: http://svn.apache.org/viewcvs?rev=240212&view=rev
Log:
Add ant optional modules for displaying status page

Modified:
    cocoon/trunk/core/pom.xml

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/core/pom.xml?rev=240212&r1=240211&r2=240212&view=diff
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Fri Aug 26 04:51:56 2005
@@ -82,6 +82,16 @@
       <version>1.6.5</version>
     </dependency>
     <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant-launcher</artifactId>
+      <version>1.6.5</version>
+    </dependency>
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant-trax</artifactId>
+      <version>1.6.5</version>
+    </dependency>
+    <dependency>
       <groupId>avalon-framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
       <version>4.2.0</version>