Development

/plugins/sfPropelImpersonatorPlugin/trunk/package.xml

You must first sign up to be able to contribute.

root/plugins/sfPropelImpersonatorPlugin/trunk/package.xml

Revision 10541, 2.7 kB (checked in by hartym, 2 years ago)

added package.xml, hope i made it right

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
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>sfPropelImpersonatorPlugin</name>
4   <channel>pear.symfony-project.com</channel>
5   <summary>The Yet Great and Amazing Propel Impersonator</summary>
6   <description>
7     A database plugin that adds a layer over propel to bypass most of the propel limitations:
8       - populate objects linked by any depth relationships
9       - populate agregate/computed values
10       - allows to have two links to the same object
11       - retrieve an applicable sql from criteria
12       - populate propel objects or fake objects from raw SQL
13   </description>
14   <lead>
15     <name>Romain Dorgueil</name>
16     <user>hartym</user>
17     <email>romain.dorgueil@symfony-project.com</email>
18     <active>yes</active>
19   </lead>
20   <date>2008-07-31</date>
21   <version>
22     <release>1.0.0</release>
23     <api>1.0.0</api>
24   </version>
25   <stability>
26     <release>stable</release>
27     <api>stable</api>
28   </stability>
29   <license uri="http://www.symfony-project.com/license">MIT license</license>
30   <notes></notes>
31
32   <contents>
33
34   <dir name="/"><file name="LICENSE" role="data"/><file name="README" role="data"/><dir name="lib"><file name="sfPropelObjectPeerImpersonator.class.php" role="data"/><dir name="objects"><file name="sfPropelFunctionObject.class.php" role="data"/><file name="sfPropelObject.class.php" role="data"/><file name="sfPropelConstantObject.class.php" role="data"/></dir><file name="sfPropelCriteriaImpersonator.class.php" role="data"/><dir name="relations"><file name="sfPropelImpersonatorI18nRelation.class.php" role="data"/><file name="sfPropelImpersonatorOneToManyRelation.class.php" role="data"/><file name="sfPropelImpersonatorSelfRelation.class.php" role="data"/><file name="sfPropelImpersonatorManyToOneRelation.class.php" role="data"/><file name="sfPropelImpersonatorAbstractRelation.class.php" role="data"/></dir></dir><dir name="config"><file name="config.php" role="data"/></dir></dir></contents>
35
36   <dependencies>
37     <required>
38       <php>
39         <min>5.1.0</min>
40       </php>
41       <pearinstaller>
42         <min>1.4.1</min>
43       </pearinstaller>
44       <package>
45         <name>symfony</name>
46         <channel>pear.symfony-project.com</channel>
47         <min>1.0.0</min>
48         <max>2.0.0</max>
49       </package>
50     </required>
51   </dependencies>
52
53   <phprelease>
54   </phprelease>
55
56   <changelog>
57   </changelog>
58 </package>
Note: See TracBrowser for help on using the browser.

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.