Skip to main content
summaryrefslogtreecommitdiffstats
blob: 33944c142dcf6fd89abce1fc4c2e07ff5128445f (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.1.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