Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/lib/src/command/uploader.dart

Issue 397843005: Lazily load the entrypoint. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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: sdk/lib/_internal/pub/lib/src/command/uploader.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/uploader.dart b/sdk/lib/_internal/pub/lib/src/command/uploader.dart
index 90f913db58b1d76a768a10d548cd7e0173e1c96b..0324dcbb92127171674a1299eca65c58cc995772 100644
--- a/sdk/lib/_internal/pub/lib/src/command/uploader.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/uploader.dart
@@ -24,7 +24,6 @@ class UploaderCommand extends PubCommand {
"Manage uploaders for a package on pub.dartlang.org.";
String get usage => "pub uploader [options] {add/remove} <email>";
String get docUrl => "http://dartlang.org/tools/pub/cmd/pub-uploader.html";
- bool get requiresEntrypoint => false;
bool get takesArguments => true;
/// The URL of the package hosting server.

Powered by Google App Engine