You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2008/04/21 12:18:30 UTC

svn commit: r650084 - /geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml

Author: gdamour
Date: Mon Apr 21 03:18:28 2008
New Revision: 650084

URL: http://svn.apache.org/viewvc?rev=650084&view=rev
Log:
Import farming configuration and not clustering configuration.

Fixes GERONIMO-3970 - Fail to deploy a web application to a WADI cluster.

Modified:
    geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml

Modified: geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml?rev=650084&r1=650083&r2=650084&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/clustering/farming/src/main/plan/plan.xml Mon Apr 21 03:18:28 2008
@@ -33,7 +33,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>${pom.groupId}</groupId>
-                        <artifactId>clustering</artifactId>
+                        <artifactId>farming</artifactId>
                         <type>car</type>
                     </dependency>
                 </dependencies>