Got some help via twitter last night.  The problem was with

    <package>
     <name>symfony</name>
     <channel>pear.symfony-project.com</channel>
     <min>1.2.0</min>
     <max>1.2.0</max>
     <exclude>1.2.0</exclude>
    </package>

It should have been

    <package>
     <name>symfony</name>
     <channel>pear.symfony-project.com</channel>
     <min>1.2.0</min>
     <max>1.3.0</max>
     <exclude>1.3.0</exclude>
    </package>

That fixed everything.

James

On Jan 18, 2009, at 8:43 PM, James wrote:

> I creted a plugin.  sfMultisiteThemePlugin.  I created a v0.0.1  
> package and managed to upload it, but it does not allow me to  
> install it.  I know the problem is in the package.xml, but I am not  
> sure what I am doing wrong.  Some help would be greatly appreciated.
>
> Thanks,
> james


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to