Hi,

I'm write sfUserOnlinePlugin then put package.xml file into root
plugin directory with next 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>rodc...@gmail.com</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>


after that run command from cli
pear package
this command create sfUserOnlinePlugin-0.0.8.tgz file.
I submit it to plugin and got 0.0.8 version alpha.

But, if I install this plugin in new project it install plugin into
root plugins directory

plugins/README.txt
plugins/lib/sfUserOnline.class.php
plugins/lib/storage/...
...

How to set normal setup to /plugins/sfUserOnlinePlugin/.... ?

-- 
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 users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to