From: khartlage Date: Tue, 29 Jul 2003 19:00:11 +0000 (+0000) Subject: Work with 2.1.1 now X-Git-Url: http://secure.phpeclipse.com?hp=ad77b48da9adc2d96220d09a73bfe4bb3be57fca Work with 2.1.1 now --- diff --git a/net.sourceforge.phpeclipse/plugin.xml b/net.sourceforge.phpeclipse/plugin.xml index ab6e529..43a68cd 100644 --- a/net.sourceforge.phpeclipse/plugin.xml +++ b/net.sourceforge.phpeclipse/plugin.xml @@ -838,7 +838,7 @@ Temporarily replaced until errors can be ironed out... path="additions"> - - + --> External Tools sub menu contents, which includes - * an items to run last tool, favorite tools, and show the - * external tools view. - */ -public class ExternalToolMenuDelegate extends AbstractLaunchToolbarAction { - - /** - * Creates the action delegate - */ - public ExternalToolMenuDelegate() { - super(IExternalToolConstants.ID_EXTERNAL_TOOLS_LAUNCH_GROUP); - } - -}