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

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

Issue 10834222: Initial implementation of 'Create Method' quick fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use resolveUnit() in ASTProvider Created 8 years, 4 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 14655418fbaf27eef2c93f46f96605e212220ba9..ca8f73a0d5948d53e40abd7c1c7ad72aa8037244 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
@@ -28,6 +28,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",
com.google.dart.engine
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: com.google.dart.tools.internal.corext;x-friends:="com.google.dart.tools.ui_test",
+ com.google.dart.tools.internal.corext.codemanipulation;x-friends:="com.google.dart.tools.ui_test",
com.google.dart.tools.internal.corext.dom;x-friends:="com.google.dart.tools.ui_test",
com.google.dart.tools.internal.corext.refactoring;x-friends:="com.google.dart.tools.ui_test",
com.google.dart.tools.internal.corext.refactoring.code;x-friends:="com.google.dart.tools.ui_test",

Powered by Google App Engine
This is Rietveld 408576698