blob: 13753195b3cf1ef48ab6911ebf38ec8f24ce0b43 [file] [log] [blame]
Lazar Kirchevb76a1e92011-10-14 18:34:16 +03001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
Lazar Kirchevbb0e8392011-10-31 13:48:10 +02003Bundle-Name: %bundleName
Lazar Kirchevb76a1e92011-10-14 18:34:16 +03004Bundle-SymbolicName: org.eclipse.equinox.console
Alexander Kurtakov045e3ee2020-05-25 09:09:04 +03005Bundle-Version: 1.4.100.qualifier
Lazar Kirchevb76a1e92011-10-14 18:34:16 +03006Bundle-Activator: org.eclipse.equinox.console.command.adapter.Activator
Lazar Kirchevbb0e8392011-10-31 13:48:10 +02007Bundle-Vendor: %bundleVendor
8Bundle-Localization: plugin
Alexander Kurtakovc0142442019-07-08 17:47:28 +03009Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Thomas Watsonf909bae2017-11-03 14:29:29 -050010Import-Package: org.eclipse.osgi.framework.console,
Thomas Watsona157cf92013-04-15 14:14:07 -050011 org.eclipse.osgi.report.resolution; version="[1.0,2.0)",
Lazar Kirchevb76a1e92011-10-14 18:34:16 +030012 org.eclipse.osgi.service.environment,
Lazar Kirchevb76a1e92011-10-14 18:34:16 +030013 org.eclipse.osgi.util,
14 org.osgi.framework,
Thomas Watsona157cf92013-04-15 14:14:07 -050015 org.osgi.framework.hooks.resolver; version="[1.0, 2.0)",
Thomas Watson9fb78762014-10-23 09:03:00 -050016 org.osgi.framework.namespace;version="1.0.0",
Thomas Watsona157cf92013-04-15 14:14:07 -050017 org.osgi.framework.wiring;version="1.1.0",
18 org.osgi.resource;version="1.0.0",
John Ross11d46d62013-10-09 09:14:50 -050019 org.osgi.service.cm; version="[1.4, 2.0)"; resolution:=optional,
Lazar Kirchevb76a1e92011-10-14 18:34:16 +030020 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 Kirchev61b96b62011-10-19 10:58:59 +030025Export-Package: org.eclipse.equinox.console.common,
26 org.eclipse.equinox.console.common.terminal,
Thomas Watson74e71622017-08-23 10:11:47 -050027 org.eclipse.equinox.console.completion.common,
28 org.apache.felix.service.command;status=provisional;mandatory:=status;version="0.10.0"
Andrey Loskutov7633b2f2015-05-25 19:48:39 +020029Require-Bundle: org.apache.felix.gogo.runtime;bundle-version="0.10.0",
30 org.apache.felix.gogo.shell;bundle-version="0.10.0"
Karsten Thoms4190b192017-12-21 14:58:58 +010031Automatic-Module-Name: org.eclipse.equinox.console