You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2008/01/20 20:56:57 UTC

svn commit: r613664 - /servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml

Author: bsnyder
Date: Sun Jan 20 11:56:55 2008
New Revision: 613664

URL: http://svn.apache.org/viewvc?rev=613664&view=rev
Log:
SM-1199 - Current release of ServiceMix 3.2.1 (as per 2008/01/20) still required MyBootstrap class for a ServiceEngine.

Modified:
    servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml?rev=613664&r1=613663&r2=613664&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml Sun Jan 20 11:56:55 2008
@@ -59,7 +59,6 @@
         <extensions>true</extensions>
         <configuration>
           <type>service-engine</type>
-          <bootstrap>${packageName}.MyBootstrap</bootstrap>
           <component>${packageName}.MyComponent</component>
         </configuration>
       </plugin>