[vhffs-dev] [801] Renaming Vhffs::Service::Httpd to Vhffs::Service::Web (part three) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 801
Author: gradator
Date: 2007-08-29 23:13:48 +0000 (Wed, 29 Aug 2007)
Log Message:
-----------
Renaming Vhffs::Service::Httpd to Vhffs::Service::Web (part three)
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Makefile.am
trunk/vhffs-tests/src/Makefile.am
Modified: trunk/vhffs-api/src/Vhffs/Makefile.am
===================================================================
--- trunk/vhffs-api/src/Vhffs/Makefile.am 2007-08-29 23:12:18 UTC (rev 800)
+++ trunk/vhffs-api/src/Vhffs/Makefile.am 2007-08-29 23:13:48 UTC (rev 801)
@@ -55,7 +55,7 @@
Robots/Web.pm \
Services/Cvs.pm \
Services/DNS.pm \
- Services/Httpd.pm \
+ Services/Web.pm \
Services/Mail.pm \
Services/Mailing.pm \
Services/MailUser.pm \
Modified: trunk/vhffs-tests/src/Makefile.am
===================================================================
--- trunk/vhffs-tests/src/Makefile.am 2007-08-29 23:12:18 UTC (rev 800)
+++ trunk/vhffs-tests/src/Makefile.am 2007-08-29 23:13:48 UTC (rev 801)
@@ -1,5 +1,5 @@
TESTS_ENVIRONMENT = @PERL@ -I . -I ../../vhffs-api/src/
TESTS = Object.pl Group.pl User.pl Stats.pl Services/Svn.pl \
- Services/Cvs.pl Services/Httpd.pl Services/DNS.pl Services/Mail.pl \
+ Services/Cvs.pl Services/Web.pl Services/DNS.pl Services/Mail.pl \
Services/Mailing.pl Services/Mysql.pl Services/Postgres.pl \
Functions.pl Services/Repository.pl