Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF23
1 files changed, 23 insertions, 0 deletions
diff --git a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..2d00c973c03
--- /dev/null
+++ b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.papyrus.uml.alf.text
+Bundle-SymbolicName: org.eclipse.papyrus.uml.alf.text
+Bundle-Version: 1.1.0.qualifier
+Bundle-Activator: org.eclipse.papyrus.uml.alf.text.ActivatorText
+Bundle-Vendor: %providerName
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.uml2.uml,
+ org.eclipse.papyrus.uml.alf,
+ org.eclipse.papyrus.uml.alf.libraries,
+ org.eclipse.compare,
+ org.eclipse.gmf.runtime.common.core,
+ org.eclipse.swt,
+ org.eclipse.compare.core,
+ org.eclipse.papyrus.infra.core.log
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.papyrus.uml.alf.text.generation,
+ org.eclipse.papyrus.uml.alf.text.merge.manual,
+ org.eclipse.papyrus.uml.alf.text.representation,
+ org.eclipse.papyrus.uml.alf.text.representation.util

Back to the top