Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-09-17 14:01:40 +0000
committerAndrey Loskutov2021-09-17 15:02:29 +0000
commit36d6a8f94c0c15be6c46bc8618eae5adddc60c08 (patch)
tree84adfde00f1350d7e7f322abc0ceaf5a3792b2ac
parent668dec82d39508beaca5749d0704e981fc15154d (diff)
downloadeclipse.platform.debug-36d6a8f94c0c15be6c46bc8618eae5adddc60c08.tar.gz
eclipse.platform.debug-36d6a8f94c0c15be6c46bc8618eae5adddc60c08.tar.xz
eclipse.platform.debug-36d6a8f94c0c15be6c46bc8618eae5adddc60c08.zip
Bug: 513735 - Remove exported internal API
While in the past Eclipse project had to export all packages, this requirement has been removed ~6 months ago, so we do not need to export everything. Change-Id: Ic517e4dd64fe0a54ef7c4d22e9c40e439fe4301f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185558 Tested-by: Platform Bot <platform-bot@eclipse.org> Tested-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF6
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF b/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
index 1f37a466d..d56b73e89 100644
--- a/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
@@ -20,9 +20,3 @@ Import-Package: javax.annotation;version="1.0.0";resolution:=optional,
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/org.eclipse.debug.ui.launchview.internal.model.LaunchViewModel.xml,
OSGI-INF/org.eclipse.debug.ui.launchview.internal.impl.DebugCoreProvider.xml
-Export-Package: org.eclipse.debug.ui.launchview.internal;x-internal:=true,
- org.eclipse.debug.ui.launchview.internal.impl;x-internal:=true,
- org.eclipse.debug.ui.launchview.internal.launcher,
- org.eclipse.debug.ui.launchview.internal.model;x-internal:=true,
- org.eclipse.debug.ui.launchview.internal.services,
- org.eclipse.debug.ui.launchview.internal.view;x-internal:=true

Back to the top