|

03-06-2009, 08:29 AM
Well, I had to do it myself (!@#). I don't know why I didn't with 3.2.1, but with 3.4.1 ...
Anyway, this is what I did:
In my application's plugin.xml, I added the following:
<!-- ================================================== ================ -->
<!-- Software Updates -->
<!-- ================================================== ================ -->
<extension point="org.eclipse.ui.actionSets">
<actionSet label="Software Update"
visible="true"
id="eft.software.update">
<action
id="eft.update"
label="Software Updates..."
class="org.eclipse.ui.internal.ide.update.InstallW izardAction"
menubarPath="help/additions"/>
</actionSet>
</extension>
Thanks, jsugrue, for trying to help. I appreciate it.
|