Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7f3f3d47fdfb3f0b3c8da747e1df5fd6dbc25d0b (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.notifications;singleton:=true
Bundle-Version: 0.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.commons.ui.notifications;x-internal:=true,
 org.eclipse.mylyn.internal.commons.ui.notifications;x-internal:=true,
 org.eclipse.mylyn.internal.commons.ui.notifications.popup;x-internal:=true
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.jface,
 org.eclipse.ui,
 org.eclipse.ui.workbench,
 org.eclipse.mylyn.commons.core;bundle-version="3.5.0",
 org.eclipse.mylyn.commons.ui;bundle-version="3.5.0",
 org.eclipse.mylyn.commons.workbench;bundle-version="3.5.0",
 org.eclipse.ui.forms
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.mylyn.internal.commons.ui.notifications.NotificationsPlugin

Back to the top