You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/05/23 09:52:50 UTC

svn commit: r659464 - /servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml

Author: ffang
Date: Fri May 23 00:52:49 2008
New Revision: 659464

URL: http://svn.apache.org/viewvc?rev=659464&view=rev
Log:
[SMX4-20]get BundleException when try to install camel-nmr feature

Modified:
    servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml

Modified: servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml?rev=659464&r1=659463&r2=659464&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml Fri May 23 00:52:49 2008
@@ -78,8 +78,8 @@
 		<bundle>mvn:org.apache.camel/camel-osgi/${camel.version}</bundle>
 	</feature>
 	<feature name="camel-nmr">
+                <feature>jbi</feature>
 		<feature>camel</feature>
-		<feature>jbi</feature>
 		<bundle>mvn:org.apache.servicemix.camel/org.apache.servicemix.camel.component/${version}</bundle>
 	</feature>
 	<feature name="examples-cxf-osgi">