51 lines
7.6 KiB
XML
51 lines
7.6 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
|
||
|
<name>sfDoctrinePlugin</name>
|
||
|
<channel>pear.symfony-project.com</channel>
|
||
|
<summary>This plugin allows symfony users to use doctrine instead of propel.</summary>
|
||
|
<description>This plugin fully integrates doctrine into symfony. You can use *all* the features in symfony with propel replaced by doctrine.</description>
|
||
|
<lead>
|
||
|
<name>Olivier Verdier</name>
|
||
|
<user>chtito</user>
|
||
|
<email>olivier.verdier@gmail.com</email>
|
||
|
<active>yes</active>
|
||
|
</lead>
|
||
|
<date>2007-05-05</date>
|
||
|
<version>
|
||
|
<release>0.4.2</release>
|
||
|
<api>0.1.0</api>
|
||
|
</version>
|
||
|
<stability>
|
||
|
<release>beta</release>
|
||
|
<api>beta</api>
|
||
|
</stability>
|
||
|
<license uri="http://www.symfony-project.com/license">MIT license</license>
|
||
|
<notes>-</notes>
|
||
|
<contents>
|
||
|
<dir name="addon"><file name="sfDoctrineDatabaseSchema.class.php" role="data"/></dir><dir name="config"><file name="autoload.yml" role="data"/><file name="config_handlers.yml" role="data"/><file name="doctrine.yml" role="data"/></dir><dir name="data"><dir name="sfDoctrineAdmin"><dir name="default"><dir name="skeleton"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="config"><file name="generator.yml" role="data"/></dir><dir name="templates"/><dir name="validate"/></dir><dir name="template"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="templates"><file name="_edit_actions.php" role="data"/><file name="_edit_footer.php" role="data"/><file name="_edit_header.php" role="data"/><file name="_filters.php" role="data"/><file name="_list_actions.php" role="data"/><file name="_list_footer.php" role="data"/><file name="_list_header.php" role="data"/><file name="_list_td_actions.php" role="data"/><file name="_list_td_stacked.php" role="data"/><file name="_list_td_tabular.php" role="data"/><file name="_list_th_stacked.php" role="data"/><file name="_list_th_tabular.php" role="data"/><file name="editSuccess.php" role="data"/><file name="listSuccess.php" role="data"/></dir></dir></dir></dir><dir name="tasks"><file name="sfPakeDoctrine.php" role="data"/></dir></dir><dir name="lib"><file name="sfDoctrine.class.php" role="data"/><file name="sfDoctrineAdminGenerator.class.php" role="data"/><file name="sfDoctrineConfigHandler.class.php" role="data"/><file name="sfDoctrineDatabase.class.php" role="data"/><file name="sfDoctrinePager.class.php" role="data"/><file name="sfDoctrineUniqueValidator.php" role="data"/><file name="sfPropelCompatRecord.class.php" role="data"/></dir><file name="LICENSE" role="data"/><file name="README" role="data"/><dir name="/"><dir name="addon"><file name="sfDoctrineClassSchema.class.php" role="data"/><file name="sfDoctrineColumnSchema.class.php" role="data"/><file name="sfDoctrineDatabaseSchema.class.php" role="data"/><file name="sfDoctrineRelationSchema.class.php" role="data"/><file name="sfDoctrineSchemaDoctrineLoader.class.php" role="data"/><file name="sfDoctrineSchemaPropelLoader.class.php" role="data"/><file name="sfDoctrineTableSchema.class.php" role="data"/></dir><dir name="config"><file name="autoload.yml" role="data"/><file name="config_handlers.yml" role="data"/><file name="doctrine.yml" role="data"/><file name="settings.yml" role="data"/></dir><dir name="data"><dir name="generator"><dir name="sfDoctrineAdmin"><dir name="crud"><dir name="skeleton"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="config"><file name="generator.yml" role="data"/></dir><dir name="lib"/><dir name="templates"/><dir name="validate"/></dir><dir name="template"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="templates"><file name="editSuccess.php" role="data"/><file name="listSuccess.php" role="data"/><file name="showSuccess.php" role="data"/></dir></dir></dir><dir name="default"><dir name="skeleton"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="config"><file name="generator.yml" role="data"/></dir><dir name="templates"/><dir name="validate"/></dir><dir name="template"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="templates"><file name="_edit_actions.php" role="data"/><file name="_edit_footer.php" role="data"/><file name="_edit_form.php" role="data"/><file name="_edit_header.php" role="data"/><file name="_edit_messages.php" role="data"/><file name="_filters.php" role="data"/><file name="_list.php" role="data"/><file name="_list_actions.php" role="data"/><file name="_list_footer.php" role="data"/><file name="_list_header.php" role="data"/><file name="_list_messages.php" role="data"/><file name="_list_td_actions.php" role="data"/><file name="_list_td_stacked.php" role="data"/><file name="_list_td_tabular.php" role="data"/><file name="_list_th_stacked.php" role="data"/><file name="_list_th_tabular.php" role="data"/><file name="editSucc
|
||
|
|
||
|
<dependencies>
|
||
|
<required>
|
||
|
<php>
|
||
|
<min>5.1.0</min>
|
||
|
</php>
|
||
|
<pearinstaller>
|
||
|
<min>1.4.1</min>
|
||
|
</pearinstaller>
|
||
|
<package>
|
||
|
<name>symfony</name>
|
||
|
<channel>pear.symfony-project.com</channel>
|
||
|
<min>1.0.0</min>
|
||
|
<max>1.1.0</max>
|
||
|
<exclude>1.1.0</exclude>
|
||
|
</package>
|
||
|
</required>
|
||
|
</dependencies>
|
||
|
|
||
|
<phprelease>
|
||
|
</phprelease>
|
||
|
|
||
|
<changelog>
|
||
|
</changelog>
|
||
|
</package>
|