You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/02/13 15:44:56 UTC

svn commit: r1445631 - in /activemq/trunk: activemq-osgi/pom.xml activemq-spring/pom.xml activemq-web-console/pom.xml assembly/pom.xml pom.xml

Author: chirino
Date: Wed Feb 13 14:44:56 2013
New Revision: 1445631

URL: http://svn.apache.org/r1445631
Log:
Avoid building/packing legacy/deprecated modules.

Modified:
    activemq/trunk/activemq-osgi/pom.xml
    activemq/trunk/activemq-spring/pom.xml
    activemq/trunk/activemq-web-console/pom.xml
    activemq/trunk/assembly/pom.xml
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-osgi/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-osgi/pom.xml?rev=1445631&r1=1445630&r2=1445631&view=diff
==============================================================================
--- activemq/trunk/activemq-osgi/pom.xml (original)
+++ activemq/trunk/activemq-osgi/pom.xml Wed Feb 13 14:44:56 2013
@@ -87,10 +87,12 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-http</artifactId>
     </dependency>
+    <!--
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-xmpp</artifactId>
     </dependency>
+    -->
 
     <!-- Additional Dependencies. -->
     <dependency>

Modified: activemq/trunk/activemq-spring/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-spring/pom.xml?rev=1445631&r1=1445630&r2=1445631&view=diff
==============================================================================
--- activemq/trunk/activemq-spring/pom.xml (original)
+++ activemq/trunk/activemq-spring/pom.xml Wed Feb 13 14:44:56 2013
@@ -64,11 +64,13 @@
       <artifactId>activemq-kahadb-store</artifactId>
       <optional>true</optional>
     </dependency>
+    <!--
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-amq-store</artifactId>
       <optional>true</optional>
     </dependency>
+    -->
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activeio-core</artifactId>

Modified: activemq/trunk/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=1445631&r1=1445630&r2=1445631&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Wed Feb 13 14:44:56 2013
@@ -188,11 +188,13 @@
     </dependency>
 
     <!-- XMPP support -->
+    <!--
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-xmpp</artifactId>
       <version>${project.version}</version>
     </dependency>
+    -->
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-console</artifactId>

Modified: activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=1445631&r1=1445630&r2=1445631&view=diff
==============================================================================
--- activemq/trunk/assembly/pom.xml (original)
+++ activemq/trunk/assembly/pom.xml Wed Feb 13 14:44:56 2013
@@ -95,10 +95,12 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-stomp</artifactId>
     </dependency>
+    <!--
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-amqp</artifactId>
     </dependency>
+    -->
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-log4j-appender</artifactId>
@@ -128,10 +130,12 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-jaas</artifactId>
     </dependency>
+    <!--
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-xmpp</artifactId>
     </dependency>
+    -->
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-spring</artifactId>

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1445631&r1=1445630&r2=1445631&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Wed Feb 13 14:44:56 2013
@@ -227,7 +227,7 @@
     <module>activemq-console</module>
     <module>activemq-fileserver</module>
     <module>activemq-jaas</module>
-    <module>activemq-blueprint</module>
+    <!-- <module>activemq-blueprint</module> -->
     <module>activemq-karaf</module>
     <module>activemq-karaf-itest</module>
     <module>activemq-openwire-generator</module>
@@ -241,7 +241,7 @@
     <module>activemq-web</module>
     <module>activemq-web-demo</module>
     <module>activemq-web-console</module>
-    <module>activemq-xmpp</module>
+    <!-- <module>activemq-xmpp</module> -->
     <module>activemq-itests-spring31</module>
     <module>assembly</module>
     <module>activemq-log4j-appender</module>