blob: ba0d0fd0e119c9b7063329d59ce54f967cf33e71 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.newActionSet1"
name="newActionSet1 Plug-in"
version="1.0.0">
<runtime>
<library name="newActionSet1.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime.compatibility"/>
</requires>
<extension
point="org.eclipse.ui.actionSets" id="testDynamicActionSetAddition">
<actionSet
label="A New ActionSet from ActionSet1"
description="This is an actionset added by a dynamic plug-in"
visible="true"
id="org.eclipse.newActionSet1.newActionSet1">
<action
label="A New Action from ActionSet1"
tooltip="This is the tooltip"
class="org.eclipse.jdt.internal.ui.actions.OpenTypeInHierarchyAction"
menubarPath="file/new.ext"
id="newAction1">
</action>
</actionSet>
</extension>
</plugin>