Development

/plugins/sfPropelSlotBehaviorPlugin/package.xml

You must first sign up to be able to contribute.

root/plugins/sfPropelSlotBehaviorPlugin/package.xml

Revision 12223, 3.1 kB (checked in by Sylvio, 5 years ago)

sfPropelSlotBehaviorPlugin: release version 0.1.7

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3  <name>sfPropelSlotBehaviorPlugin</name>
4  <channel>pear.symfony-project.com</channel>
5  <summary>Propel Slot Behavior for Symfony 1.0</summary>
6  <description>This plugin implements a behavior that permits to add slots to a propel object.</description>
7  <lead>
8   <name>Sylvain Papet</name>
9   <user>Sylvio</user>
10   <email>sylvain@com-ocean.com</email>
11   <active>yes</active>
12  </lead>
13  <date>2008-10-17</date>
14  <version>
15    <release>0.1.7</release>
16    <api>0.1.7</api>
17  </version>
18  <stability>
19   <release>alpha</release>
20   <api>alpha</api>
21  </stability>
22  <license uri="http://www.symfony-project.com/license">MIT license</license>
23  <notes>-</notes>
24  <contents><dir name="/"><dir name="lib"><dir name="slotType"><file name="sfSlotCheckbox.class.php" role="data"/><file name="sfSlotInterface.class.php" role="data"/><file name="sfSlotFile.class.php" role="data"/><file name="sfSlotInput.class.php" role="data"/><file name="sfSlotSelect.class.php" role="data"/><file name="sfSlotImage.class.php" role="data"/><file name="sfSlotText.class.php" role="data"/><file name="sfSlotDouble_list.class.php" role="data"/><file name="sfSlotRichText.class.php" role="data"/><file name="sfSlotDate.class.php" role="data"/><file name="sfSlotCustom.class.php" role="data"/></dir><file name="sfPropelSlotBehavior.class.php" role="data"/><file name="sfPropelSlotTools.class.php" role="data"/><dir name="model"><dir name="om"><file name="BasesfSlotPeer.php" role="data"/><file name="BasesfSlot.php" role="data"/></dir><file name="sfSlotPeer.php" role="data"/><dir name="map"><file name="sfSlotMapBuilder.php" role="data"/></dir><dir name="plugins"><file name="PluginsfSlot.php" role="data"/><file name="PluginsfSlotPeer.php" role="data"/></dir><file name="sfSlot.php" role="data"/></dir></dir><file name="README" role="data"/><dir name="config"><file name="schema.yml" role="data"/><file name="config.php" role="data"/></dir><file name="LICENSE" role="data"/><dir name="data"><dir name="admin generator example"><dir name="page"><dir name="templates"><file name="_edit_slots.php" role="data"/><file name="_list_actions.php" role="data"/><file name="_template.php" role="data"/><file name="_edit_actions.php" role="data"/></dir><dir name="config"><file name="generator.yml" role="data"/></dir><dir name="actions"><file name="actions.class.php" role="data"/></dir></dir></dir></dir></dir></contents>
25
26  <dependencies>
27   <required>
28    <php>
29     <min>5.1.0</min>
30    </php>
31    <pearinstaller>
32     <min>1.4.1</min>
33    </pearinstaller>
34    <package>
35     <name>symfony</name>
36     <channel>pear.symfony-project.com</channel>
37     <min>0.8.1</min>
38     <max>1.1.0</max>
39     <exclude>1.1.0</exclude>
40    </package>
41   </required>
42  </dependencies>
43
44  <phprelease>
45  </phprelease>
46
47  <changelog>
48  </changelog>
49 </package>
Note: See TracBrowser for help on using the browser.