Author: foconer
Date: Fri Aug 4 01:44:09 2006
New Revision: 428663
URL: http://svn.apache.org/viewvc?rev=428663&view=rev
Log:
related to AMQ-858. Modified pom.xml because maven-bundle-plugin and
maven-gram-plugin was moved to tooling.
Modified:
incubator/activemq/trunk/pom.xml
Modified: incubator/activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?rev=428663&r1=428662&r2=428663&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Fri Aug 4 01:44:09 2006
@@ -130,12 +130,13 @@
<module>activemq-web-demo</module>
<module>activemq-web-console</module>
<module>activemq-optional</module>
- <module>maven-bundle-plugin</module>
- <module>maven-gram-plugin</module>
<module>activemq-openwire-generator</module>
<module>assembly</module>
<module>activeio</module>
- <!--module>activemq-systest</module -->
+ <!-- uncomment if you want to include tooling build -->
+ <!-- module>tooling</module -->
+
+ <!--module>activemq-systest</module -->
<!-- module>activecluster</module -->
</modules>