Changeset 8426


Ignore:
Timestamp:
12 May 2012, 00:36:46 (13 years ago)
Author:
uli
Message:

Make sure dolmen.beaker is registered and configured on startup. Also add test for this.

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  
    77  <include package="waeup.kofa" file="meta.zcml" />
    88  <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" />
    917  <grok:grok package="." />
     18
     19
    1020  <includeOverrides package="waeup.kofa.widgets" file="overrides.zcml" />
    1121  <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" />
     22
    1223</configure>
Note: See TracChangeset for help on using the changeset viewer.