Author: lhein
Date: Wed Apr  9 00:07:10 2008
New Revision: 646204

URL: http://svn.apache.org/viewvc?rev=646204&view=rev
Log:
the pom referenced to a MyBootstrap class which is in fact not existing in this 
archetype what leads to error situations

Modified:
    
servicemix/smx3/branches/servicemix-3.2.2/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml

Modified: 
servicemix/smx3/branches/servicemix-3.2.2/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2.2/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml?rev=646204&r1=646203&r2=646204&view=diff
==============================================================================
--- 
servicemix/smx3/branches/servicemix-3.2.2/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
servicemix/smx3/branches/servicemix-3.2.2/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
 Wed Apr  9 00:07:10 2008
@@ -58,7 +58,6 @@
         <extensions>true</extensions>
         <configuration>   
                <type>binding-component</type>       
-          <bootstrap>${packageName}.MyBootstrap</bootstrap>
           <component>${packageName}.MyComponent</component>
         </configuration>
       </plugin>


Reply via email to