You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/10/14 17:48:01 UTC

svn commit: r704569 - in /geronimo/server/trunk/plugingroups/framework: pom.xml src/main/history/dependencies.xml

Author: jbohn
Date: Tue Oct 14 08:48:01 2008
New Revision: 704569

URL: http://svn.apache.org/viewvc?rev=704569&view=rev
Log:
GERONIMO-4356 - fix cli for list-targets, list-modules, and search-plugins

Modified:
    geronimo/server/trunk/plugingroups/framework/pom.xml
    geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml

Modified: geronimo/server/trunk/plugingroups/framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/framework/pom.xml?rev=704569&r1=704568&r2=704569&view=diff
==============================================================================
--- geronimo/server/trunk/plugingroups/framework/pom.xml (original)
+++ geronimo/server/trunk/plugingroups/framework/pom.xml Tue Oct 14 08:48:01 2008
@@ -119,6 +119,20 @@
             <version>${version}</version>
             <type>car</type>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>jsr88-cli</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>offline-deployer</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
     </dependencies>
 
 </project>

Modified: geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml?rev=704569&r1=704568&r2=704569&view=diff
==============================================================================
--- geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugingroups/framework/src/main/history/dependencies.xml Tue Oct 14 08:48:01 2008
@@ -22,33 +22,43 @@
         <type>car</type>
     </dependency>
     <dependency>
-        <groupId>org.apache.geronimo.assemblies</groupId>
-        <artifactId>geronimo-boilerplate</artifactId>
+        <groupId>org.apache.geronimo.framework</groupId>
+        <artifactId>client-system</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>client-system</artifactId>
+        <artifactId>jsr88-cli</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>j2ee-system</artifactId>
+        <artifactId>offline-deployer</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>rmi-naming</artifactId>
+        <artifactId>gshell-geronimo</artifactId>
+        <type>car</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.assemblies</groupId>
+        <artifactId>geronimo-boilerplate</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>gshell-framework</artifactId>
+        <artifactId>j2ee-system</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>server-security-config</artifactId>
+        <artifactId>rmi-naming</artifactId>
+        <type>car</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.framework</groupId>
+        <artifactId>gshell-framework</artifactId>
         <type>car</type>
     </dependency>
     <dependency>
@@ -58,7 +68,7 @@
     </dependency>
     <dependency>
         <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>gshell-geronimo</artifactId>
+        <artifactId>server-security-config</artifactId>
         <type>car</type>
     </dependency>
 </plugin-artifact>