OSDN Git Service

AI 145099: am: CL 144940 ADT #1722971: Fix refactoring menu contribution for Eclipse...
authorRaphael Moll <>
Wed, 8 Apr 2009 20:39:28 +0000 (13:39 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 8 Apr 2009 20:39:28 +0000 (13:39 -0700)
commit28b9e5eec61e64dd0566d13ae500b371e248d570
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent741abb6b0ba44c0f1e8cb2a335125ab7c4686035
AI 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/...

Automated import of CL 145099