Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4a95a2449781cc18f6141f97574e091cfb52ad11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.core;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.mylyn.commons.notifications.core;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.mylyn.commons.core
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy

Back to the top