Skip to main content
summaryrefslogtreecommitdiffstats
blob: feb1d2ac6052eba7a197a61c96e697760bef16f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Manifest-Version: 1.0
Require-Bundle: org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
 org.eclipse.core.runtime,
 org.eclipse.ui,
 org.eclipse.gef;bundle-version="3.7.1",
 org.eclipse.ui.forms;bundle-version="3.5.200"
Export-Package: org.eclipse.papyrus.infra.widgets.toolbox,
 org.eclipse.papyrus.infra.widgets.toolbox.dialog,
 org.eclipse.papyrus.infra.widgets.toolbox.draw2d,
 org.eclipse.papyrus.infra.widgets.toolbox.notification,
 org.eclipse.papyrus.infra.widgets.toolbox.notification.builders,
 org.eclipse.papyrus.infra.widgets.toolbox.notification.dialogs,
 org.eclipse.papyrus.infra.widgets.toolbox.notification.exception,
 org.eclipse.papyrus.infra.widgets.toolbox.notification.popups,
 org.eclipse.papyrus.infra.widgets.toolbox.notification.utils,
 org.eclipse.papyrus.infra.widgets.toolbox.notification.view,
 org.eclipse.papyrus.infra.widgets.toolbox.utils
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.9.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.widgets.toolbox.Activator
Bundle-SymbolicName: org.eclipse.papyrus.infra.widgets.toolbox;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top