Changeset 6891


Ignore:
Timestamp:
13 Oct 2011, 22:31:23 (13 years ago)
Author:
uli
Message:

Use waeup.custom in etc-files. You have to rerun buildout after this modification.

Location:
main/waeup.custom/trunk/etc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/etc/debug.ini.in

    r5677 r6891  
    5454
    5555[app:zope]
    56 use = egg:waeup.sirp#debug
     56use = egg:waeup.custom#debug
    5757filter-with = translogger
    5858exempt-exceptions = zope.security.interfaces.IUnauthorized
  • main/waeup.custom/trunk/etc/deploy.ini.in

    r5677 r6891  
    4848
    4949[app:main]
    50 use = egg:waeup.sirp
     50use = egg:waeup.custom
    5151filter-with = translogger
    5252
  • main/waeup.custom/trunk/etc/site.zcml.in

    r5500 r6891  
    11<configure xmlns="http://namespaces.zope.org/zope"
    2            i18n_domain="waeup.sirp">
     2           i18n_domain="waeup.custom">
    33
    4   <include package="waeup.sirp" />
     4  <include package="waeup.custom" />
    55
    6     <configure i18n_domain="waeup.sirp">
     6    <configure i18n_domain="waeup.custom">
    77
    88      <unauthenticatedPrincipal id="zope.anybody"
Note: See TracChangeset for help on using the changeset viewer.