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.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.text/META-INF/MANIFEST.MF b/org.eclipse.text/META-INF/MANIFEST.MF
index d6ce1de5cb9..1403aac404a 100644
--- a/org.eclipse.text/META-INF/MANIFEST.MF
+++ b/org.eclipse.text/META-INF/MANIFEST.MF
@@ -6,11 +6,11 @@ Bundle-Version: 3.3.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
- org.eclipse.jface.text,
- org.eclipse.jface.text.link,
+ org.eclipse.jface.text; text="split"; mandatory:="text",
+ org.eclipse.jface.text.link; text="split"; mandatory:="text",
org.eclipse.jface.text.projection,
- org.eclipse.jface.text.source,
- org.eclipse.jface.text.templates,
+ org.eclipse.jface.text.source; text="split"; mandatory:="text",
+ org.eclipse.jface.text.templates; text="split"; mandatory:="text",
org.eclipse.text.edits,
org.eclipse.text.undo
Require-Bundle:

Back to the top