mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-04 14:13:24 +02:00
18 lines
561 B
XML
18 lines
561 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.4"?>
|
||
|
<plugin>
|
||
|
<extension
|
||
|
point="org.eclipse.debug.ui.launchConfigurationTabs">
|
||
|
<tab
|
||
|
class="org.eclipse.launchbar.ui.tests.internal.CustomLaunchConfigTab"
|
||
|
group="org.eclipse.pde.ui.launcher.WorkbenchLauncherTabGroup"
|
||
|
id="org.eclipse.launchbar.ui.tests.internal.MyCustomTab"
|
||
|
name="My Custom Tab">
|
||
|
<placement
|
||
|
after="org.eclipse.debug.ui.prototypeTab">
|
||
|
</placement>
|
||
|
</tab>
|
||
|
</extension>
|
||
|
|
||
|
</plugin>
|