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

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

Issue 9834028: Initial implementation of "Rename Local Variable" refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: LInked/inline mode for rename 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.core/META-INF/MANIFEST.MF
diff --git a/editor/tools/plugins/com.google.dart.tools.core/META-INF/MANIFEST.MF b/editor/tools/plugins/com.google.dart.tools.core/META-INF/MANIFEST.MF
index 73945b622daa626a844b10a61f321199b28a3d8a..fe84b8e8cbb66cb7aa4ca755956377e67efb47e6 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/META-INF/MANIFEST.MF
+++ b/editor/tools/plugins/com.google.dart.tools.core/META-INF/MANIFEST.MF
@@ -47,6 +47,7 @@ Export-Package: com.google.dart.tools.core,
com.google.dart.tools.core.internal.model.search,
com.google.dart.tools.core.internal.operation,
com.google.dart.tools.core.internal.problem,
+ com.google.dart.tools.core.internal.refactoring.descriptors,
com.google.dart.tools.core.internal.refactoring.util,
com.google.dart.tools.core.internal.search,
com.google.dart.tools.core.internal.search.listener,
@@ -57,6 +58,7 @@ Export-Package: com.google.dart.tools.core,
com.google.dart.tools.core.model,
com.google.dart.tools.core.problem,
com.google.dart.tools.core.refactoring,
+ com.google.dart.tools.core.refactoring.descriptors,
com.google.dart.tools.core.refresh,
com.google.dart.tools.core.search,
com.google.dart.tools.core.utilities.ast,

Powered by Google App Engine
This is Rietveld 408576698