1
0
mirror of synced 2025-01-17 22:11:41 +03:00

- fixed package file names

This commit is contained in:
lsmith 2008-02-06 17:32:21 +00:00
parent 56407f785a
commit f1adf23a12
3 changed files with 3 additions and 4 deletions

View File

@ -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',

View File

@ -19,7 +19,7 @@ $description =<<<EOT
Doctrine_DBAL is a DBAL (database abstraction layer) for PHP 5.2.x+ .
EOT;
$packagefile = './package.xml';
$packagefile = './package_DBAL.xml';
$options = array(
'filelistgenerator' => 'svn',

View File

@ -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/',