Index: pkg/dartino_compiler/lib/incremental/reuser.dart |
diff --git a/pkg/fletchc/lib/incremental/reuser.dart b/pkg/dartino_compiler/lib/incremental/reuser.dart |
similarity index 99% |
rename from pkg/fletchc/lib/incremental/reuser.dart |
rename to pkg/dartino_compiler/lib/incremental/reuser.dart |
index 776c6fca1847725e57757a9d36e48fce4d357c1d..2c8fb11e8b3f4f0a60c879624621096d0417257a 100644 |
--- a/pkg/fletchc/lib/incremental/reuser.dart |
+++ b/pkg/dartino_compiler/lib/incremental/reuser.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-library fletchc_incremental.reuser; |
+library dartino_compiler_incremental.reuser; |
import 'dart:async' show |
Future; |
@@ -87,7 +87,7 @@ import 'diff.dart' show |
Difference, |
computeDifference; |
-import 'fletchc_incremental.dart' show |
+import 'dartino_compiler_incremental.dart' show |
IncrementalCompilationFailed; |
typedef void Logger(message); |