blob: 097d57df382252105bc5da9eec2692ea3b4dc6d5 [file] [log] [blame]
Richard S. Hallfbd735b2009-06-11 16:07:20 +00001-include: ~default.bnd
2Bundle-Name: Command Shell Service
3Bundle-Description: Provides a shell service
Guillaume Nodet77c76962009-06-22 22:24:12 +00004Private-Package: org.apache.felix.gogo.shell.osgi, org.apache.felix.gogo.shell.runtime
Richard S. Hallfbd735b2009-06-11 16:07:20 +00005Export-Package: org.osgi.service.command
Guillaume Nodet77c76962009-06-22 22:24:12 +00006Service-Component: org.apache.felix.gogo.shell.osgi.OSGiShell; \
Richard S. Hallfbd735b2009-06-11 16:07:20 +00007 provide:=org.osgi.service.command.CommandProcessor; \
8 threadio=org.osgi.service.threadio.ThreadIO; \
9 converter=org.osgi.service.command.Converter*