Author: Derick Rethans
Date: 2007-05-03 14:07:51 +0200 (Thu, 03 May 2007)
New Revision: 5006

Log:
- Update autoload file for WorkflowEventLogTiein, they are now sorted according 
to dependencies.
Modified:
   trunk/WorkflowEventLogTiein/src/workflow_event_autoload.php

Modified: trunk/WorkflowEventLogTiein/src/workflow_event_autoload.php
===================================================================
--- trunk/WorkflowEventLogTiein/src/workflow_event_autoload.php 2007-05-03 
12:07:45 UTC (rev 5005)
+++ trunk/WorkflowEventLogTiein/src/workflow_event_autoload.php 2007-05-03 
12:07:51 UTC (rev 5006)
@@ -1,13 +1,15 @@
 <?php
 /**
- * Autoload map for WorkflowEventLogTiein package. 
+ * Autoloader definition for the WorkflowEventLogTiein component.
  *
- * @package WorkflowEventLogTiein
- * @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 WorkflowEventLogTiein
  */
 
-return array( 'ezcWorkflowEventLogListener' => 
'WorkflowEventLogTiein/listener.php' );
+return array(
+    'ezcWorkflowEventLogListener' => 'WorkflowEventLogTiein/listener.php',
+);
 ?>

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

Reply via email to