Community
Participate
Working Groups
Nope. This sounds good. Please create yourself a bugzilla for that :-)... Thanks, Eric On 10/6/09 1:40 PM, "Steve Jerman" <stjerman@cisco.com> wrote: Hi Eric, At present the following extension point attaches to object. <objectContribution adaptable="false" id="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginPopupMenu" objectClass="java.lang.Object"> <menu id="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginSubMenu" label="Plugin" path="group.build"> <groupMarker name="content"/> <separator name="group.build"/> </menu> <action class="org.eclipse.tigerstripe.workbench.ui.internal.actions.UnDeployPluginActionDelegate" id="org.eclipse.tigerstripe.workbench.ui.base.pluginDescriptor.undeployAction" label="Undeploy" menubarPath="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginSubMenu/content" tooltip="Undeploy this plugin."/> <action class="org.eclipse.tigerstripe.workbench.ui.internal.actions.PacakgePluginActionDelegate" id="org.eclipse.tigerstripe.workbench.ui.base.pluginDescriptor.packageAction" label="Package..." menubarPath="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginSubMenu/content" tooltip="Package and deploy this Tigerstripe plugin"/> <action class="org.eclipse.tigerstripe.workbench.ui.internal.actions.DeployPluginActionDelegate" id="org.eclipse.tigerstripe.workbench.ui.base.pluginDescriptor.deployAction" label="Deploy" menubarPath="org.eclipse.tigerstripe.workbench.ui.base.tigerstripePluginSubMenu/content" tooltip="Package and deploy this Tigerstripe plugin"/> </objectContribution> When fired off it deploys the containing project as a TS generator. I want to change the behavior so that it attaches to either a TS generator project or a zip file (so you can deploy a pre built plugin). Do you have any problems with this? Steve
Please reopen if this is still an issue