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/10 01:05:34 UTC

svn commit: r355660 - in /geronimo/branches/1.0/configs: console-jetty/project.xml console-tomcat/project.xml

Author: ammulder
Date: Fri Dec  9 16:05:33 2005
New Revision: 355660

URL: http://svn.apache.org/viewcvs?rev=355660&view=rev
Log:
Add ActiveMQ libs to console in branch

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

Modified: geronimo/branches/1.0/configs/console-jetty/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/configs/console-jetty/project.xml?rev=355660&r1=355659&r2=355660&view=diff
==============================================================================
--- geronimo/branches/1.0/configs/console-jetty/project.xml (original)
+++ geronimo/branches/1.0/configs/console-jetty/project.xml Fri Dec  9 16:05:33 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/branches/1.0/configs/console-tomcat/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/configs/console-tomcat/project.xml?rev=355660&r1=355659&r2=355660&view=diff
==============================================================================
--- geronimo/branches/1.0/configs/console-tomcat/project.xml (original)
+++ geronimo/branches/1.0/configs/console-tomcat/project.xml Fri Dec  9 16:05:33 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>