blob: e5f35593aba30ff48bd32720fe84fef0b99ba9ed [file] [log] [blame]
Richard S. Hall930fecc2005-08-16 18:33:34 +00001Bundle-Name: Shell Service
Richard S. Hall5a031592005-08-19 19:53:58 +00002Bundle-SymbolicName: org.apache.felix.shell.impl
Richard S. Hall930fecc2005-08-16 18:33:34 +00003Bundle-Description: A simple command shell service for Felix.
4Bundle-Version: 1.0.2
Richard S. Hall5a031592005-08-19 19:53:58 +00005Bundle-Activator: org.apache.felix.shell.impl.Activator
Richard S. Hall930fecc2005-08-16 18:33:34 +00006Bundle-ClassPath: .
7Import-Package:
8 org.osgi.framework,
9 org.osgi.service.startlevel,
10 org.osgi.service.packageadmin
11Export-Package:
Richard S. Hall5a031592005-08-19 19:53:58 +000012 org.apache.felix.shell; specification-version="1.0.0",
Richard S. Hall930fecc2005-08-16 18:33:34 +000013 org.ungoverned.osgi.service.shell; specification-version="1.0.0"