Changeset 9209 for main/waeup.kofa/branches/uli-zc-async/etc
- Timestamp:
- 20 Sep 2012, 08:49:37 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-zc-async
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-zc-async/etc/debug.ini.in
r8919 r9209 80 80 81 81 [app:zope] 82 use = egg: waeup.kofa#debug82 use = egg:${kofa_params:devel_pkg}#debug 83 83 filter-with = translogger 84 84 exempt-exceptions = zope.security.interfaces.IUnauthorized -
main/waeup.kofa/branches/uli-zc-async/etc/deploy.ini.in
r8919 r9209 74 74 75 75 [app:main] 76 use = egg: waeup.kofa76 use = egg:${kofa_params:devel_pkg} 77 77 filter-with = translogger 78 78 -
main/waeup.kofa/branches/uli-zc-async/etc/profile.ini.in
r8919 r9209 78 78 79 79 [app:app] 80 use = egg: waeup.kofa80 use = egg:${kofa_params:devel_pkg} 81 81 82 82 [pipeline:main] -
main/waeup.kofa/branches/uli-zc-async/etc/site.zcml.in
r9105 r9209 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 <!-- install job container 8 8 … … 28 28 path="${buildout:directory}/var/datacenter" /> 29 29 30 <configure i18n_domain=" waeup.kofa">30 <configure i18n_domain="${kofa_params:devel_pkg}"> 31 31 32 32 -
main/waeup.kofa/branches/uli-zc-async/etc/zeo1.ini.in
r8919 r9209 74 74 75 75 [app:main] 76 use = egg: waeup.kofa76 use = egg:${kofa_params:devel_pkg} 77 77 filter-with = translogger 78 78 -
main/waeup.kofa/branches/uli-zc-async/etc/zeo2.ini.in
r8919 r9209 74 74 75 75 [app:main] 76 use = egg: waeup.kofa76 use = egg:${kofa_params:devel_pkg} 77 77 filter-with = translogger 78 78
Note: See TracChangeset for help on using the changeset viewer.