On Fri, Feb 5, 2010 at 9:41 PM, Mats Nordgren <[email protected]> wrote: > Here are a longer list of missed entries, there could be more but after > registering these I got my instance running. > > <include package="zope.app.pagetemplate" file="meta.zcml" /> > <include package="zope.app.zcmlfiles" file="meta.zcml" /> > <include package="zope.traversing.browser" /> > <include package="zope.app.zcmlfiles" /> > <include package="zope.copypastemove" /> > <include package="zope.i18n.locales" />
Can you remove "zope.app.zcmlfiles" and include the packages listed there individually ? I will add the remaining packages you listed. if you can identify the other individual packages required for a good enough package, we add that also. But I want to keep "zope.app.zcmlfiles" away from site.zcml. But it will be listed as a dependency for 1.0 release. > Having all these in a separate zcml file makes lots of sense. The idea is to give more control to the developer, so that he can decide which package should be included. We will provide provide a "good enough" list of packages as part of project template. Regards, Baiju M _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
