Changeset 16589 for main/kofacustom.ecns/trunk/etc
- Timestamp:
- 31 Aug 2021, 14:41:29 (3 years ago)
- Location:
- main/kofacustom.ecns/trunk/etc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ecns/trunk/etc/profile.ini.in
r10765 r16589 57 57 58 58 [app:app] 59 use = egg:kofacustom. skeleton59 use = egg:kofacustom.ecns 60 60 61 61 [pipeline:main] -
main/kofacustom.ecns/trunk/etc/site.zcml.in
r15847 r16589 1 1 <configure xmlns="http://namespaces.zope.org/zope" 2 2 xmlns:kofa="http://namespaces.waeup.org/kofa" 3 i18n_domain="kofacustom. skeleton">3 i18n_domain="kofacustom.ecns"> 4 4 5 <include package="kofacustom. skeleton" />6 <include package="kofacustom. skeleton" file="mail.zcml" />5 <include package="kofacustom.ecns" /> 6 <include package="kofacustom.ecns" file="mail.zcml" /> 7 7 8 8 <!-- install job container … … 29 29 path="${buildout:directory}/var/datacenter" /> 30 30 31 <configure i18n_domain="kofacustom. skeleton">31 <configure i18n_domain="kofacustom.ecns"> 32 32 33 33 <unauthenticatedPrincipal id="zope.anybody"
Note: See TracChangeset for help on using the changeset viewer.