Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 74d2b9f852fd83a1c56c50cc21d7a677807c8817 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.widgets;bundle-version="0.9.0";visibility:=reexport,
 org.eclipse.papyrus.views.modelexplorer;bundle-version="0.9.0";visibility:=reexport,
 org.eclipse.emf.facet.infra.browser;bundle-version="0.1.0";visibility:=reexport,
 org.eclipse.emf.facet.infra.browser.uicore;bundle-version="0.1.0";visibility:=reexport,
 org.eclipse.papyrus.service.edit;bundle-version="0.9.0",
 org.eclipse.emf.facet.infra.facet;bundle-version="0.1.0"
Export-Package: org.eclipse.papyrus.modelexplorer.widgets
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.9.0.qualifier
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.modelexplorer.widgets.Activator
Bundle-SymbolicName: org.eclipse.papyrus.views.modelexplorer.widgets;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top