Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/org.eclipse.cdt.launch.serial.core/META-INF/MANIFEST.MF2
-rw-r--r--cross/org.eclipse.cdt.launch.serial.core/plugin.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/cross/org.eclipse.cdt.launch.serial.core/META-INF/MANIFEST.MF b/cross/org.eclipse.cdt.launch.serial.core/META-INF/MANIFEST.MF
index e241c6317a7..00710d320f8 100644
--- a/cross/org.eclipse.cdt.launch.serial.core/META-INF/MANIFEST.MF
+++ b/cross/org.eclipse.cdt.launch.serial.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Launch over Serial Core Plugin
Bundle-SymbolicName: org.eclipse.cdt.launch.serial.core;singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.100.qualifier
Bundle-Vendor: Eclipse CDT
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0",
diff --git a/cross/org.eclipse.cdt.launch.serial.core/plugin.xml b/cross/org.eclipse.cdt.launch.serial.core/plugin.xml
index 7ca6053ce00..d8834e48d0d 100644
--- a/cross/org.eclipse.cdt.launch.serial.core/plugin.xml
+++ b/cross/org.eclipse.cdt.launch.serial.core/plugin.xml
@@ -23,6 +23,8 @@
class="org.eclipse.cdt.launch.serial.internal.SerialFlashLaunchConfigProvider"
descriptorType="org.eclipse.cdt.debug.core.coreBuildDescriptorType"
priority="10">
+ <enablement>
+ </enablement>
</configProvider>
</extension>

Back to the top