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

Unified Diff: pkg/pub_server/lib/repository.dart

Issue 917793002: Use pub_server package (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « pkg/pub_server/codereview.settings ('k') | pkg/pub_server/lib/shelf_pubserver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pub_server/lib/repository.dart
diff --git a/pkg/pubserver/lib/repository.dart b/pkg/pub_server/lib/repository.dart
similarity index 99%
rename from pkg/pubserver/lib/repository.dart
rename to pkg/pub_server/lib/repository.dart
index 26fa1a6de04c03207db8f551e9d98d45b57e1beb..492008977e7664a02433f942198ed8a142451350 100644
--- a/pkg/pubserver/lib/repository.dart
+++ b/pkg/pub_server/lib/repository.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 pubserver.repository;
+library pub_server.repository;
import 'dart:async';
« no previous file with comments | « pkg/pub_server/codereview.settings ('k') | pkg/pub_server/lib/shelf_pubserver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698