commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / ezc / autoload / url_autoload.php
1 <?php
2 /**
3 * Autoloader definition for the Url component.
4 *
5 * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
6 * @license http://ez.no/licenses/new_bsd New BSD License
7 * @version 1.2.2
8 * @filesource
9 * @package Url
10 */
11
12 return array(
13 'ezcUrlException' => 'Url/exceptions/url_exception.php',
14 'ezcUrlInvalidParameterException' => 'Url/exceptions/url_invalid_parameter_exception.php',
15 'ezcUrlNoConfigurationException' => 'Url/exceptions/url_no_configuration_exception.php',
16 'ezcUrlNotRegisteredException' => 'Url/exceptions/url_not_registered_exception.php',
17 'ezcUrl' => 'Url/url.php',
18 'ezcUrlConfiguration' => 'Url/url_configuration.php',
19 'ezcUrlCreator' => 'Url/url_creator.php',
20 'ezcUrlTools' => 'Url/url_tools.php',
21 );
22 ?>