Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c507638723a3b0f0956343b8308690efc9aec23f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ui
Bundle-SymbolicName: org.eclipse.cdt.launch.serial.ui;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0",
 org.eclipse.ui;bundle-version="3.109.0",
 org.eclipse.debug.ui;bundle-version="3.12.50",
 org.eclipse.launchbar.core;bundle-version="2.2.0",
 org.eclipse.launchbar.ui;bundle-version="2.2.0",
 org.eclipse.cdt.launch.serial.core;bundle-version="1.0.0",
 org.eclipse.cdt.native.serial;bundle-version="1.1.0",
 org.eclipse.cdt.launch;bundle-version="9.2.0"
Bundle-Activator: org.eclipse.cdt.launch.serial.ui.internal.Activator
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.cdt.launch.serial.ui

Back to the top