1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/toolchains/arduino/org.eclipse.cdt.arduino.ui/META-INF/MANIFEST.MF
Jonah Graham eda9779aa0 Bug 562498: Prevent end of life Arduino from installing on newer CDT
When a user does an upgrade with Arduino installed and an upgrade is done
now that Arduino is removed from master they can get into a broken state
because Arduino plug-ins had not traditionally defined upper ranges.

This commit adds such limits so users will get a fail to upgrade error to
CDT 10 if they have Arduino installed.

Change-Id: I05e7f40e21dd1a2f511d3d0ced13dac49ec0bec1
2020-05-04 16:01:50 -04:00

29 lines
1.3 KiB
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.arduino.ui;singleton:=true
Bundle-Version: 2.1.501.qualifier
Bundle-Activator: org.eclipse.cdt.arduino.ui.internal.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.expressions,
org.eclipse.jface.text,
org.eclipse.ui,
org.eclipse.ui.ide,
org.eclipse.ui.forms,
org.eclipse.debug.ui,
org.eclipse.launchbar.core;bundle-version="[2.3.100,3.0.0)",
org.eclipse.cdt.arduino.core;bundle-version="[2.1.300,3.0.0)",
org.eclipse.remote.core;bundle-version="2.0.0",
org.eclipse.remote.ui;bundle-version="2.0.0",
org.eclipse.cdt.native.serial;bundle-version="[1.1.400,2.0.0)",
org.eclipse.tools.templates.ui;bundle-version="[1.1.100,2.0.0)",
org.eclipse.launchbar.remote.ui;bundle-version="1.0.0",
org.eclipse.tm.terminal.connector.cdtserial;bundle-version="[4.6.0,5.0.0)",
org.eclipse.tm.terminal.view.ui;bundle-version="[4.6.0,5.0.0)",
org.eclipse.tm.terminal.view.core;bundle-version="[4.6.0,5.0.0)",
org.eclipse.tm.terminal.control;bundle-version="[4.6.1,5.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Automatic-Module-Name: org.eclipse.cdt.arduino.ui