Skip to main content
summaryrefslogtreecommitdiffstats
blob: 50d635ecd8aad8acb99bc41dd8d1eac3482925df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.screenshots;singleton:=true
Bundle-Version: 3.10.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.jface;bundle-version="3.3.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.mylyn.commons.ui.screenshots,
 org.eclipse.mylyn.internal.commons.ui.screenshots;x-internal:=true
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin

Back to the top