Author: gnodet
Date: Tue May 2 04:50:01 2006
New Revision: 398917
URL: http://svn.apache.org/viewcvs?rev=398917&view=rev
Log:
Fix component class name in the jbi descriptor
Modified:
incubator/servicemix/trunk/servicemix-jms/pom.xml
Modified: incubator/servicemix/trunk/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jms/pom.xml?rev=398917&r1=398916&r2=398917&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/pom.xml Tue May 2 04:50:01 2006
@@ -96,7 +96,7 @@
<configuration>
<type>service-engine</type>
<bootstrap>org.apache.servicemix.jms.JmsBootstrap</bootstrap>
- <component>org.apache.servicemix.Jms.JmsComponent</component>
+ <component>org.apache.servicemix.jms.JmsComponent</component>
</configuration>
</plugin>
</plugins>
|