[MonoDevelop] Refactoring Addin

Dale Ragan dale.ragan at sinesignal.com
Tue Aug 3 13:48:35 EDT 2010


Hello:

> 2010/8/2 Michael Hutchinson <m.j.hutchinson at gmail.com>:
>> Can we look at the addin file (pastebin)?
>
> Ofcourse: http://pastebin.com/PhmwyMnZ

I believe you need to add the MonoDevelop dependencies:

    <Dependencies>
        <Addin id="Core" version="2.4"/>
        <Addin id="Ide" version="2.4"/>
    </Dependencies>

Take a look at mine to see where they go:

http://github.com/sinesignal/SpecFlow/blob/master/IdeIntegration/MonoDevelopIntegration/MonoDevelop.TechTalk.SpecFlow.addin.xml

-Dale

> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>




More information about the Monodevelop-list mailing list