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

svn commit: r613894 - /servicemix/smx4/obr-repo/features-snapshot.xml

Author: gnodet
Date: Mon Jan 21 06:07:20 2008
New Revision: 613894

URL: http://svn.apache.org/viewvc?rev=613894&view=rev
Log:
Use comma separated list for OBR bundles

Modified:
    servicemix/smx4/obr-repo/features-snapshot.xml

Modified: servicemix/smx4/obr-repo/features-snapshot.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/obr-repo/features-snapshot.xml?rev=613894&r1=613893&r2=613894&view=diff
==============================================================================
--- servicemix/smx4/obr-repo/features-snapshot.xml (original)
+++ servicemix/smx4/obr-repo/features-snapshot.xml Mon Jan 21 06:07:20 2008
@@ -18,23 +18,12 @@
 -->
 <features>
     <feature name="nmr">
-        <bundle>obr:org.apache.servicemix.nmr.api</bundle>
-        <bundle>obr:org.apache.servicemix.nmr.core</bundle>
-        <bundle>obr:org.apache.servicemix.nmr.osgi</bundle>
-        <bundle>obr:org.apache.servicemix.nmr.spring</bundle>
-        <bundle>obr:org.apache.servicemix.nmr.commands</bundle>
+        <bundle>obr:org.apache.servicemix.nmr.api,org.apache.servicemix.nmr.core,org.apache.servicemix.nmr.osgi,org.apache.servicemix.nmr.spring,org.apache.servicemix.nmr.commands</bundle>
     </feature>
     <feature name="jbi">
         <feature>nmr</feature>
-        <bundle>obr:org.apache.geronimo.specs.geronimo-activation_1.1_spec</bundle>
-        <bundle>obr:org.apache.geronimo.specs.geronimo-javamail_1.4_spec</bundle>
-        <bundle>obr:org.apache.servicemix.bundles.woodstox-3.2.3</bundle>
-        <bundle>obr:org.apache.servicemix.preferences</bundle>
-        <bundle>obr:org.apache.servicemix.jbi.api</bundle>
-        <bundle>obr:org.apache.servicemix.jbi.runtime</bundle>
-        <bundle>obr:org.apache.servicemix.jbi.osgi</bundle>
-        <bundle>obr:org.apache.servicemix.jbi.commands</bundle>
-        <bundle>obr:org.apache.servicemix.jbi.deployer</bundle>
+        <bundle>obr:org.apache.geronimo.specs.geronimo-activation_1.1_spec,org.apache.geronimo.specs.geronimo-javamail_1.4_spec,org.apache.servicemix.bundles.woodstox-3.2.3,org.apache.servicemix.preferences</bundle>
+        <bundle>obr:org.apache.servicemix.jbi.api,org.apache.servicemix.jbi.runtime,org.apache.servicemix.jbi.osgi,org.apache.servicemix.jbi.deployer,org.apache.servicemix.jbi.commands</bundle>
 	</feature>
     <feature name="wsdl-first-example">
         <feature>jbi</feature>