Richard S. Hall | 930fecc | 2005-08-16 18:33:34 +0000 | [diff] [blame] | 1 | Bundle-Name: Shell Service |
Richard S. Hall | 5a03159 | 2005-08-19 19:53:58 +0000 | [diff] [blame^] | 2 | Bundle-SymbolicName: org.apache.felix.shell.impl |
Richard S. Hall | 930fecc | 2005-08-16 18:33:34 +0000 | [diff] [blame] | 3 | Bundle-Description: A simple command shell service for Felix. |
| 4 | Bundle-Version: 1.0.2 |
Richard S. Hall | 5a03159 | 2005-08-19 19:53:58 +0000 | [diff] [blame^] | 5 | Bundle-Activator: org.apache.felix.shell.impl.Activator |
Richard S. Hall | 930fecc | 2005-08-16 18:33:34 +0000 | [diff] [blame] | 6 | Bundle-ClassPath: . |
| 7 | Import-Package: |
| 8 | org.osgi.framework, |
| 9 | org.osgi.service.startlevel, |
| 10 | org.osgi.service.packageadmin |
| 11 | Export-Package: |
Richard S. Hall | 5a03159 | 2005-08-19 19:53:58 +0000 | [diff] [blame^] | 12 | org.apache.felix.shell; specification-version="1.0.0", |
Richard S. Hall | 930fecc | 2005-08-16 18:33:34 +0000 | [diff] [blame] | 13 | org.ungoverned.osgi.service.shell; specification-version="1.0.0" |