diff options
author | Stig Bakken <ssb@php.net> | 2002-03-22 09:22:28 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-03-22 09:22:28 +0000 |
commit | 60035fb949e0b1e292e090c86a81c394c9677be1 (patch) | |
tree | d24e3257866f939cf9128a983b53e22433a7f3a9 /pear/Makefile.frag | |
parent | 141e3d52f745c670cb75fc90f90d0c9e6627e498 (diff) | |
download | php-git-60035fb949e0b1e292e090c86a81c394c9677be1.tar.gz |
* rename PEAR_CommandUI* to PEAR_Frontend*
* rename PEAR/Command/Login.php to PEAR/Command/Auth.php
* replace PEAR/Command/Info.php with PEAR/Command/Registry.php (will contain
more commands related to the local registry)
* started working on Frontend table output
Diffstat (limited to 'pear/Makefile.frag')
-rw-r--r-- | pear/Makefile.frag | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag index 5a1cf57de4..7a1692bdbf 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -70,13 +70,14 @@ PEAR_FILES = \ PEAR.php \ PEAR/Autoloader.php \ PEAR/Command.php \ + PEAR/Command/Auth.php \ PEAR/Command/Common.php \ PEAR/Command/Config.php \ PEAR/Command/Install.php \ - PEAR/Command/Login.php \ PEAR/Command/Package.php \ + PEAR/Command/Registry.php \ PEAR/CommandResponse.php \ - PEAR/CommandUI/CLI.php \ + PEAR/Frontend/CLI.php \ PEAR/Common.php \ PEAR/Config.php \ PEAR/Dependency.php \ |