- Timestamp:
- 3 Jul 2012, 17:11:29 (12 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk
- Property svn:mergeinfo changed
/main/waeup.kofa/branches/uli-autoinclude-less (added) merged: 8871,8883
- Property svn:mergeinfo changed
-
main/waeup.kofa/trunk/src/waeup/kofa/configure.zcml
r8426 r8889 3 3 xmlns:i18n="http://namespaces.zope.org/i18n"> 4 4 5 < include package="waeup.kofa" file="locales.zcml" />5 <!-- This will load and configure most packages we need. --> 6 6 <include package="grok" /> 7 8 <!-- Meta configurations. --> 9 <include package="zope.sendmail" file="meta.zcml" /> 7 10 <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" /> 9 20 10 21 <!-- Comment the following line if you don't want dolmen.beaker, … … 15 26 be found by the includeDependencies directive. --> 16 27 <include package="dolmen.beaker" file="configure.zcml" /> 17 <grok:grok package="." />18 28 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 --> 20 35 <includeOverrides package="waeup.kofa.widgets" file="overrides.zcml" /> 21 36 <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" />
Note: See TracChangeset for help on using the changeset viewer.