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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/plugin.xml

Issue 10495004: Issue 2067. Rename project folder on disk (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/plugin.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/plugin.xml b/editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
index 5dbc60c1f9863290419d675fe52c6218bc8ecef3..dc38e2147a5b0bc7139be9039398b74d001cbe88 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
+++ b/editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
@@ -3418,6 +3418,18 @@
</with>
</enablement>
</renameParticipant>
+ <renameParticipant
+ class="com.google.dart.tools.internal.corext.refactoring.rename.RenameProjectParticipant"
+ id="com.google.dart.tools.internal.corext.refactoring.rename.RenameProjectParticipant"
+ name="Rename Dart project folder on disk">
+ <enablement>
+ <with variable="affectedNatures">
+ <iterate operator="or">
+ <equals value="com.google.dart.tools.core.dartNature"/>
+ </iterate>
+ </with>
+ </enablement>
+ </renameParticipant>
</extension>
<extension
point="org.eclipse.ltk.core.refactoring.deleteParticipants">
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameProjectParticipant.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698