Changeset 8893 for main/waeup.uniben/trunk/src/waeup/uniben/configure.zcml
- Timestamp:
- 3 Jul 2012, 17:48:46 (12 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk
- Property svn:externals
-
old new 1 1 bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/ 2 waeup.kofa https://svn.waeup.org/repos/main/waeup.kofa/trunk3 kofacustom.nigeria https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
-
- Property svn:mergeinfo changed
/main/waeup.uniben/branches/uli-autoinclude-less (added) merged: 8878-8880,8882
- Property svn:externals
-
main/waeup.uniben/trunk/src/waeup/uniben/configure.zcml
r8035 r8893 1 <configure xmlns="http://namespaces.zope.org/zope"> 1 <configure xmlns="http://namespaces.zope.org/zope" 2 xmlns:grok="http://namespaces.zope.org/grok"> 3 <include package="waeup.uniben" file="locales.zcml" /> 2 4 3 <include package="waeup.uniben" file="locales.zcml" /> 4 <include package="grok" /> 5 <includeOverrides package="waeup.uniben" file="overrides.zcml" /> 5 <!-- kofacustom.nigeria configures everything we basically need. 6 --> 7 <include package="kofacustom.nigeria" /> 8 9 <grok:grok package="." /> 6 10 7 11 </configure>
Note: See TracChangeset for help on using the changeset viewer.