I have a product on pypi (let's call it collective.myproduct) which needs its overrides.zcml to be picked up by Zope, else it does not appear as an extension profile.

I can get it to work by adding

zcml =
    collective.myproduct
    collective.myproduct-override

to buildout.cfg and then doing ./bin/buildout -Nv, but I don't want those slugs there because I want it to be easy for other people to try the product.

I notice that plone.app.form has an overrides.zcml, and plone.app.portlets-1.1.3 had one as well, and they both seem to work.

How do I do this?

Thanks
Hedley

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to