From a8b79aee32bed2a1b15385f57d314d285d8ed6b9 Mon Sep 17 00:00:00 2001 From: Raphael Moll <> Date: Wed, 8 Apr 2009 19:07:04 -0700 Subject: [PATCH] AI 145170: am: CL 145099 am: CL 144940 ADT #1722971: Fix refactoring menu contribution for Eclipse 3.3/3.4 on Linux/Mac. The fix is that a menu contribution should redefine the menu that it is contributing too. In this case it seems the JDT is not yet loaded or at least hasn't defined the menu that we're contributing too, so we need to define it. This definition is extracted from the jdt.ui/plugin.xml from 3.4 in order to define the same group names in the same order. Original author: raphael Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 145170 --- .../com.android.ide.eclipse.adt/plugin.xml | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml index 35ceba76e..6022a2027 100644 --- a/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml +++ b/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml @@ -245,6 +245,7 @@ label="Fix Project Properties" menubarPath="com.android.ide.eclipse.adt.AndroidTools/group3"/> + @@ -497,15 +498,45 @@ id="adt.actionSet.refactorings" label="Android Refactorings" visible="true"> + + + + + + + + + + + + + + + + + + + +