Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/DartActionConstants.java |
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/JdtActionConstants.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/DartActionConstants.java |
similarity index 99% |
rename from editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/JdtActionConstants.java |
rename to editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/DartActionConstants.java |
index f64e7ba101dcef81e35b9ad79b5ffe78f2ed7fe3..812f9f90f1b8db430bb9e852eab5214d131fc44c 100644 |
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/JdtActionConstants.java |
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/DartActionConstants.java |
@@ -15,7 +15,7 @@ package com.google.dart.tools.ui.actions; |
/** |
* Action ids for standard actions, for groups in the menu bar, and for actions in context menus of |
- * JDT views. |
+ * Dart Editor views. |
* <p> |
* This class may be instantiated; it is not intended to be subclassed. |
* </p> |
@@ -24,7 +24,7 @@ package com.google.dart.tools.ui.actions; |
* this early stage to solicit feedback from pioneering adopters on the understanding that any code |
* that uses this API will almost certainly be broken (repeatedly) as the API evolves. |
*/ |
-public class JdtActionConstants { |
+public class DartActionConstants { |
// Navigate menu |