blob: 8bec629b5d9062014f37d9faa7c2678c41f65189 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- Copyright (c) 2006, 2006 IBM Corporation and others. -->
<!-- All rights reserved. This program and the accompanying materials -->
<!-- are made available under the terms of the Eclipse Public License v1.0 -->
<!-- which accompanies this distribution, and is available at -->
<!-- http://www.eclipse.org/legal/epl-v10.html -->
<!-- -->
<!-- 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>