Author: lhein
Date: Tue Apr 8 23:56:16 2008
New Revision: 646198
URL: http://svn.apache.org/viewvc?rev=646198&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/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
Modified:
servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml?rev=646198&r1=646197&r2=646198&view=diff
==============================================================================
---
servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
(original)
+++
servicemix/smx3/branches/servicemix-3.2/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
Tue Apr 8 23:56:16 2008
@@ -58,7 +58,6 @@
<extensions>true</extensions>
<configuration>
<type>binding-component</type>
- <bootstrap>${packageName}.MyBootstrap</bootstrap>
<component>${packageName}.MyComponent</component>
</configuration>
</plugin>