Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml

Issue 9826019: Remove extra dependencies of ltk.ui.refactoring (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698