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