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

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

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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: pkg/dartino_compiler/lib/src/verbs/x_download_tools_verb.dart
diff --git a/pkg/fletchc/lib/src/verbs/x_download_tools_verb.dart b/pkg/dartino_compiler/lib/src/verbs/x_download_tools_verb.dart
similarity index 86%
rename from pkg/fletchc/lib/src/verbs/x_download_tools_verb.dart
rename to pkg/dartino_compiler/lib/src/verbs/x_download_tools_verb.dart
index 7c67668367a8c59fa5dd45ace1c7afe720aaaf0a..634024b8b72f54beac376106c2939590a332edad 100644
--- a/pkg/fletchc/lib/src/verbs/x_download_tools_verb.dart
+++ b/pkg/dartino_compiler/lib/src/verbs/x_download_tools_verb.dart
@@ -1,8 +1,8 @@
-// Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file
+// Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file
// 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.x_download_tools_verb;
+library dartino_compiler.verbs.x_download_tools_verb;
import 'infrastructure.dart';
import '../worker/developer.dart' show downloadTools;
« no previous file with comments | « pkg/dartino_compiler/lib/src/verbs/show_verb.dart ('k') | pkg/dartino_compiler/lib/src/verbs/x_end_verb.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698