Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.text/META-INF/MANIFEST.MF14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.text/META-INF/MANIFEST.MF b/org.eclipse.text/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..2dce6e03e04
--- /dev/null
+++ b/org.eclipse.text/META-INF/MANIFEST.MF
@@ -0,0 +1,14 @@
+Legacy:
+ true
+Bundle-Version:
+ 3.0.0
+Export-Package-Split:
+ org.eclipse.jface.text
+Bundle-Name:
+ org.eclipse.text
+DynamicImport-Package:
+ *
+Bundle-ClassPath:
+ text.jar
+Bundle-Activator:
+ org.eclipse.core.runtime.compatibility.PluginActivator

Back to the top