Hi Yura, I think this question is best asked on the symfony-users list.
Thanks, Kris -- Kris Wallsmith | Release Manager [email protected] Portland, Oregon USA http://twitter.com/kriswallsmith On Mar 11, 2010, at 11:02 AM, Yura Rodchyn wrote: > Hi, > > Why my plugin install into root plugins directory? > I create plugin with next package.xml content > > <?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.9.0" > 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>sfUserOnlinePlugin</name> > <channel>pear.symfony-project.com</channel> > <summary>User status plugin</summary> > <description>This plugin allow you to manage user status by changing > user class in your factories.yml to sfUserOnline. This class extends > sfUser class and you don't drop any user logic.</description> > <lead> > <name>Yura Rodchyn</name> > <user>rodchyn</user> > <email>[email protected]</email> > <active>yes</active> > </lead> > <date>2010-03-11</date> > <time>20:10:52</time> > <version> > <release>0.0.8</release> > <api>1.0.0</api> > </version> > <stability> > <release>alpha</release> > <api>alpha</api> > </stability> > <license uri="http://www.gnu.org/licenses/lgpl-3.0.txt">LGPL</ > license> > <notes> > version 0.0.8 > </notes> > <contents> > <dir name="/"> > <file md5sum="aea1105ba6653b8d79f4640016732c3e" name="README.txt" > role="data"/> > <file md5sum="c716a1686109a384ddf36168020f8494" name="lib/ > sfUserOnline.class.php" role="data"/> > <file md5sum="d66e52924e588adf77167fc36506a997" name="lib/storage/ > onlineMemcacheStorage.class.php" role="data"/> > <file md5sum="99742a782501bc0492e3a8a572736f50" name="lib/storage/ > onlineStorage.class.php" role="data"/> > </dir> > </contents> > <dependencies> > <required> > <php> > <min>5.0.0</min> > </php> > <pearinstaller> > <min>1.4.0</min> > </pearinstaller> > <package> > <name>symfony</name> > <channel>pear.symfony-project.com</channel> > <min>1.4.0</min> > <max>1.4.100</max> > </package> > </required> > </dependencies> > <phprelease> > </phprelease> > </package> > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
