Lazar Kirchev | b76a1e9 | 2011-10-14 18:34:16 +0300 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
Lazar Kirchev | bb0e839 | 2011-10-31 13:48:10 +0200 | [diff] [blame] | 3 | Bundle-Name: %bundleName |
Lazar Kirchev | b76a1e9 | 2011-10-14 18:34:16 +0300 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.equinox.console |
Alexander Kurtakov | 045e3ee | 2020-05-25 09:09:04 +0300 | [diff] [blame] | 5 | Bundle-Version: 1.4.100.qualifier |
Lazar Kirchev | b76a1e9 | 2011-10-14 18:34:16 +0300 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.equinox.console.command.adapter.Activator |
Lazar Kirchev | bb0e839 | 2011-10-31 13:48:10 +0200 | [diff] [blame] | 7 | Bundle-Vendor: %bundleVendor |
| 8 | Bundle-Localization: plugin |
Alexander Kurtakov | c014244 | 2019-07-08 17:47:28 +0300 | [diff] [blame] | 9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
Thomas Watson | f909bae | 2017-11-03 14:29:29 -0500 | [diff] [blame] | 10 | Import-Package: org.eclipse.osgi.framework.console, |
Thomas Watson | a157cf9 | 2013-04-15 14:14:07 -0500 | [diff] [blame] | 11 | org.eclipse.osgi.report.resolution; version="[1.0,2.0)", |
Lazar Kirchev | b76a1e9 | 2011-10-14 18:34:16 +0300 | [diff] [blame] | 12 | org.eclipse.osgi.service.environment, |
Lazar Kirchev | b76a1e9 | 2011-10-14 18:34:16 +0300 | [diff] [blame] | 13 | org.eclipse.osgi.util, |
| 14 | org.osgi.framework, |
Thomas Watson | a157cf9 | 2013-04-15 14:14:07 -0500 | [diff] [blame] | 15 | org.osgi.framework.hooks.resolver; version="[1.0, 2.0)", |
Thomas Watson | 9fb7876 | 2014-10-23 09:03:00 -0500 | [diff] [blame] | 16 | org.osgi.framework.namespace;version="1.0.0", |
Thomas Watson | a157cf9 | 2013-04-15 14:14:07 -0500 | [diff] [blame] | 17 | org.osgi.framework.wiring;version="1.1.0", |
| 18 | org.osgi.resource;version="1.0.0", |
John Ross | 11d46d6 | 2013-10-09 09:14:50 -0500 | [diff] [blame] | 19 | org.osgi.service.cm; version="[1.4, 2.0)"; resolution:=optional, |
Lazar Kirchev | b76a1e9 | 2011-10-14 18:34:16 +0300 | [diff] [blame] | 20 | org.osgi.service.condpermadmin, |
| 21 | org.osgi.service.packageadmin, |
| 22 | org.osgi.service.permissionadmin, |
| 23 | org.osgi.service.startlevel, |
| 24 | org.osgi.util.tracker |
Lazar Kirchev | 61b96b6 | 2011-10-19 10:58:59 +0300 | [diff] [blame] | 25 | Export-Package: org.eclipse.equinox.console.common, |
| 26 | org.eclipse.equinox.console.common.terminal, |
Thomas Watson | 74e7162 | 2017-08-23 10:11:47 -0500 | [diff] [blame] | 27 | org.eclipse.equinox.console.completion.common, |
| 28 | org.apache.felix.service.command;status=provisional;mandatory:=status;version="0.10.0" |
Andrey Loskutov | 7633b2f | 2015-05-25 19:48:39 +0200 | [diff] [blame] | 29 | Require-Bundle: org.apache.felix.gogo.runtime;bundle-version="0.10.0", |
| 30 | org.apache.felix.gogo.shell;bundle-version="0.10.0" |
Karsten Thoms | 4190b19 | 2017-12-21 14:58:58 +0100 | [diff] [blame] | 31 | Automatic-Module-Name: org.eclipse.equinox.console |