Richard S. Hall | fbd735b | 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 |
Guillaume Nodet | 77c7696 | 2009-06-22 22:24:12 +0000 | [diff] [blame] | 4 | Private-Package: org.apache.felix.gogo.shell.osgi, org.apache.felix.gogo.shell.runtime |
Richard S. Hall | fbd735b | 2009-06-11 16:07:20 +0000 | [diff] [blame] | 5 | Export-Package: org.osgi.service.command |
Guillaume Nodet | 77c7696 | 2009-06-22 22:24:12 +0000 | [diff] [blame] | 6 | Service-Component: org.apache.felix.gogo.shell.osgi.OSGiShell; \ |
Richard S. Hall | fbd735b | 2009-06-11 16:07:20 +0000 | [diff] [blame] | 7 | provide:=org.osgi.service.command.CommandProcessor; \ |
| 8 | threadio=org.osgi.service.threadio.ThreadIO; \ |
| 9 | converter=org.osgi.service.command.Converter* |