Changeset 8889 for main/waeup.kofa


Ignore:
Timestamp:
3 Jul 2012, 17:11:29 (12 years ago)
Author:
uli
Message:

Merge changes from uli-autoinclude-less branch back into trunk.

Location:
main/waeup.kofa/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk

  • main/waeup.kofa/trunk/src/waeup/kofa/configure.zcml

    r8426 r8889  
    33           xmlns:i18n="http://namespaces.zope.org/i18n">
    44
    5   <include package="waeup.kofa" file="locales.zcml" />
     5  <!-- This will load and configure most packages we need. -->
    66  <include package="grok" />
     7
     8  <!-- Meta configurations. -->
     9  <include package="zope.sendmail" file="meta.zcml" />
    710  <include package="waeup.kofa" file="meta.zcml" />
    8   <includeDependencies package="." />
     11
     12  <!-- Extra packages we have to configure -->
     13  <include package="grokcore.message" />
     14  <include package="grokui.admin" />
     15  <include package="hurry.zoperesource" />
     16  <include package="megrok.layout" />
     17  <include package="zc.sourcefactory" />
     18  <include package="zope.app.authentication" />
     19  <include package="zope.sendmail" />
    920
    1021  <!-- Comment the following line if you don't want dolmen.beaker,
     
    1526       be found by the includeDependencies directive. -->
    1627  <include package="dolmen.beaker" file="configure.zcml" />
    17   <grok:grok package="." />
    1828
    19 
     29  <include package="waeup.kofa" file="locales.zcml" />
     30  <grok:grok package="waeup.kofa" />
     31  <!-- The following configurations are large (or expected to become
     32       large) and therefore 'outsourced' - the only ethical way to do
     33       outsourcing ;-)
     34  -->
    2035  <includeOverrides package="waeup.kofa.widgets" file="overrides.zcml" />
    2136  <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" />
Note: See TracChangeset for help on using the changeset viewer.