1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-04 14:13:24 +02:00
cdt/launchbar/org.eclipse.launchbar.ui.tests/plugin.xml

18 lines
561 B
XML
Raw Normal View History

<?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>