- fixed package file names
This commit is contained in:
parent
56407f785a
commit
f1adf23a12
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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/',
|
||||
|
Loading…
x
Reference in New Issue
Block a user