Changeset 8447 for main/waeup.aaue/trunk/etc
- Timestamp:
- 14 May 2012, 10:28:51 (13 years ago)
- Location:
- main/waeup.aaue/trunk/etc
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/etc/debug.ini.in
r8020 r8447 54 54 55 55 [app:zope] 56 use = egg:waeup. uniben#debug56 use = egg:waeup.aaue#debug 57 57 filter-with = translogger 58 58 exempt-exceptions = zope.security.interfaces.IUnauthorized -
main/waeup.aaue/trunk/etc/deploy.ini.in
r8020 r8447 48 48 49 49 [app:main] 50 use = egg:waeup. uniben50 use = egg:waeup.aaue 51 51 filter-with = translogger 52 52 -
main/waeup.aaue/trunk/etc/profile.ini.in
r8035 r8447 52 52 53 53 [app:app] 54 use = egg:waeup. uniben54 use = egg:waeup.aaue 55 55 56 56 [pipeline:main] -
main/waeup.aaue/trunk/etc/site.zcml.in
r8020 r8447 1 1 <configure xmlns="http://namespaces.zope.org/zope" 2 2 xmlns:kofa="http://namespaces.waeup.org/kofa" 3 i18n_domain="waeup. uniben">3 i18n_domain="waeup.custom"> 4 4 5 <include package="waeup. uniben" />6 <include package="waeup. uniben" file="mail.zcml" />5 <include package="waeup.aaue" /> 6 <include package="waeup.aaue" 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. uniben">12 <configure i18n_domain="waeup.aaue"> 13 13 14 14 <unauthenticatedPrincipal id="zope.anybody" -
main/waeup.aaue/trunk/etc/zeo1.ini.in
r8061 r8447 48 48 49 49 [app:main] 50 use = egg:waeup. uniben50 use = egg:waeup.aaue 51 51 filter-with = translogger 52 52 -
main/waeup.aaue/trunk/etc/zeo2.ini.in
r8061 r8447 48 48 49 49 [app:main] 50 use = egg:waeup. uniben50 use = egg:waeup.aaue 51 51 filter-with = translogger 52 52
Note: See TracChangeset for help on using the changeset viewer.