From 7bfaaa8c4656ab214bb6c2e41694ec319f70ecc1 Mon Sep 17 00:00:00 2001
From: Raphael Moll <>
Date: Tue, 7 Apr 2009 16:30:57 -0700
Subject: [PATCH] AI 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. BUG=1722971
Automated import of CL 144940
---
.../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">
+
+
+
+
+
+