blob: 24613f284b34e7175a296ea9724b1fe38313b24d [file] [log] [blame]
Richard S. Hallaf656a02009-06-11 16:07:20 +00001-include: ~default.bnd
2Bundle-Name: Command Shell Service
3Bundle-Description: Provides a shell service
4Private-Package: aQute.shell.osgi, aQute.shell.runtime
5Export-Package: org.osgi.service.command
6Service-Component: aQute.shell.osgi.OSGiShell; \
7 provide:=org.osgi.service.command.CommandProcessor; \
8 threadio=org.osgi.service.threadio.ThreadIO; \
9 converter=org.osgi.service.command.Converter*