Hi
exclude directiveinto zope.configuration.
Hey,
Dan Korostelev wrote:
The "exclude" directive provided by zc.configuration package is easy to use and straightforward. I think it's used almost in every zope-based application setup.
I highly doubt so; I don't find myself using it a lot myself, for instance. :)
Its implementation is very small and fits great in zope.configuration's standard directives. So I'd like to propose to move it to zope.configuration and make it always available for ZMCL files, just like the "include" directive, so people would'nt need to install extra package and include an extra "meta.zcml" file before being able to use it.
+1
+1
(note though that including an extra "meta.zcml" can be avoided if you make use of the z3c.autoinclude library)
Oh, cool. Now we only need to find out how to write an z3c.autoexlude and a z3c.autooverride library ;-) Regards Roger Ineichen
Regards,
Martijn