You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/18 16:40:27 UTC

svn commit: r465263 - /incubator/servicemix/trunk/servicemix-jsr181/pom.xml

Author: gnodet
Date: Wed Oct 18 07:40:25 2006
New Revision: 465263

URL: http://svn.apache.org/viewvc?view=rev&rev=465263
Log:
Fix missing bootstrap

Modified:
    incubator/servicemix/trunk/servicemix-jsr181/pom.xml

Modified: incubator/servicemix/trunk/servicemix-jsr181/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jsr181/pom.xml?view=diff&rev=465263&r1=465262&r2=465263
==============================================================================
--- incubator/servicemix/trunk/servicemix-jsr181/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jsr181/pom.xml Wed Oct 18 07:40:25 2006
@@ -152,7 +152,6 @@
         <artifactId>jbi-maven-plugin</artifactId>
         <configuration>
           <type>service-engine</type>
-          <bootstrap>org.apache.servicemix.jsr181.Jsr181Bootstrap</bootstrap>
           <component>org.apache.servicemix.jsr181.Jsr181Component</component>
           <serviceUnitAnalyzer>org.apache.servicemix.jsr181.packaging.Jsr181ServiceUnitAnalyzer</serviceUnitAnalyzer>
         </configuration>
@@ -164,14 +163,14 @@
           <target>1.5</target>
         </configuration>
       </plugin>
-	  <plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <excludes>
             <exclude>**/Jsr181SpringTest.*</exclude>
-			<exclude>**/Jsr181SpringProxyTest.*</exclude>
-			<exclude>**/Jsr181ProxySUTest.*</exclude>
+            <exclude>**/Jsr181SpringProxyTest.*</exclude>
+            <exclude>**/Jsr181ProxySUTest.*</exclude>
           </excludes>
         </configuration>
       </plugin>