| 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">
|
|
|