Changeset 8447


Ignore:
Timestamp:
14 May 2012, 10:28:51 (12 years ago)
Author:
Henrik Bettermann
Message:

Rename uniben to aaue in etc folder.

Location:
main/waeup.aaue/trunk/etc
Files:
6 edited

Legend:

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

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

    r8020 r8447  
    4848
    4949[app:main]
    50 use = egg:waeup.uniben
     50use = egg:waeup.aaue
    5151filter-with = translogger
    5252
  • main/waeup.aaue/trunk/etc/profile.ini.in

    r8035 r8447  
    5252
    5353[app:app]
    54 use = egg:waeup.uniben
     54use = egg:waeup.aaue
    5555
    5656[pipeline:main]
  • main/waeup.aaue/trunk/etc/site.zcml.in

    r8020 r8447  
    11<configure xmlns="http://namespaces.zope.org/zope"
    22           xmlns:kofa="http://namespaces.waeup.org/kofa"
    3            i18n_domain="waeup.uniben">
     3           i18n_domain="waeup.custom">
    44
    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" />
    77
    88  <!-- Where should the datacenter reside by default? -->
     
    1010      path="${buildout:directory}/var/datacenter" />
    1111
    12     <configure i18n_domain="waeup.uniben">
     12    <configure i18n_domain="waeup.aaue">
    1313
    1414      <unauthenticatedPrincipal id="zope.anybody"
  • main/waeup.aaue/trunk/etc/zeo1.ini.in

    r8061 r8447  
    4848
    4949[app:main]
    50 use = egg:waeup.uniben
     50use = egg:waeup.aaue
    5151filter-with = translogger
    5252
  • main/waeup.aaue/trunk/etc/zeo2.ini.in

    r8061 r8447  
    4848
    4949[app:main]
    50 use = egg:waeup.uniben
     50use = egg:waeup.aaue
    5151filter-with = translogger
    5252
Note: See TracChangeset for help on using the changeset viewer.