2021-11-04 17:18:09 +00:00
|
|
|
<?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>
|
2024-09-12 22:16:09 +01:00
|
|
|
<!-- Test for Launch Bar Launch Configuration Warnings -->
|
|
|
|
<tab
|
|
|
|
class="org.eclipse.launchbar.ui.tests.internal.WarningLaunchConfigTab"
|
|
|
|
group="org.eclipse.pde.ui.launcher.WorkbenchLauncherTabGroup"
|
|
|
|
id="org.eclipse.launchbar.ui.tests.internal.WarningLaunchConfigTab"
|
|
|
|
name="Warning Tab">
|
|
|
|
<placement
|
|
|
|
after="my.custom.tab">
|
|
|
|
</placement>
|
|
|
|
</tab>
|
2021-11-04 17:18:09 +00:00
|
|
|
</extension>
|
|
|
|
</plugin>
|