Changeset 7808 for main/waeup.kofa/trunk/etc/site.zcml.in
- Timestamp:
- 8 Mar 2012, 17:58:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/etc/site.zcml.in
r7577 r7808 1 1 <configure xmlns="http://namespaces.zope.org/zope" 2 xmlns: sirp="http://namespaces.waeup.org/sirp"3 i18n_domain="waeup. sirp">2 xmlns:kofa="http://namespaces.waeup.org/kofa" 3 i18n_domain="waeup.kofa"> 4 4 5 <include package="waeup. sirp" />6 <include package="waeup. sirp" file="mail.zcml" />5 <include package="waeup.kofa" /> 6 <include package="waeup.kofa" file="mail.zcml" /> 7 7 8 8 <!-- Where should the datacenter reside by default? --> 9 < sirp:datacenter9 <kofa:datacenter 10 10 path="${buildout:directory}/var/datacenter" /> 11 11 12 <configure i18n_domain="waeup. sirp">12 <configure i18n_domain="waeup.kofa"> 13 13 14 14
Note: See TracChangeset for help on using the changeset viewer.