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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdk.java

Issue 10890030: Move core and coreimpl from corelib/ to lib/core and lib/coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. 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.core/src/com/google/dart/tools/core/model/DartSdk.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdk.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdk.java
index 90d97cfc9aeca5c0d1c5a3332a18d7c76d23857f..31a8d0f0fb128e47e47a8a11918f4534996df96d 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdk.java
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdk.java
@@ -30,7 +30,7 @@ import java.io.IOException;
* Chromium/ <-- Dartium
* lib/
* core/
- * core_runtime.dart
+ * core.dart
* ... other core library files ...
* ... other libraries ...
* util/

Powered by Google App Engine
This is Rietveld 408576698