Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 97a8ebb90fe063abb867a1db90a35e91fdb62c87 (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.table.efacet.metamodel.papyrustable,
 org.eclipse.papyrus.infra.table.efacet.metamodel.papyrustable.impl,
 org.eclipse.papyrus.infra.table.efacet.metamodel.papyrustable.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.emf.facet.widgets.celleditors,
 org.eclipse.emf.facet.custom.metamodel,
 org.eclipse.emf.facet.efacet.metamodel,
 org.eclipse.emf.facet.widgets.table.metamodel
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 0.10.1.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.table.efacet.metamodel;
 singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top