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