2014-12-10 11:31:47 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.4"?>
|
|
|
|
<plugin>
|
|
|
|
<extension-point id="launchBarContributions" name="Launch Bar Contributions" schema="schema/launchBarContributions.exsd"/>
|
2015-11-03 16:00:17 -05:00
|
|
|
<extension-point id="launchTargetTypes" name="Launch Target Types" schema="schema/launchTargetTypes.exsd"/>
|
2014-12-10 11:31:47 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.launchbar.core.launchBarContributions">
|
|
|
|
<objectProvider
|
|
|
|
class="org.eclipse.launchbar.core.internal.ProjectLaunchObjectProvider"
|
|
|
|
id="org.eclipse.launchbar.core.objectProvider.project">
|
|
|
|
</objectProvider>
|
2015-05-17 23:22:09 -04:00
|
|
|
<descriptorType
|
2019-05-27 16:28:01 -04:00
|
|
|
class="org.eclipse.launchbar.core.DefaultLaunchDescriptorType"
|
2015-05-29 13:16:15 -04:00
|
|
|
id="org.eclipse.launchbar.core.descriptorType.default"
|
2015-05-17 23:22:09 -04:00
|
|
|
priority="0">
|
2015-05-30 22:55:41 -04:00
|
|
|
<enablement>
|
|
|
|
<instanceof
|
|
|
|
value="org.eclipse.debug.core.ILaunchConfiguration">
|
|
|
|
</instanceof></enablement>
|
2015-05-17 23:22:09 -04:00
|
|
|
</descriptorType>
|
|
|
|
<configProvider
|
|
|
|
class="org.eclipse.launchbar.core.DefaultLaunchConfigProvider"
|
|
|
|
descriptorType="org.eclipse.launchbar.core.descriptorType.default"
|
|
|
|
priority="0">
|
2015-06-15 09:10:24 -04:00
|
|
|
<enablement>
|
|
|
|
</enablement>
|
2015-05-17 23:22:09 -04:00
|
|
|
</configProvider>
|
2014-12-10 11:31:47 -05:00
|
|
|
</extension>
|
2015-11-03 16:00:17 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.launchbar.core.launchTargetTypes">
|
|
|
|
<launchTargetType
|
|
|
|
id="org.eclipse.launchbar.core.launchTargetType.local"
|
|
|
|
provider="org.eclipse.launchbar.core.internal.target.LocalLaunchTargetProvider">
|
|
|
|
</launchTargetType>
|
|
|
|
</extension>
|
2016-04-23 21:15:14 -04:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.core.expressions.propertyTesters">
|
|
|
|
<propertyTester
|
|
|
|
class="org.eclipse.launchbar.core.internal.target.LaunchTargetPropertyTester"
|
|
|
|
id="org.eclipse.launchbar.core.targetPropertyTester"
|
|
|
|
namespace="org.eclipse.launchbar.core"
|
|
|
|
properties="launchTargetType"
|
|
|
|
type="org.eclipse.launchbar.core.target.ILaunchTarget">
|
|
|
|
</propertyTester>
|
|
|
|
</extension>
|
2014-12-10 11:31:47 -05:00
|
|
|
|
|
|
|
</plugin>
|