From e21f2cf29ea6495b74ce79f71e3ea0af013590fd Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 10 Feb 2009 15:55:37 -0500 Subject: [PATCH] Move Mapper to correct spot in the hierarchy --- extlib/{ => Net/URL}/Mapper.php | 0 extlib/{ => Net/URL}/Mapper/Exception.php | 0 extlib/{ => Net/URL}/Mapper/Part.php | 0 extlib/{ => Net/URL}/Mapper/Part/Dynamic.php | 0 extlib/{ => Net/URL}/Mapper/Part/Fixed.php | 0 extlib/{ => Net/URL}/Mapper/Part/Wildcard.php | 0 extlib/{ => Net/URL}/Mapper/Path.php | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename extlib/{ => Net/URL}/Mapper.php (100%) rename extlib/{ => Net/URL}/Mapper/Exception.php (100%) rename extlib/{ => Net/URL}/Mapper/Part.php (100%) rename extlib/{ => Net/URL}/Mapper/Part/Dynamic.php (100%) rename extlib/{ => Net/URL}/Mapper/Part/Fixed.php (100%) rename extlib/{ => Net/URL}/Mapper/Part/Wildcard.php (100%) rename extlib/{ => Net/URL}/Mapper/Path.php (100%) diff --git a/extlib/Mapper.php b/extlib/Net/URL/Mapper.php similarity index 100% rename from extlib/Mapper.php rename to extlib/Net/URL/Mapper.php diff --git a/extlib/Mapper/Exception.php b/extlib/Net/URL/Mapper/Exception.php similarity index 100% rename from extlib/Mapper/Exception.php rename to extlib/Net/URL/Mapper/Exception.php diff --git a/extlib/Mapper/Part.php b/extlib/Net/URL/Mapper/Part.php similarity index 100% rename from extlib/Mapper/Part.php rename to extlib/Net/URL/Mapper/Part.php diff --git a/extlib/Mapper/Part/Dynamic.php b/extlib/Net/URL/Mapper/Part/Dynamic.php similarity index 100% rename from extlib/Mapper/Part/Dynamic.php rename to extlib/Net/URL/Mapper/Part/Dynamic.php diff --git a/extlib/Mapper/Part/Fixed.php b/extlib/Net/URL/Mapper/Part/Fixed.php similarity index 100% rename from extlib/Mapper/Part/Fixed.php rename to extlib/Net/URL/Mapper/Part/Fixed.php diff --git a/extlib/Mapper/Part/Wildcard.php b/extlib/Net/URL/Mapper/Part/Wildcard.php similarity index 100% rename from extlib/Mapper/Part/Wildcard.php rename to extlib/Net/URL/Mapper/Part/Wildcard.php diff --git a/extlib/Mapper/Path.php b/extlib/Net/URL/Mapper/Path.php similarity index 100% rename from extlib/Mapper/Path.php rename to extlib/Net/URL/Mapper/Path.php