Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/META-INF/MANIFEST.MF22
1 files changed, 22 insertions, 0 deletions
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/META-INF/MANIFEST.MF b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..e6634e51a02
--- /dev/null
+++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/META-INF/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.papyrus.manufacturing.b2mml;singleton:=true
+Bundle-Version: 1.1.0.qualifier
+Bundle-ClassPath: .
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Bundle-Activator: org.eclipse.papyrus.manufacturing.b2mml.Activator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.emf.ecore;visibility:=reexport,
+ org.eclipse.emf.ecore.xmi;visibility:=reexport,
+ org.eclipse.uml2.types;visibility:=reexport,
+ org.eclipse.uml2.uml;visibility:=reexport,
+ org.eclipse.papyrus.uml.extensionpoints
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package:
+ org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML,
+ org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML.impl,
+ org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML.util
+Bundle-ActivationPolicy: lazy

Back to the top