Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2180256012f5ff4c58b5eb4acdc8cd388b30dcf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.dev.pluginexplorer
Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.core.log;bundle-version="[1.2.0,2.0.0)";visibility:=reexport
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-Activator: org.eclipse.papyrus.dev.pluginexplorer.Activator
Bundle-ManifestVersion: 2
Bundle-Description: %pluginDescription
Bundle-SymbolicName: org.eclipse.papyrus.dev.pluginexplorer;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top