Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.xtend.middleend.xpand3/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.xtend.middleend.xpand3/META-INF/MANIFEST.MF12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/org.eclipse.xtend.middleend.xpand3/META-INF/MANIFEST.MF b/plugins/org.eclipse.xtend.middleend.xpand3/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..de0fcf61
--- /dev/null
+++ b/plugins/org.eclipse.xtend.middleend.xpand3/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Xpand3 Plug-in
+Bundle-SymbolicName: org.eclipse.xtend.middleend.xpand3
+Bundle-Version: 1.0.0
+Bundle-Activator: org.eclipse.xtend.middleend.internal.xpand3.Activator
+Import-Package: org.osgi.framework;version="1.3.0"
+Eclipse-LazyStart: true
+Require-Bundle: org.eclipse.emf.mwe.core,
+ org.apache.commons.logging,
+ org.eclipse.xpand3,
+ org.eclipse.xtend.backend

Back to the top