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

svn commit: r355314 - in /geronimo/trunk/configs: console-jetty/project.xml console-tomcat/project.xml

Author: ammulder
Date: Thu Dec  8 18:06:32 2005
New Revision: 355314

URL: http://svn.apache.org/viewcvs?rev=355314&view=rev
Log:
Attempt to get more ActiveMQ stuff into console (GERONIMO-1217)

Modified:
    geronimo/trunk/configs/console-jetty/project.xml
    geronimo/trunk/configs/console-tomcat/project.xml

Modified: geronimo/trunk/configs/console-jetty/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/console-jetty/project.xml?rev=355314&r1=355313&r2=355314&view=diff
==============================================================================
--- geronimo/trunk/configs/console-jetty/project.xml (original)
+++ geronimo/trunk/configs/console-jetty/project.xml Thu Dec  8 18:06:32 2005
@@ -173,6 +173,22 @@
                 <geronimo.dependency>true</geronimo.dependency>
             </properties>
         </dependency>
+        <dependency>
+            <groupId>activemq</groupId>
+            <artifactId>activemq-gbean</artifactId>
+            <version>${activemq_version}</version>
+            <properties>
+                <geronimo.dependency>true</geronimo.dependency>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+            <version>${activemq_version}</version>
+            <properties>
+                <geronimo.dependency>true</geronimo.dependency>
+            </properties>
+        </dependency>
     <dependency>
         <groupId>geronimo</groupId>
         <artifactId>geronimo-converter</artifactId>

Modified: geronimo/trunk/configs/console-tomcat/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/console-tomcat/project.xml?rev=355314&r1=355313&r2=355314&view=diff
==============================================================================
--- geronimo/trunk/configs/console-tomcat/project.xml (original)
+++ geronimo/trunk/configs/console-tomcat/project.xml Thu Dec  8 18:06:32 2005
@@ -174,6 +174,22 @@
                 <geronimo.dependency>true</geronimo.dependency>
             </properties>
         </dependency>
+        <dependency>
+            <groupId>activemq</groupId>
+            <artifactId>activemq-gbean</artifactId>
+            <version>${activemq_version}</version>
+            <properties>
+                <geronimo.dependency>true</geronimo.dependency>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+            <version>${activemq_version}</version>
+            <properties>
+                <geronimo.dependency>true</geronimo.dependency>
+            </properties>
+        </dependency>
     <dependency>
         <groupId>geronimo</groupId>
         <artifactId>geronimo-converter</artifactId>