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

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

Issue 10384142: Initial support for 'Extract temp' - only when single expression selected (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use ASTVisitor as type switch Created 8 years, 7 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_test/META-INF/MANIFEST.MF
diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/META-INF/MANIFEST.MF b/editor/tools/plugins/com.google.dart.tools.ui_test/META-INF/MANIFEST.MF
index 9b03a504a971e0123e7f77bb54ece2c994330e0b..e220f0150194e27cd0be95c9cb4769c09a22857d 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui_test/META-INF/MANIFEST.MF
+++ b/editor/tools/plugins/com.google.dart.tools.ui_test/META-INF/MANIFEST.MF
@@ -4,15 +4,16 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: com.google.dart.tools.ui_test;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Vendor: %providerName
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
+Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
+ org.eclipse.jface.text,
+ org.eclipse.ui,
org.eclipse.ltk.core.refactoring,
+ org.eclipse.ltk.ui.refactoring,
org.junit;bundle-version="3.8.2",
com.google.dart.compiler.js,
com.google.dart.tools.core,
com.google.dart.tools.ui,
- org.eclipse.jface.text,
com.google.dart.tools.core_test
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy

Powered by Google App Engine
This is Rietveld 408576698