From a4e5deac2497a208fc378024d040d38c67369dfb Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Sun, 3 Jun 2001 22:45:37 +0000 Subject: [PATCH] Moved AdminCommands.pm and Login.pm to a Component directory git-svn-id: svn://10.0.0.236/trunk@96278 18797224-902f-48f8-a5cc-f745e15eee43 --- .../PLIF/PLIF/Service/{ => Components}/AdminCommands.pm | 2 +- mozilla/webtools/PLIF/PLIF/Service/{ => Components}/Login.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename mozilla/webtools/PLIF/PLIF/Service/{ => Components}/AdminCommands.pm (98%) rename mozilla/webtools/PLIF/PLIF/Service/{ => Components}/Login.pm (99%) diff --git a/mozilla/webtools/PLIF/PLIF/Service/AdminCommands.pm b/mozilla/webtools/PLIF/PLIF/Service/Components/AdminCommands.pm similarity index 98% rename from mozilla/webtools/PLIF/PLIF/Service/AdminCommands.pm rename to mozilla/webtools/PLIF/PLIF/Service/Components/AdminCommands.pm index 06e258c107f..52c36a3b60c 100644 --- a/mozilla/webtools/PLIF/PLIF/Service/AdminCommands.pm +++ b/mozilla/webtools/PLIF/PLIF/Service/Components/AdminCommands.pm @@ -26,7 +26,7 @@ # provisions above, a recipient may use your version of this file # under either the MPL or the GPL. -package PLIF::Service::AdminCommands; +package PLIF::Service::Component::AdminCommands; use strict; use vars qw(@ISA); use PLIF::Service; diff --git a/mozilla/webtools/PLIF/PLIF/Service/Login.pm b/mozilla/webtools/PLIF/PLIF/Service/Components/Login.pm similarity index 99% rename from mozilla/webtools/PLIF/PLIF/Service/Login.pm rename to mozilla/webtools/PLIF/PLIF/Service/Components/Login.pm index f9efef5f4c0..9fdef3c04bf 100644 --- a/mozilla/webtools/PLIF/PLIF/Service/Login.pm +++ b/mozilla/webtools/PLIF/PLIF/Service/Components/Login.pm @@ -26,7 +26,7 @@ # provisions above, a recipient may use your version of this file # under either the MPL or the GPL. -package PLIF::Service::Login; +package PLIF::Service::Component::Login; use strict; use vars qw(@ISA); use PLIF::Service;