Changeset 8295
- Timestamp:
- 09/12/08 08:58:43 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/ComponentProject/plugin.xml
r7824 r8295 92 92 </extension> 93 93 <extension 94 point="org.eclipse.ui.editorActions">95 <editorContribution96 id="edu.vt.ossie.editors.ComponentEditor.actions"97 targetID="edu.vt.ossie.editors.ComponentEditor">98 <action99 id="edu.vt.ossie.actionSets.GenerateComponent"100 label="Generate Component"101 icon="icons/component.gif"102 tooltip="Generate component's implementation skeleton"103 menubarPath="edu.vt.ossie.menu/main"104 class="edu.vt.ossie.actionSets.GenerateComponent">105 </action>106 </editorContribution>107 </extension>108 <extension109 94 point="org.eclipse.ui.actionSets"> 110 95 <actionSet … … 140 125 menubarPath="edu.vt.ossie.menu/main" 141 126 tooltip="Run Standalone Python OWD"> 127 </action> 128 <action 129 class="edu.vt.ossie.actionSets.GenerateComponent" 130 icon="icons/component.gif" 131 id="edu.vt.ossie.actionSets.GenerateComponent" 132 label="Generate Component" 133 tooltip="Generate component's implementation skeleton" 134 menubarPath="edu.vt.ossie.menu/main"> 142 135 </action> 143 136 </actionSet>