Move pub into sdk/lib/_internal.
This also converts pub to a more package-like layout, which will help in the eventual exposing of pub internals as a library. Since pub's sources are now in lib/src, this also makes them importable from the tests and entrypoint using "package:" imports. BUG=6619 Review URL: https://codereview.chromium.org//14297021 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21907 260f80e4-7a28-3924-810f-c04153c831b5
Showing
- bin/pub.dart 8 additions, 0 deletionsbin/pub.dart
- lib/src/io.dart 11 additions, 12 deletionslib/src/io.dart
- lib/src/pub.dart 1 addition, 1 deletionlib/src/pub.dart
- lib/src/sdk.dart 2 additions, 4 deletionslib/src/sdk.dart
- lib/src/sdk/pub 0 additions, 11 deletionslib/src/sdk/pub
- lib/src/sdk/pub.bat 0 additions, 16 deletionslib/src/sdk/pub.bat
- pub.status 4 additions, 4 deletionspub.status
- resource/certs/cert9.db 0 additions, 0 deletionsresource/certs/cert9.db
- resource/certs/key4.db 0 additions, 0 deletionsresource/certs/key4.db
- resource/certs/pkcs11.txt 0 additions, 0 deletionsresource/certs/pkcs11.txt
- test/command_line_config.dart 1 addition, 1 deletiontest/command_line_config.dart
- test/descriptor.dart 1 addition, 1 deletiontest/descriptor.dart
- test/descriptor/git.dart 1 addition, 1 deletiontest/descriptor/git.dart
- test/descriptor/tar.dart 2 additions, 2 deletionstest/descriptor/tar.dart
- test/directory_tree_test.dart 1 addition, 1 deletiontest/directory_tree_test.dart
- test/error_group_test.dart 2 additions, 2 deletionstest/error_group_test.dart
- test/install/git/lock_version_test.dart 1 addition, 1 deletiontest/install/git/lock_version_test.dart
- test/install/hosted/cached_pubspec_test.dart 1 addition, 1 deletiontest/install/hosted/cached_pubspec_test.dart
- test/install/hosted/repair_cache_test.dart 1 addition, 1 deletiontest/install/hosted/repair_cache_test.dart
- test/install/hosted/stay_locked_test.dart 1 addition, 1 deletiontest/install/hosted/stay_locked_test.dart
Loading
Please register or sign in to comment