You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2005/12/09 22:52:27 UTC

svn commit: r355610 - /geronimo/branches/1.0/modules/jetty/project.xml

Author: janb
Date: Fri Dec  9 13:52:22 2005
New Revision: 355610

URL: http://svn.apache.org/viewcvs?rev=355610&view=rev
Log:
updated dependency for active-cluster for wadi

Modified:
    geronimo/branches/1.0/modules/jetty/project.xml

Modified: geronimo/branches/1.0/modules/jetty/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/modules/jetty/project.xml?rev=355610&r1=355609&r2=355610&view=diff
==============================================================================
--- geronimo/branches/1.0/modules/jetty/project.xml (original)
+++ geronimo/branches/1.0/modules/jetty/project.xml Fri Dec  9 13:52:22 2005
@@ -250,6 +250,14 @@
              </properties>
         </dependency>
         <dependency>
+            <groupId>activecluster</groupId>
+            <artifactId>activecluster</artifactId>
+            <version>${wadi_activecluster_version}</version>
+            <properties>
+                 <geronimo.dependency>true</geronimo.dependency>
+             </properties>
+        </dependency>
+        <dependency>
             <groupId>wadi</groupId>
             <artifactId>wadi-core</artifactId>
             <version>${wadi_version}</version>