cdt/launchbar/org.eclipse.launchbar.core.tests/fragment.xml
Jonah Graham 533d62ce6c Bug 558439: Move launchbar plug-ins into its own folder
This also removes the duplicated infra and releng code that is no longer
needed in merged repo

Change-Id: Ia5c52c7b087ed2612ed505c37ae00c9c6efe1f4f
2019-12-18 13:41:51 -05:00

14 lines
426 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<fragment>
<extension
point="org.eclipse.debug.core.launchConfigurationTypes">
<launchConfigurationType
id="org.eclipse.launchbar.core.tests.lctype1"
modes="run, debug, xxx"
name="Launch Bar Test Launch Configuration"
public="true">
</launchConfigurationType>
</extension>
</fragment>