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 2010/07/09 17:22:19 UTC

svn commit: r962556 - in /servicemix/smx4/nmr/trunk: jbi/commands/src/main/resources/OSGI-INF/blueprint/ nmr/audit/src/main/resources/OSGI-INF/blueprint/ nmr/commands/src/main/resources/OSGI-INF/blueprint/

Author: gnodet
Date: Fri Jul  9 15:22:18 2010
New Revision: 962556

URL: http://svn.apache.org/viewvc?rev=962556&view=rev
Log:
Upgrade to new karaf namespaces

Modified:
    servicemix/smx4/nmr/trunk/jbi/commands/src/main/resources/OSGI-INF/blueprint/servicemix-jbi-commands.xml
    servicemix/smx4/nmr/trunk/nmr/audit/src/main/resources/OSGI-INF/blueprint/servicemix-audit-commands.xml
    servicemix/smx4/nmr/trunk/nmr/commands/src/main/resources/OSGI-INF/blueprint/servicemix-nmr-commands.xml

Modified: servicemix/smx4/nmr/trunk/jbi/commands/src/main/resources/OSGI-INF/blueprint/servicemix-jbi-commands.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/commands/src/main/resources/OSGI-INF/blueprint/servicemix-jbi-commands.xml?rev=962556&r1=962555&r2=962556&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/commands/src/main/resources/OSGI-INF/blueprint/servicemix-jbi-commands.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/commands/src/main/resources/OSGI-INF/blueprint/servicemix-jbi-commands.xml Fri Jul  9 15:22:18 2010
@@ -19,7 +19,7 @@
 -->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
 
-    <command-bundle xmlns="http://felix.apache.org/karaf/xmlns/shell/v1.0.0">
+    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
         <command name="jbi/list">
             <action class="org.apache.servicemix.jbi.commands.ListCommand" />
         </command>

Modified: servicemix/smx4/nmr/trunk/nmr/audit/src/main/resources/OSGI-INF/blueprint/servicemix-audit-commands.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/audit/src/main/resources/OSGI-INF/blueprint/servicemix-audit-commands.xml?rev=962556&r1=962555&r2=962556&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/audit/src/main/resources/OSGI-INF/blueprint/servicemix-audit-commands.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/audit/src/main/resources/OSGI-INF/blueprint/servicemix-audit-commands.xml Fri Jul  9 15:22:18 2010
@@ -19,7 +19,7 @@
 -->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
 
-  <command-bundle xmlns="http://felix.apache.org/karaf/xmlns/shell/v1.0.0">
+  <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
       <command name="audit/count">
         <action class="org.apache.servicemix.nmr.audit.commands.CountCommand" />
       </command>

Modified: servicemix/smx4/nmr/trunk/nmr/commands/src/main/resources/OSGI-INF/blueprint/servicemix-nmr-commands.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/commands/src/main/resources/OSGI-INF/blueprint/servicemix-nmr-commands.xml?rev=962556&r1=962555&r2=962556&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/commands/src/main/resources/OSGI-INF/blueprint/servicemix-nmr-commands.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/commands/src/main/resources/OSGI-INF/blueprint/servicemix-nmr-commands.xml Fri Jul  9 15:22:18 2010
@@ -19,7 +19,7 @@
 -->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
 
-    <command-bundle xmlns="http://felix.apache.org/karaf/xmlns/shell/v1.0.0">
+    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
         <command name="nmr/list">
             <action class="org.apache.servicemix.nmr.commands.ListCommand"/>
         </command>