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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/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.swtbot_test/META-INF/MANIFEST.MF
diff --git a/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF b/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF
index 7d5c6ef9e07c8188b878ed4c6b09d6093bf2c1d6..ae24a726e1f37d83c9896653d7757d28151b3e64 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF
+++ b/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/META-INF/MANIFEST.MF
@@ -7,6 +7,9 @@ Bundle-Vendor: Google
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.ui,
+ org.eclipse.ui.ide,
+ org.eclipse.ui.editors,
+ org.eclipse.jface.text,
org.eclipse.ui.workbench.texteditor,
org.junit,
org.hamcrest,
@@ -18,6 +21,7 @@ Require-Bundle: org.eclipse.core.runtime,
com.google.dart.tools.core,
com.google.dart.tools.core_test,
com.google.dart.tools.ui,
+ com.google.dart.tools.ui_test,
com.google.dart.compiler.js,
org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Powered by Google App Engine
This is Rietveld 408576698