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

Unified Diff: pkg/path/lib/path.dart

Issue 18356011: Rename "pathos" package to "path". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/path/lib/path.dart
diff --git a/pkg/pathos/lib/path.dart b/pkg/path/lib/path.dart
similarity index 99%
rename from pkg/pathos/lib/path.dart
rename to pkg/path/lib/path.dart
index c33bd8726a6b516493e75ebd5fa30c13304579df..b425124cd42e2e86055998bd3fc13004cb66f080 100644
--- a/pkg/pathos/lib/path.dart
+++ b/pkg/path/lib/path.dart
@@ -10,15 +10,14 @@
/// `pubspec.yaml` file.
///
/// dependencies:
-/// pathos: any
+/// path: any
///
/// Then run `pub install`.
///
-/// For more information, see the
-/// [pathos package on pub.dartlang.org][pkg].
+/// For more information, see the [path package on pub.dartlang.org][pkg].
///
/// [pub]: http://pub.dartlang.org
-/// [pkg]: http://pub.dartlang.org/packages/pathos
+/// [pkg]: http://pub.dartlang.org/packages/path
library path;
import 'dart:mirrors';

Powered by Google App Engine
This is Rietveld 408576698