Last change
on this file since 11950 was
11949,
checked in by Henrik Bettermann, 10 years ago
|
Change of name.
|
-
Property svn:style set to
native
|
File size:
970 bytes
|
Rev | Line | |
---|
[3521] | 1 | <configure xmlns="http://namespaces.zope.org/zope" |
---|
[7667] | 2 | xmlns:grok="http://namespaces.zope.org/grok" |
---|
| 3 | xmlns:i18n="http://namespaces.zope.org/i18n"> |
---|
[7829] | 4 | |
---|
[11949] | 5 | <include package="waeup.ikoba" file="locales.zcml" /> |
---|
[3521] | 6 | <include package="grok" /> |
---|
[11949] | 7 | <include package="waeup.ikoba" file="meta.zcml" /> |
---|
[9217] | 8 | <includeDependencies package="." /> |
---|
[8426] | 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" /> |
---|
[9217] | 17 | <grok:grok package="." /> |
---|
[8426] | 18 | |
---|
[9217] | 19 | <!-- include package="." file="async.zcml" / --> |
---|
[11949] | 20 | <includeOverrides package="waeup.ikoba.widgets" file="overrides.zcml" /> |
---|
| 21 | <includeOverrides package="waeup.ikoba.utils" file="overrides.zcml" /> |
---|
[8426] | 22 | |
---|
[3521] | 23 | </configure> |
---|
Note: See
TracBrowser for help on using the repository browser.