Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/META-INF')
-rw-r--r--org.eclipse.text/META-INF/MANIFEST.MF8
1 files changed, 6 insertions, 2 deletions
diff --git a/org.eclipse.text/META-INF/MANIFEST.MF b/org.eclipse.text/META-INF/MANIFEST.MF
index 9e823393490..b43e4c60b09 100644
--- a/org.eclipse.text/META-INF/MANIFEST.MF
+++ b/org.eclipse.text/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.text
-Bundle-Version: 3.1.100.qualifier
+Bundle-Version: 3.2.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
@@ -11,5 +11,9 @@ Export-Package:
org.eclipse.jface.text.projection,
org.eclipse.jface.text.source,
org.eclipse.jface.text.templates,
- org.eclipse.text.edits
+ org.eclipse.text.edits,
+ org.eclipse.text.undo
+Require-Bundle:
+ org.eclipse.core.commands;bundle-version="[3.2.0,4.0.0)",
+ org.eclipse.equinox.common;bundle-version="[1.0.0,2.0.0)"
Eclipse-LazyStart: true

Back to the top