commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / ezc / autoload / mvc_mail_autoload.php
1 <?php
2 /**
3 * Autoloader definition for the MvcMailTiein 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.0
8 * @filesource
9 * @package MvcMailTiein
10 */
11
12 return array(
13 'ezcMvcMailTieinException' => 'MvcMailTiein/exceptions/exception.php',
14 'ezcMvcMailNoDataException' => 'MvcMailTiein/exceptions/no_data.php',
15 'ezcMvcMailBugzillaRequestFilter' => 'MvcMailTiein/request_filters/bugzilla.php',
16 'ezcMvcMailRawRequest' => 'MvcMailTiein/structs/request_raw_mail.php',
17 'ezcMvcMailRequestParser' => 'MvcMailTiein/request_parsers/mail.php',
18 );
19 ?>