You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/04/27 18:43:18 UTC

svn commit: r397585 - /geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml

Author: sppatel
Date: Thu Apr 27 09:43:16 2006
New Revision: 397585

URL: http://svn.apache.org/viewcvs?rev=397585&view=rev
Log:
add ref to sharedlib and mx4j

Modified:
    geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml?rev=397585&r1=397584&r2=397585&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/config-store-service/src/main/resources/plan.xml Thu Apr 27 09:43:16 2006
@@ -30,6 +30,21 @@
                 <type>car</type>
             </dependency>
             <dependency>
+                <groupId>geronimo</groupId>
+                <artifactId>sharedlib</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>mx4j</groupId>
+                <artifactId>mx4j</artifactId>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>mx4j</groupId>
+                <artifactId>mx4j-remote</artifactId>
+                <type>jar</type>
+            </dependency>
+            <!--<dependency>
                 <groupId>mx4j</groupId>
                 <artifactId>mx4j-tools</artifactId>
                 <type>jar</type>
@@ -38,7 +53,7 @@
                 <groupId>hessian</groupId>
                 <artifactId>hessian</artifactId>
                 <type>jar</type>
-            </dependency>
+            </dependency>-->
         </dependencies>
   	</environment>