From 97be8772a897b47a48b2d4b6ef33b46811408b7f Mon Sep 17 00:00:00 2001 From: Markus Duft Date: Wed, 11 May 2016 15:52:28 +0200 Subject: Initial contribution of Launch Groups The initial contribution is a slightly modified/polished version of the launch group code in org.eclipse.cdt.launch. A follow up commit will contain additional modifications to merge features from another (external) implementation of launch groups. Bug: 492788 Change-Id: Ie0a902b857a5c2cc02f5c36d8591001493bd6e19 Signed-off-by: Markus Duft --- org.eclipse.debug.ui/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) (limited to 'org.eclipse.debug.ui/META-INF/MANIFEST.MF') diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF index ec1a16b66..46ccbf586 100644 --- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF @@ -29,6 +29,7 @@ Export-Package: org.eclipse.debug.internal.ui; org.eclipse.debug.internal.ui.contextlaunching;x-internal:=true, org.eclipse.debug.internal.ui.contexts;x-internal:=true, org.eclipse.debug.internal.ui.elements.adapters;x-friends:="org.eclipse.jdt.debug.ui", + org.eclipse.debug.internal.ui.groups;x-friends:="org.eclipse.debug.ui", org.eclipse.debug.internal.ui.importexport.breakpoints;x-internal:=true, org.eclipse.debug.internal.ui.importexport.launchconfigurations;x-internal:=true, org.eclipse.debug.internal.ui.launchConfigurations;x-friends:="org.eclipse.debug.tests", -- cgit v1.2.3