Changeset 18159
- Timestamp:
- 05/12/09 12:49:57 (4 years ago)
- Files:
-
- plugins/sfWebRPCPlugin/package.xml.tmpl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfWebRPCPlugin/package.xml.tmpl
r14798 r18159 3 3 <name>sfWebRPCPlugin</name> 4 4 <channel>pear.symfony-project.com</channel> 5 <summary>make it ultra easy to write rpc server with symfony </summary>6 <description>make it ultra easy to write rpc server with symfony </description>5 <summary>make it ultra easy to write rpc server with symfony (support xmlrpc, jsonp and json)</summary> 6 <description>make it ultra easy to write rpc server with symfony (support xmlrpc, jsonp and json)</description> 7 7 <lead> 8 8 <name>Jerome Etienne</name> … … 36 36 <name>symfony</name> 37 37 <channel>pear.symfony-project.com</channel> 38 <min>1. 2.0</min>38 <min>1.1.0</min> 39 39 <max>1.3.0</max> 40 40 <exclude>1.3.0</exclude> … … 44 44 <phprelease></phprelease> 45 45 <changelog> 46 <release> 47 <version> 48 <release>0.9.0</release> 49 <api>0.9.0</api> 50 </version> 51 <stability> 52 <release>stable</release> 53 <api>stable</api> 54 </stability> 55 <date>2009-01-01</date> 56 <license uri="http://svn.symfony-project.com/plugins/sfWebRPCPlugin/trunk/LICENSE"> 57 MIT license 58 </license> 59 <notes> 60 * handle xmlrpc (jsonp soon) 61 * initial release 62 </notes> 63 </release> 46 64 <release> 47 65 <version> … … 54 72 </stability> 55 73 <date>2009-01-01</date> 56 <license uri="http://svn.symfony-project.com/plugins/sfW orkerPlugin/trunk/LICENSE">74 <license uri="http://svn.symfony-project.com/plugins/sfWebRPCPlugin/trunk/LICENSE"> 57 75 MIT license 58 76 </license>