CC-5895: Upgrade Propel to 1.7

Used composer to download Propel 1.7
The Propel library will no longer be stored in the Airtime repo
This commit is contained in:
drigato 2014-07-23 15:03:51 -04:00
parent 46542d2b2b
commit 72841de714
143 changed files with 114551 additions and 97418 deletions

View file

@ -1,5 +1,5 @@
<?php
// This file generated by Propel 1.5.2 convert-conf target
// This file generated by Propel 1.7.0 convert-conf target
// from XML runtime conf file /home/ubuntu/airtime/airtime_mvc/build/runtime-conf.xml
$conf = array (
'datasources' =>
@ -22,7 +22,7 @@ $conf = array (
),
'default' => 'airtime',
),
'generator_version' => '1.5.2',
'generator_version' => '1.7.0',
);
$conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-airtime-conf.php');
return $conf;