Chromium Code Reviews

Unified Diff: pkg/dartino_compiler/lib/src/verbs/run_verb.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/dartino_compiler/lib/src/verbs/run_verb.dart
diff --git a/pkg/fletchc/lib/src/verbs/run_verb.dart b/pkg/dartino_compiler/lib/src/verbs/run_verb.dart
similarity index 98%
rename from pkg/fletchc/lib/src/verbs/run_verb.dart
rename to pkg/dartino_compiler/lib/src/verbs/run_verb.dart
index a5e59032a8e397a1c75d9f41d9f779f4325c7873..6607e0748a8c7ac0b1b33b6d3d9e866c2ffcd945 100644
--- a/pkg/fletchc/lib/src/verbs/run_verb.dart
+++ b/pkg/dartino_compiler/lib/src/verbs/run_verb.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.md file.
-library fletchc.verbs.run_verb;
+library dartino_compiler.verbs.run_verb;
import 'infrastructure.dart';

Powered by Google App Engine