| Index: utils/pub/pub.dart
|
| diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart
|
| index 0832420885ebb3467add910c5c7fd686b9260635..37898c3adbbde4431419a077f334043b48012f5b 100644
|
| --- a/utils/pub/pub.dart
|
| +++ b/utils/pub/pub.dart
|
| @@ -8,19 +8,21 @@
|
| #library('pub');
|
|
|
| #import('io.dart');
|
| +#import('command_install.dart');
|
| +#import('command_list.dart');
|
| +#import('command_update.dart');
|
| +#import('command_version.dart');
|
| +#import('entrypoint.dart');
|
| +#import('git_source.dart');
|
| +#import('package.dart');
|
| #import('pubspec.dart');
|
| +#import('sdk_source.dart');
|
| #import('source.dart');
|
| +#import('source_registry.dart');
|
| +#import('system_cache.dart');
|
| #import('utils.dart');
|
| #import('version.dart');
|
|
|
| -#source('command_list.dart');
|
| -#source('command_install.dart');
|
| -#source('command_update.dart');
|
| -#source('command_version.dart');
|
| -#source('entrypoint.dart');
|
| -#source('package.dart');
|
| -#source('system_cache.dart');
|
| -
|
| Version get pubVersion() => new Version(0, 0, 0);
|
|
|
| main() {
|
|
|