blob: 6406fdb92476e34db4afacad2595b19e6bb07c02 [file] [log] [blame]
Richard S. Hall930fecc2005-08-16 18:33:34 +00001Bundle-Name: Shell Service
2Bundle-SymbolicName: org.apache.osgi.bundle.shell
3Bundle-Description: A simple command shell service for Felix.
4Bundle-Version: 1.0.2
5Bundle-Activator: org.apache.osgi.bundle.shell.Activator
6Bundle-ClassPath: .
7Import-Package:
8 org.osgi.framework,
9 org.osgi.service.startlevel,
10 org.osgi.service.packageadmin
11Export-Package:
12 org.apache.osgi.service.shell; specification-version="1.0.0",
13 org.ungoverned.osgi.service.shell; specification-version="1.0.0"