Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 19faa3430d80782fd2c2ceb594e92908555ad5cc (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
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore,
 org.eclipse.papyrus.emf.facet.efacet.metamodel;bundle-version="1.0.1";visibility:=reexport,
 org.eclipse.papyrus.emf.facet.util.emf.catalog;bundle-version="1.0.1"
Export-Package: org.eclipse.papyrus.emf.facet.custom.metamodel.custompt,
 org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom,
 org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.impl,
 org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.util,
 org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.customizationcatalog,
 org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt;x-internal:=true,
 org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.internal.treeproxy,
 org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.internal.treeproxy.impl,
 org.eclipse.papyrus.emf.facet.custom.metamodel.v0_3_0.query,
 org.eclipse.papyrus.emf.facet.custom.metamodel.v0_3_0.query.util;x-internal:=true
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.1.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.emf.facet.custom.metamodel;si
 ngleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top