Previously Christian Klinger wrote: > Raphael Ritz schrieb: > >Hi, > > > >I feel like I'm not seeing the obvious. > > > >In a custom add-on package for Plone I added an > >overrides.zcml to customize some registrations > >but it seems to me that re-running buildout doesn't > >pick up the file. > > > > From what I understand the zope2instance recipe should > >generate an entry in parts/instance/etc/package-includes/ > >but is doesn't for me. > > > >Am I missing something or did I hit a bug? > > > >Any pointers appreciated. > > > >Raphael > Hi Raphael > > You sould add this to your zcml section in your buildout.cfg file: > > [zcml] > your.product > your.product-overrides.zcml
Minus the .zcml. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
