Skip to main content
summaryrefslogtreecommitdiffstats
blob: d3ff0793c2a1706b98ea66e1daadc74184e22cf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.debug.ui;singleton:=true
Bundle-Version: 3.11.0.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.debug.ui.DebugUiPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.mylyn.commons.core;bundle-version="[3.8.0,4.0.0)",
 org.eclipse.mylyn.context.core;bundle-version="[3.8.0,4.0.0)",
 org.eclipse.mylyn.context.ui;bundle-version="[3.8.0,4.0.0)",
 org.eclipse.mylyn.ide.ui;bundle-version="[3.8.0,4.0.0)",
 org.eclipse.mylyn.monitor.ui;bundle-version="[3.8.0,4.0.0)",
 org.eclipse.mylyn.monitor.core;bundle-version="[3.8.0,4.0.0)",
 org.apache.commons.io,
 org.eclipse.ui,
 org.eclipse.debug.core,
 org.eclipse.debug.ui,
 org.eclipse.ui.navigator,
 org.eclipse.ui.forms,
 org.eclipse.mylyn.commons.ui;bundle-version="[3.8.0,4.0.0)",
 org.eclipse.mylyn.commons.workbench;bundle-version="[3.8.0,4.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .
Export-Package: org.eclipse.mylyn.internal.debug.ui;x-internal:=true,
 org.eclipse.mylyn.internal.debug.ui.cnf;x-internal:=true

Back to the top