Author: as
Date: Wed Oct 10 10:56:33 2007
New Revision: 6412

Log:
- Renamed the php file according to the exception class name.

Added:
    trunk/Feed/src/exceptions/one_item_data_required.php
      - copied unchanged from r6411, 
trunk/Feed/src/exceptions/one_item_data_missing.php
Removed:
    trunk/Feed/src/exceptions/one_item_data_missing.php
Modified:
    trunk/Feed/src/feed_autoload.php

Modified: trunk/Feed/src/feed_autoload.php
==============================================================================
--- trunk/Feed/src/feed_autoload.php [iso-8859-1] (original)
+++ trunk/Feed/src/feed_autoload.php [iso-8859-1] Wed Oct 10 10:56:33 2007
@@ -11,7 +11,7 @@
 
 return array(
     'ezcFeedException'                             => 
'Feed/exceptions/exception.php',
-    'ezcFeedAtLeastOneItemDataRequiredException'   => 
'Feed/exceptions/one_item_data_missing.php',
+    'ezcFeedAtLeastOneItemDataRequiredException'   => 
'Feed/exceptions/one_item_data_required.php',
     'ezcFeedCanNotParseException'                  => 
'Feed/exceptions/can_not_parse.php',
     'ezcFeedOnlyOneValueAllowedException'          => 
'Feed/exceptions/only_one_value_allowed.php',
     'ezcFeedParseErrorException'                   => 
'Feed/exceptions/parse_error.php',


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to