SMX4KNL-71: export the gshell CommandLineExecutor in the OSGi registry

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/kernel/trunk@758305 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gshell/gshell-core/src/main/resources/META-INF/spring/gshell-osgi.xml b/gshell/gshell-core/src/main/resources/META-INF/spring/gshell-osgi.xml
index 77ddbeb..b99626a 100644
--- a/gshell/gshell-core/src/main/resources/META-INF/spring/gshell-osgi.xml
+++ b/gshell/gshell-core/src/main/resources/META-INF/spring/gshell-osgi.xml
@@ -62,6 +62,9 @@
     <osgi:service ref="localShell" interface="org.apache.geronimo.gshell.shell.Shell">
     </osgi:service>
 
+    <osgi:service ref="commandLineExecutor" interface="org.apache.geronimo.gshell.commandline.CommandLineExecutor">
+    </osgi:service>
+
     <osgix:cm-properties id="cmProps" persistent-id="org.apache.servicemix.shell">
         <prop key="sshPort">8101</prop>
         <prop key="sshRealm">servicemix</prop>