mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
LauchBar - move default descriptor back to internal package
there is an another API class which users should use, default is strictly for cdt default provider Change-Id: I70ad6db49c90d8465d3328edc4ec09949d2697fa Reviewed-on: https://git.eclipse.org/r/31306 Tested-by: Hudson CI Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
This commit is contained in:
parent
f3971c0510
commit
42f0351e86
2 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,10 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Doug Schaefer
|
* Doug Schaefer
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.launchbar.core;
|
package org.eclipse.cdt.launchbar.core.internal;
|
||||||
|
|
||||||
|
import org.eclipse.cdt.launchbar.core.ConfigBasedLaunchDescriptor;
|
||||||
|
import org.eclipse.cdt.launchbar.core.ILaunchDescriptorType;
|
||||||
import org.eclipse.debug.core.ILaunchConfiguration;
|
import org.eclipse.debug.core.ILaunchConfiguration;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
package org.eclipse.cdt.launchbar.core.internal;
|
package org.eclipse.cdt.launchbar.core.internal;
|
||||||
|
|
||||||
import org.eclipse.cdt.launchbar.core.AbstarctLaunchDescriptorType;
|
import org.eclipse.cdt.launchbar.core.AbstarctLaunchDescriptorType;
|
||||||
import org.eclipse.cdt.launchbar.core.DefaultLaunchDescriptor;
|
|
||||||
import org.eclipse.cdt.launchbar.core.ILaunchDescriptor;
|
import org.eclipse.cdt.launchbar.core.ILaunchDescriptor;
|
||||||
import org.eclipse.cdt.launchbar.core.ILaunchDescriptorType;
|
import org.eclipse.cdt.launchbar.core.ILaunchDescriptorType;
|
||||||
import org.eclipse.debug.core.ILaunchConfiguration;
|
import org.eclipse.debug.core.ILaunchConfiguration;
|
||||||
|
|
Loading…
Add table
Reference in a new issue