Author: gnodet
Date: Tue May 6 07:50:32 2008
New Revision: 653796
URL: http://svn.apache.org/viewvc?rev=653796&view=rev
Log:
Move activemq commands to features project
Added:
servicemix/smx4/features/trunk/activemq/activemq-commands/ (props changed)
- copied from r653487,
servicemix/smx4/kernel/trunk/gshell/gshell-activemq/
Removed:
servicemix/smx4/kernel/trunk/gshell/gshell-activemq/
Modified:
servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml
servicemix/smx4/features/trunk/activemq/pom.xml
servicemix/smx4/features/trunk/pom.xml
servicemix/smx4/kernel/trunk/gshell/pom.xml
Propchange: servicemix/smx4/features/trunk/activemq/activemq-commands/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue May 6 07:50:32 2008
@@ -0,0 +1,9 @@
+target
+*.iml
+*.ipr
+*.iws
+.classpath
+.project
+.settings
+
+
Modified: servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml?rev=653796&r1=653487&r2=653796&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml (original)
+++ servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml Tue May
6 07:50:32 2008
@@ -22,16 +22,16 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix.kernel.gshell</groupId>
- <artifactId>gshell</artifactId>
- <version>1.0-m3-SNAPSHOT</version>
+ <groupId>org.apache.servicemix.activemq</groupId>
+ <artifactId>activemq</artifactId>
+ <version>4.0-m2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.servicemix.kernel.gshell</groupId>
- <artifactId>org.apache.servicemix.kernel.gshell.activemq</artifactId>
+ <groupId>org.apache.servicemix.activemq</groupId>
+ <artifactId>org.apache.servicemix.activemq.commands</artifactId>
<packaging>bundle</packaging>
- <version>1.0-m3-SNAPSHOT</version>
- <name>Apache ServiceMix Kernel :: GShell ActiveMQ Commands</name>
+ <version>4.0-m2-SNAPSHOT</version>
+ <name>Apache ServiceMix Features :: ActiveMQ Commands</name>
<description>
Provides the ActiveMQ commands
@@ -60,19 +60,19 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>${activemq.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-optional</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>${activemq.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-console</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>${activemq.version}</version>
</dependency>
</dependencies>
Modified: servicemix/smx4/features/trunk/activemq/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/activemq/pom.xml?rev=653796&r1=653795&r2=653796&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/activemq/pom.xml (original)
+++ servicemix/smx4/features/trunk/activemq/pom.xml Tue May 6 07:50:32 2008
@@ -35,6 +35,7 @@
<modules>
<module>activemq-osgi</module>
+ <module>activemq-commands</module>
</modules>
</project>
Modified: servicemix/smx4/features/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=653796&r1=653795&r2=653796&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue May 6 07:50:32 2008
@@ -60,7 +60,7 @@
</prerequisites>
<properties>
- <activemq.version>5.0.0</activemq.version>
+ <activemq.version>5.2-SNAPSHOT</activemq.version>
<acegi.version>1.0.0</acegi.version>
<ant.version>1.7.0</ant.version>
<aopalliance.version>1.0</aopalliance.version>
Modified: servicemix/smx4/kernel/trunk/gshell/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/gshell/pom.xml?rev=653796&r1=653795&r2=653796&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/gshell/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/gshell/pom.xml Tue May 6 07:50:32 2008
@@ -34,7 +34,6 @@
<name>Apache ServiceMix Kernel :: GShell</name>
<modules>
- <module>gshell-activemq</module>
<module>gshell-core</module>
<module>gshell-osgi</module>
<module>gshell-obr</module>