Author: Derick Rethans Date: 2007-05-03 14:08:50 +0200 (Thu, 03 May 2007) New Revision: 5015
Log: - Update autoload file for GraphDatabaseTiein, they are now sorted according to dependencies. Modified: trunk/GraphDatabaseTiein/src/graph_database_autoload.php Modified: trunk/GraphDatabaseTiein/src/graph_database_autoload.php =================================================================== --- trunk/GraphDatabaseTiein/src/graph_database_autoload.php 2007-05-03 12:08:44 UTC (rev 5014) +++ trunk/GraphDatabaseTiein/src/graph_database_autoload.php 2007-05-03 12:08:50 UTC (rev 5015) @@ -1,22 +1,19 @@ <?php /** - * Autoloader definition for the ezcGraphDatabaseTiein component. + * Autoloader definition for the GraphDatabaseTiein component. * * @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 Graph + * @package GraphDatabaseTiein */ return array( - 'ezcGraphDatabaseDataSet' => 'GraphDatabaseTiein/dataset.php', - 'ezcGraphDatabaseException' => 'GraphDatabaseTiein/exceptions/exception.php', - 'ezcGraphDatabaseTooManyColumnsException' => 'GraphDatabaseTiein/exceptions/too_many_columns.php', - 'ezcGraphDatabaseTooManyColumnsException' => 'GraphDatabaseTiein/exceptions/too_many_columns.php', 'ezcGraphDatabaseMissingColumnException' => 'GraphDatabaseTiein/exceptions/missing_column.php', 'ezcGraphDatabaseStatementNotExecutedException' => 'GraphDatabaseTiein/exceptions/statement_not_executed.php', + 'ezcGraphDatabaseTooManyColumnsException' => 'GraphDatabaseTiein/exceptions/too_many_columns.php', + 'ezcGraphDatabaseDataSet' => 'GraphDatabaseTiein/dataset.php', ); - ?> -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
