Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/META-INF/MANIFEST.MF')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/META-INF/MANIFEST.MF23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/META-INF/MANIFEST.MF b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..8266d2f0935
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/META-INF/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.papyrus.emf.facet.custom.metamodel;singleton:=true
+Bundle-Version: 0.4.0.qualifier
+Bundle-ClassPath: .
+Bundle-Vendor: %providerName
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package:
+ org.eclipse.emf.facet.custom.metamodel.custompt,
+ org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom,
+ org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom.impl,
+ org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom.util,
+ org.eclipse.emf.facet.custom.metamodel.v0_2_0.customizationcatalog,
+ org.eclipse.emf.facet.custom.metamodel.v0_2_0.custompt;x-internal:=true,
+ org.eclipse.emf.facet.custom.metamodel.v0_2_0.internal.treeproxy,
+ org.eclipse.emf.facet.custom.metamodel.v0_3_0.query,
+ org.eclipse.emf.facet.custom.metamodel.v0_3_0.query.util;x-internal:=true
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.emf.ecore,
+ org.eclipse.emf.facet.efacet.metamodel;visibility:=reexport,
+ org.eclipse.papyrus.emf.facet.util.emf.catalog;bundle-version="0.2.0"
+Bundle-ActivationPolicy: lazy

Back to the top