Skip to main content
summaryrefslogtreecommitdiffstats
blob: b3d7d769a8c4b324eac59f52e5e2ca26874f96b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.ui;singleton:=true
Bundle-Version: 3.9.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ui,
 org.eclipse.ui.forms,
 org.eclipse.mylyn.commons.core;bundle-version="3.8.0",
 org.eclipse.mylyn.commons.screenshots;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Activator: org.eclipse.mylyn.internal.commons.ui.CommonsUiPlugin
Export-Package: org.eclipse.mylyn.commons.ui,
 org.eclipse.mylyn.commons.ui.actions,
 org.eclipse.mylyn.commons.ui.compatibility,
 org.eclipse.mylyn.commons.ui.dialogs,
 org.eclipse.mylyn.commons.ui.wizard,
 org.eclipse.mylyn.internal.commons.ui;x-internal:=true
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin

Back to the top