Changeset 8426
- Timestamp:
- 12 May 2012, 00:36:46 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/configure.zcml
r8157 r8426 7 7 <include package="waeup.kofa" file="meta.zcml" /> 8 8 <includeDependencies package="." /> 9 10 <!-- Comment the following line if you don't want dolmen.beaker, 11 for instance on Windows if you were not able to compile it 12 13 We have to configure dolmen.beaker manually, because it is 14 not part of installation requirements and will therefore not 15 be found by the includeDependencies directive. --> 16 <include package="dolmen.beaker" file="configure.zcml" /> 9 17 <grok:grok package="." /> 18 19 10 20 <includeOverrides package="waeup.kofa.widgets" file="overrides.zcml" /> 11 21 <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" /> 22 12 23 </configure>
Note: See TracChangeset for help on using the changeset viewer.