2015-05-02 22:58:18 -04:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2015-05-11 16:49:45 -04:00
|
|
|
Bundle-Name: %pluginName
|
2015-05-02 22:58:18 -04:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.arduino.ui;singleton:=true
|
2017-05-17 13:57:01 -04:00
|
|
|
Bundle-Version: 2.1.0.qualifier
|
2015-05-02 22:58:18 -04:00
|
|
|
Bundle-Activator: org.eclipse.cdt.arduino.ui.internal.Activator
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.core.expressions,
|
2016-05-19 21:09:23 -04:00
|
|
|
org.eclipse.jface.text,
|
2015-05-02 22:58:18 -04:00
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.ui.ide,
|
2016-05-19 21:09:23 -04:00
|
|
|
org.eclipse.ui.forms,
|
2015-05-02 22:58:18 -04:00
|
|
|
org.eclipse.debug.ui,
|
|
|
|
org.eclipse.launchbar.core,
|
|
|
|
org.eclipse.cdt.arduino.core,
|
|
|
|
org.eclipse.remote.core;bundle-version="2.0.0",
|
|
|
|
org.eclipse.remote.ui;bundle-version="2.0.0",
|
2016-02-22 20:14:28 -05:00
|
|
|
org.eclipse.cdt.native.serial;bundle-version="1.0.0",
|
2016-05-19 21:09:23 -04:00
|
|
|
org.eclipse.tools.templates.ui;bundle-version="1.0.0",
|
2017-05-17 13:57:01 -04:00
|
|
|
org.eclipse.launchbar.remote.ui;bundle-version="1.0.0",
|
|
|
|
org.eclipse.tm.terminal.connector.cdtserial;bundle-version="4.3.0",
|
|
|
|
org.eclipse.tm.terminal.view.ui;bundle-version="4.2.100",
|
|
|
|
org.eclipse.tm.terminal.view.core;bundle-version="4.2.0",
|
|
|
|
org.eclipse.tm.terminal.control;bundle-version="4.2.0"
|
2016-05-19 21:09:23 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
2015-05-02 22:58:18 -04:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2015-05-11 16:49:45 -04:00
|
|
|
Bundle-Vendor: %providerName
|
|
|
|
Bundle-Localization: plugin
|