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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/META-INF/MANIFEST.MF

Issue 10051030: Fix for local variable rename, when it is expression of invocation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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.ui/META-INF/MANIFEST.MF
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/META-INF/MANIFEST.MF b/editor/tools/plugins/com.google.dart.tools.ui/META-INF/MANIFEST.MF
index ae24f0c3f21cc5864e0599ac5ec6558a6d18115c..50df144ed280a7fda15117dba4250f3e97177a42 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/META-INF/MANIFEST.MF
+++ b/editor/tools/plugins/com.google.dart.tools.ui/META-INF/MANIFEST.MF
@@ -27,7 +27,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",
com.google.dart.tools.search
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: com.google.dart.tools.internal.corext.refactoring.rename;x-friends:="com.google.dart.tools.ui_test",
- com.google.dart.tools.internal.corext.refactoring.util;x-friends:="com.google.dart.tools.ui_test",
+ com.google.dart.tools.internal.corext.refactoring.util;x-friends:="com.google.dart.tools.ui_test,com.google.dart.tools.ui.swtbot_test",
com.google.dart.tools.ui,
com.google.dart.tools.ui.actions,
com.google.dart.tools.ui.internal.callhierarchy,
@@ -36,7 +36,7 @@ Export-Package: com.google.dart.tools.internal.corext.refactoring.rename;x-frien
com.google.dart.tools.ui.internal.projects;x-friends:="com.google.dart.tools.deploy",
com.google.dart.tools.ui.internal.refactoring;x-friends:="com.google.dart.tools.ui_test",
com.google.dart.tools.ui.internal.text.dart;x-friends:="com.google.dart.tools.ui_test",
- com.google.dart.tools.ui.internal.text.editor;x-friends:="com.google.dart.tools.ui_test,com.google.dart.tools.debug.ui",
+ com.google.dart.tools.ui.internal.text.editor;x-friends:="com.google.dart.tools.ui_test,com.google.dart.tools.debug.ui,com.google.dart.tools.ui.swtbot_test",
com.google.dart.tools.ui.internal.text.functions;x-friends:="com.google.dart.tools.ui_test",
com.google.dart.tools.ui.text;x-friends:="com.google.dart.tools.ui_test"
Bundle-ActivationPolicy: lazy

Powered by Google App Engine
This is Rietveld 408576698