Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-10-25 06:48:07 +0000
committerLars Vogel2019-10-25 07:25:25 +0000
commit5093ad9eb153d27abce112ac5d6c22067500aa9e (patch)
treea1911927a4004e182a79df1ecb4a5782074af239
parent2af90f71fd5d941a9a06a458e3c05462a36dbc8d (diff)
downloadeclipse.platform.text-5093ad9eb153d27abce112ac5d6c22067500aa9e.tar.gz
eclipse.platform.text-5093ad9eb153d27abce112ac5d6c22067500aa9e.tar.xz
eclipse.platform.text-5093ad9eb153d27abce112ac5d6c22067500aa9e.zip
org.eclipse.core.filebuffers.tests are not API
Change-Id: I7a865e76b82ffd8960218a41b84792242050390d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF b/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
index a65c73d48ff..ba866a8a019 100644
--- a/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.core.filebuffers.tests/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.core.filebuffers.tests.FileBuffersTestPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
-Export-Package: org.eclipse.core.filebuffers.tests
+Export-Package: org.eclipse.core.filebuffers.tests;x-internal:=true
Require-Bundle:
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)",

Back to the top