blob: f14acecdf9baa75f60441ea7ea1c984857888f1c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- Copyright (c) 2006, 2006 IBM Corporation and others. -->
<!-- This program and the accompanying materials are made -->
<!-- available under the terms of the Eclipse Public License 2.0 -->
<!-- which is available at https://www.eclipse.org/legal/epl-2.0/ -->
<!-- -->
<!-- SPDX-License-Identifier: EPL-2.0 -->
<!-- Contributors: -->
<!-- IBM Corporation - initial API and implementation -->
<plugin>
<!--extension
point="org.eclipse.ui.actionSets">
<actionSet
id="org.eclipse.gmf.tests.runtime.common.ui.services.actionSet"
label="Element Selection Service Tests"
visible="true">
<menu
id="sampleMenu"
label="Element Selection Service Tests">
<separator name="sampleGroup"/>
</menu>
<action
class="org.eclipse.gmf.tests.runtime.common.ui.services.actions.TestSelectElementDialogActionDelegate"
icon="icons/sample.gif"
id="org.eclipse.gmf.tests.runtime.common.ui.services.actions.TestSelectElementDialogActionDelegate"
label="Test Select Element Dialog"
menubarPath="sampleMenu/sampleGroup"/>
<action
class="org.eclipse.gmf.tests.runtime.common.ui.services.actions.TestSelectElementListActionDelegate"
icon="icons/sample.gif"
id="org.eclipse.gmf.tests.runtime.common.ui.services.actions.TestSelectElementListActionDelegate"
label="Test Select Element List"
menubarPath="sampleMenu/sampleGroup"/>
</actionSet>
</extension-->
<extension
id="org.eclipse.gmf.tests.runtime.common.ui.services.elementselection.testproviders.RedTestElementSectionProvider"
name="RedTestElementSectionProvider"
point="org.eclipse.gmf.runtime.common.ui.services.elementSelectionProviders">
<ElementSelectionProvider class="org.eclipse.gmf.tests.runtime.common.ui.services.elementselection.testproviders.RedTestElementSectionProvider">
<Priority name="Lowest"/>
</ElementSelectionProvider>
</extension>
<extension
id="org.eclipse.gmf.tests.runtime.common.ui.services.elementselection.testproviders.BlueTestElementSectionProvider"
name="BlueTestElementSectionProvider"
point="org.eclipse.gmf.runtime.common.ui.services.elementSelectionProviders">
<ElementSelectionProvider class="org.eclipse.gmf.tests.runtime.common.ui.services.elementselection.testproviders.BlueTestElementSectionProvider">
<Priority name="Lowest"/>
</ElementSelectionProvider>
</extension>
<extension
id="org.eclipse.gmf.tests.runtime.common.ui.services.elementselection.testproviders.YellowTestElementSectionProvider"
name="YellowTestElementSectionProvider"
point="org.eclipse.gmf.runtime.common.ui.services.elementSelectionProviders">
<ElementSelectionProvider class="org.eclipse.gmf.tests.runtime.common.ui.services.elementselection.testproviders.YellowTestElementSectionProvider">
<Priority name="Lowest"/>
</ElementSelectionProvider>
</extension>
</plugin>