Author: Derick Rethans Date: 2007-05-03 14:06:27 +0200 (Thu, 03 May 2007) New Revision: 4993
Log: - Update autoload file for Debug, they are now sorted according to dependencies. Modified: trunk/Debug/src/debug_autoload.php Modified: trunk/Debug/src/debug_autoload.php =================================================================== --- trunk/Debug/src/debug_autoload.php 2007-05-03 12:06:21 UTC (rev 4992) +++ trunk/Debug/src/debug_autoload.php 2007-05-03 12:06:27 UTC (rev 4993) @@ -1,26 +1,23 @@ <?php /** - * File containing the autoload structure. + * Autoloader definition for the Debug component. * - * @package Debug - * @version //autogentag// * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License + * @version //autogentag// + * @filesource + * @package Debug */ return array( - 'ezcDebug' => 'Debug/debug.php', - 'ezcDebugMemoryWriter' => 'Debug/writers/memory_writer.php', - 'ezcDebugStructure' => 'Debug/structs/debug_structure.php', - 'ezcDebugTimer' => 'Debug/debug_timer.php', - - 'ezcDebugOutputFormatter' => 'Debug/interfaces/formatter.php', - 'ezcDebugHtmlFormatter' => 'Debug/formatters/html_formatter.php', - - 'ezcDebugTimerStruct' => 'Debug/structs/timer.php', - 'ezcDebugSwitchTimerStruct' => 'Debug/structs/switch_timer.php', - - 'ezcDebugMessage' => 'Debug/debug_message.php' + 'ezcDebugOutputFormatter' => 'Debug/interfaces/formatter.php', + 'ezcDebug' => 'Debug/debug.php', + 'ezcDebugHtmlFormatter' => 'Debug/formatters/html_formatter.php', + 'ezcDebugMemoryWriter' => 'Debug/writers/memory_writer.php', + 'ezcDebugMessage' => 'Debug/debug_message.php', + 'ezcDebugStructure' => 'Debug/structs/debug_structure.php', + 'ezcDebugSwitchTimerStruct' => 'Debug/structs/switch_timer.php', + 'ezcDebugTimer' => 'Debug/debug_timer.php', + 'ezcDebugTimerStruct' => 'Debug/structs/timer.php', ); - ?> -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components