Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Bullen2018-08-02 14:38:02 +0000
committerLucas Bullen2018-08-02 15:30:47 +0000
commit839c84221733f9fc9c6adc7a0a23d4132d79b92a (patch)
tree16b749a5ae42e76c7870b444f07853b895eb86e4
parentc7e13867c7fa8cc0ecd6f2e1558df562bd7baaa5 (diff)
downloadeclipse.platform.text-839c84221733f9fc9c6adc7a0a23d4132d79b92a.tar.gz
eclipse.platform.text-839c84221733f9fc9c6adc7a0a23d4132d79b92a.tar.xz
eclipse.platform.text-839c84221733f9fc9c6adc7a0a23d4132d79b92a.zip
Bug 321410 - [EditorMgmt][navigation] Provide Mini-map of text in editor
- Export minimap tests package to remove the "This plug-in does not export all of its packages" error in MANIFEST.MF file Change-Id: I8507b3c9ded93b7999c1b996f30356fae24898f7 Signed-off-by: Lucas Bullen <lbullen@redhat.com>
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF b/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF
index cb2cfc5d89b..3e365b3b726 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.workbench.texteditor.tests/META-INF/MANIFEST.MF
@@ -7,6 +7,7 @@ Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package:
org.eclipse.ui.workbench.texteditor.tests,
+ org.eclipse.ui.workbench.texteditor.tests.minimap,
org.eclipse.ui.workbench.texteditor.tests.revisions,
org.eclipse.ui.workbench.texteditor.tests.rulers
Require-Bundle:

Back to the top