Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-09-23 11:47:32 +0000
committerLars Vogel2021-09-23 15:56:10 +0000
commit2f53ef8dcdd85b80224f64f197644ef31754694c (patch)
treeda394c29ba7d7492fedb17436acfb7db15c73670
parent8ef6e3f405c633eec5ba1aec403023d3914c9b79 (diff)
downloadeclipse.platform.debug-2f53ef8dcdd85b80224f64f197644ef31754694c.tar.gz
eclipse.platform.debug-2f53ef8dcdd85b80224f64f197644ef31754694c.tar.xz
eclipse.platform.debug-2f53ef8dcdd85b80224f64f197644ef31754694c.zip
Eclipse PMC discussed that yesterday and decide that we should not harm the contributor by disallowing him to use his own code. Change-Id: I93fad9fac7c8b7ee519aa8ef9536a9bfd53ffb0f Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185741 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF b/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
index d56b73e89..61aaf4f31 100644
--- a/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
@@ -20,3 +20,9 @@ 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;x-internal:=true,
+ org.eclipse.debug.ui.launchview.internal.model;x-internal:=true,
+ org.eclipse.debug.ui.launchview.internal.services;x-internal:=true,
+ org.eclipse.debug.ui.launchview.internal.view;x-internal:=true

Back to the top