From f1adf23a12e381ec10440e06aab51aab412a442d Mon Sep 17 00:00:00 2001 From: lsmith Date: Wed, 6 Feb 2008 17:32:21 +0000 Subject: [PATCH] - fixed package file names --- package_Core.php | 2 +- package_DBAL.php | 2 +- package_ORM.php | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package_Core.php b/package_Core.php index ca16edce6..05262b325 100644 --- a/package_Core.php +++ b/package_Core.php @@ -20,7 +20,7 @@ Doctrine_Core is the core package for the Doctrine DBAL/ORM. It contains various helper classes that are necessary for both the DBAL and the ORM. EOT; -$packagefile = './package_core.xml'; +$packagefile = './package_Core.xml'; $options = array( 'filelistgenerator' => 'svn', diff --git a/package_DBAL.php b/package_DBAL.php index 61f88b43e..8c5300a32 100644 --- a/package_DBAL.php +++ b/package_DBAL.php @@ -19,7 +19,7 @@ $description =<< 'svn', diff --git a/package_ORM.php b/package_ORM.php index dd8db87c6..edaed4abb 100644 --- a/package_ORM.php +++ b/package_ORM.php @@ -23,7 +23,7 @@ provides developers with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication. EOT; -$packagefile = './package.xml'; +$packagefile = './package_ORM.xml'; $options = array( 'filelistgenerator' => 'svn', @@ -39,7 +39,6 @@ $options = array( 'lib/Doctrine/Auditlog/', 'lib/Doctrine/Cache/', 'lib/Doctrine/Collection/', - 'lib/Doctrine/Column/', 'lib/Doctrine/Hook/', 'lib/Doctrine/Hydrator/', 'lib/Doctrine/I18n/',