Author: gnodet Date: Mon May 15 15:54:42 2006 New Revision: 406762 URL: http://svn.apache.org/viewcvs?rev=406762&view=rev Log: Use new jbi-maven-plugin Modified: incubator/servicemix/trunk/pom.xml incubator/servicemix/trunk/servicemix-bpe/pom.xml incubator/servicemix/trunk/servicemix-eip/pom.xml incubator/servicemix/trunk/servicemix-http/pom.xml incubator/servicemix/trunk/servicemix-jms/pom.xml incubator/servicemix/trunk/servicemix-jsr181/pom.xml incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml incubator/servicemix/trunk/servicemix-sca/pom.xml incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Modified: incubator/servicemix/trunk/pom.xml URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/pom.xml?rev=406762&r1=406761&r2=406762&view=diff ============================================================================== --- incubator/servicemix/trunk/pom.xml (original) +++ incubator/servicemix/trunk/pom.xml Mon May 15 15:54:42 2006 @@ -1542,8 +1542,8 @@ - org.apache.servicemix.plugins - maven2-jbi-plugin + org.apache.servicemix.tooling + jbi-maven-plugin 1.0-SNAPSHOT true Modified: incubator/servicemix/trunk/servicemix-bpe/pom.xml URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-bpe/pom.xml?rev=406762&r1=406761&r2=406762&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-bpe/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-bpe/pom.xml Mon May 15 15:54:42 2006 @@ -87,8 +87,8 @@ - org.apache.servicemix.plugins - maven2-jbi-plugin + org.apache.servicemix.tooling + jbi-maven-plugin service-engine org.apache.servicemix.bpe.BPEBootstrap Modified: incubator/servicemix/trunk/servicemix-eip/pom.xml URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-eip/pom.xml?rev=406762&r1=406761&r2=406762&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-eip/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-eip/pom.xml Mon May 15 15:54:42 2006 @@ -58,8 +58,8 @@ - org.apache.servicemix.plugins - maven2-jbi-plugin + org.apache.servicemix.tooling + jbi-maven-plugin service-engine org.apache.servicemix.eip.EIPBootstrap Modified: incubator/servicemix/trunk/servicemix-http/pom.xml URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/pom.xml?rev=406762&r1=406761&r2=406762&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-http/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-http/pom.xml Mon May 15 15:54:42 2006 @@ -67,8 +67,8 @@ - org.apache.servicemix.plugins - maven2-jbi-plugin + org.apache.servicemix.tooling + jbi-maven-plugin service-engine org.apache.servicemix.http.HttpBootstrap Modified: incubator/servicemix/trunk/servicemix-jms/pom.xml URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jms/pom.xml?rev=406762&r1=406761&r2=406762&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-jms/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-jms/pom.xml Mon May 15 15:54:42 2006 @@ -59,8 +59,8 @@ - org.apache.servicemix.plugins - maven2-jbi-plugin + org.apache.servicemix.tooling + jbi-maven-plugin service-engine org.apache.servicemix.jms.JmsBootstrap Modified: incubator/servicemix/trunk/servicemix-jsr181/pom.xml URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jsr181/pom.xml?rev=406762&r1=406761&r2=406762&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-jsr181/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-jsr181/pom.xml Mon May 15 15:54:42 2006 @@ -155,8 +155,8 @@ - org.apache.servicemix.plugins - maven2-jbi-plugin + org.apache.servicemix.tooling + jbi-maven-plugin service-engine org.apache.servicemix.jsr181.Jsr181Bootstrap Modified: incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml?rev=406762&r1=406761&r2=406762&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml Mon May 15 15:54:42 2006 @@ -53,8 +53,8 @@ - org.apache.servicemix.plugins - maven2-jbi-plugin + org.apache.servicemix.tooling + jbi-maven-plugin service-engine org.apache.servicemix.lwcontainer.LwContainerBootstrap Modified: incubator/servicemix/trunk/servicemix-sca/pom.xml URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-sca/pom.xml?rev=406762&r1=406761&r2=406762&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-sca/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-sca/pom.xml Mon May 15 15:54:42 2006 @@ -139,8 +139,8 @@ - org.apache.servicemix.plugins - maven2-jbi-plugin + org.apache.servicemix.tooling + jbi-maven-plugin service-engine org.apache.servicemix.sca.ScaBootstrap Modified: incubator/servicemix/trunk/servicemix-wsn2005/pom.xml URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-wsn2005/pom.xml?rev=406762&r1=406761&r2=406762&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-wsn2005/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Mon May 15 15:54:42 2006 @@ -90,8 +90,8 @@ - org.apache.servicemix.plugins - maven2-jbi-plugin + org.apache.servicemix.tooling + jbi-maven-plugin service-engine org.apache.servicemix.wsn.component.WSNBootstrap