Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8ec170c3d4544efded2efa93ff3414b7d524fed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.core.serviceregistry.servicedescriptors.provider,
 org.eclipse.papyrus.infra.core.serviceregistry.servicedescriptorswithid.provider
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.papyrus.infra.core.serviceregistry;bundle-version="1.0.0";visibility:=reexport,
 org.eclipse.emf.edit;visibility:=reexport,
 org.eclipse.uml2.common.edit;visibility:=reexport
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.core.serviceregistry.servi
 cedescriptorswithid.provider.ServicedescriptorswithidEditPlugin$Imple
 mentation
Bundle-SymbolicName: org.eclipse.papyrus.infra.core.serviceregistry.ed
 it;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top