You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2006/03/15 23:39:24 UTC

svn commit: r386195 - /geronimo/trunk/configs/client-deployer/project.xml

Author: jlaskowski
Date: Wed Mar 15 14:39:22 2006
New Revision: 386195

URL: http://svn.apache.org/viewcvs?rev=386195&view=rev
Log:
Add activecluster dependency so that the car can be built

Modified:
    geronimo/trunk/configs/client-deployer/project.xml

Modified: geronimo/trunk/configs/client-deployer/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/client-deployer/project.xml?rev=386195&r1=386194&r2=386195&view=diff
==============================================================================
--- geronimo/trunk/configs/client-deployer/project.xml (original)
+++ geronimo/trunk/configs/client-deployer/project.xml Wed Mar 15 14:39:22 2006
@@ -329,6 +329,12 @@
             </properties>
         </dependency>
 
+        <dependency>
+            <groupId>activecluster</groupId>
+            <artifactId>activecluster</artifactId>
+            <version>${wadi_activecluster_version}</version>
+        </dependency>
+
     </dependencies>
 </project>