Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 261def63166adaa3a11e852b0928dc8f48b0f9ce (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
28
29
30
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.extendedtypes.uml.applystereotypea
 ctionconfiguration.provider
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.papyrus.uml.tools.extendedtypes;bundle-version="1.0.0";visibility:=reexport,
 org.eclipse.emf.edit;visibility:=reexport,
 org.eclipse.papyrus.infra.queries.core.configuration;bundle-version="1.0.0";visibility:=reexport,
 org.eclipse.papyrus.infra.queries.core.configuration.edit;bundle-version="1.0.0";visibility:=reexport,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.emf.ecore.edit;visibility:=reexport,
 org.eclipse.papyrus.infra.extendedtypes;bundle-version="1.0.0";visibility:=reexport,
 org.eclipse.papyrus.infra.extendedtypes.edit;bundle-version="1.0.0";visibility:=reexport,
 org.eclipse.emf.facet.infra.query;visibility:=reexport,
 org.eclipse.emf.facet.infra.query.edit;visibility:=reexport,
 org.eclipse.uml2.uml;visibility:=reexport,
 org.eclipse.uml2.uml.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.extendedtypes.uml.applystereotyp
 eactionconfiguration.provider.ApplyStereotypeActionConfigurationEditP
 lugin$Implementation
Bundle-SymbolicName: org.eclipse.papyrus.extendedtypes.uml.edit;single
 ton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top