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