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