Chromium Code Reviews| Index: editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml |
| diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml b/editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml |
| index 4e30a717e8a566e8dca96b4a2489373e25d265cb..9cced738a606cd6cdd2b0c7a79c73c4c4dc622ea 100644 |
| --- a/editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml |
| +++ b/editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml |
| @@ -203,6 +203,11 @@ |
| activityId="com.google.dart.development" |
| pattern="org\.eclipse\.ui\.navigate\.previous"> |
| </activityPatternBinding> |
| + <!-- Get rid of "org.eclipse.compare" actions --> |
| + <activityPatternBinding |
| + activityId="com.google.dart.development" |
| + pattern="org\.eclipse\.compare.*"> |
|
pquitslund
2012/03/23 00:23:24
Sweet. Can we/do we need to do something similar
|
| + </activityPatternBinding> |
| <!-- internal web browser contributions --> |
| <activityPatternBinding |