mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Don't expose internal upstream types as API. Moved GDBJtagDSFCMainTab to internal package
This commit is contained in:
parent
bd09547166
commit
8316f290a6
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
|||
</placement>
|
||||
</tab>
|
||||
<tab
|
||||
class="org.eclipse.cdt.debug.gdbjtag.ui.GDBJtagDSFCMainTab"
|
||||
class="org.eclipse.cdt.debug.gdbjtag.internal.ui.GDBJtagDSFCMainTab"
|
||||
group="org.eclipse.cdt.debug.gdbjtag.launchConfigurationTabGroup"
|
||||
id="org.eclipse.cdt.debug.gdbjtag.ui.cmaintab.dsf"
|
||||
name="%launchtab.cmaintab.name">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* Contributors:
|
||||
* QNX Software Systems - Initial implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.debug.gdbjtag.ui;
|
||||
package org.eclipse.cdt.debug.gdbjtag.internal.ui;
|
||||
|
||||
import java.util.HashSet;
|
||||
|
Loading…
Add table
Reference in a new issue