Richard S. Hall | af656a0 | 2009-06-11 16:07:20 +0000 | [diff] [blame] | 1 | -include: ~default.bnd |
2 | Bundle-Name: Command Shell Service | ||||
3 | Bundle-Description: Provides a shell service | ||||
4 | Private-Package: aQute.shell.osgi, aQute.shell.runtime | ||||
5 | Export-Package: org.osgi.service.command | ||||
6 | Service-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* |