Skip to main content
summaryrefslogtreecommitdiffstats
blob: 96f7e5fc7432dfc613a0490a18128c96dd7c4b2b (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: 0.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
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