blob: 6e0c47bb1c57bc867608808a8f98fa489274a510 [file] [log] [blame]
Richard S. Hall71644942006-02-08 14:29:10 +00001Bundle-Name: ShellService
Richard S. Hall5a031592005-08-19 19:53:58 +00002Bundle-SymbolicName: org.apache.felix.shell.impl
Richard S. Hall71644942006-02-08 14:29:10 +00003Bundle-Description: A simple command shell service for Felix (or any other OSGi framework).
4Bundle-DocURL: http://oscar-osgi.sf.net/repo/shell/
Richard S. Hall930fecc2005-08-16 18:33:34 +00005Bundle-Version: 1.0.2
Richard S. Hall5a031592005-08-19 19:53:58 +00006Bundle-Activator: org.apache.felix.shell.impl.Activator
Richard S. Hall930fecc2005-08-16 18:33:34 +00007Bundle-ClassPath: .
8Import-Package:
9 org.osgi.framework,
10 org.osgi.service.startlevel,
11 org.osgi.service.packageadmin
12Export-Package:
Richard S. Hall5a031592005-08-19 19:53:58 +000013 org.apache.felix.shell; specification-version="1.0.0",
Richard S. Hall930fecc2005-08-16 18:33:34 +000014 org.ungoverned.osgi.service.shell; specification-version="1.0.0"
Richard S. Hall71644942006-02-08 14:29:10 +000015Export-Service: org.apache.felix.shell,
16 org.ungoverned.osgi.service.shell