Commit f1adf23a authored by lsmith's avatar lsmith

- fixed package file names

parent 56407f78
......@@ -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/',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment