Skip to content

Commit

Permalink
removed code related to Propel support
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 28, 2010
1 parent 88d30f0 commit b9f33a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
8 changes: 0 additions & 8 deletions autoload.php.dist
Expand Up @@ -20,11 +20,3 @@ $loader->registerPrefixes(array(
'Twig_' => __DIR__.'/vendor/twig/lib',
));
$loader->register();

// needed for code coverage
require_once __DIR__.'/vendor/propel/runtime/lib/Propel.php';
set_include_path(
__DIR__.'/vendor/phing/classes'.PATH_SEPARATOR.
__DIR__.'/vendor/propel/runtime/lib'.PATH_SEPARATOR.
get_include_path()
);
6 changes: 0 additions & 6 deletions install_vendors.sh
Expand Up @@ -27,12 +27,6 @@ git clone git://github.com/doctrine/migrations.git doctrine-migrations
# Doctrine MongoDB
git clone git://github.com/doctrine/mongodb-odm.git doctrine-mongodb

# Propel
svn co http://svn.propelorm.org/branches/1.5/ propel

# Phing
svn co http://svn.phing.info/tags/2.3.3 phing

# Swiftmailer
git clone git://github.com/swiftmailer/swiftmailer.git swiftmailer

Expand Down
6 changes: 0 additions & 6 deletions update_vendors.sh
Expand Up @@ -20,12 +20,6 @@ cd $CURRENT/doctrine-migrations && git pull
# Doctrine MongoDB
cd $CURRENT/doctrine-mongodb && git pull

# Propel
cd $CURRENT/propel && svn up

# Phing
cd $CURRENT/phing && svn up

# Swiftmailer
cd $CURRENT/swiftmailer && git pull

Expand Down

0 comments on commit b9f33a6

Please sign in to comment.