Changeset 8035


Ignore:
Timestamp:
3 Apr 2012, 21:02:56 (13 years ago)
Author:
Henrik Bettermann
Message:

Add and adjust configuration files.

Location:
main/waeup.uniben/trunk
Files:
10 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/buildout.cfg

    r8020 r8035  
    1313    deploy_ini
    1414    debug_ini
     15    profile_ini
    1516    waeupdocs
    1617    coverage-detect
     
    6768       PasteScript
    6869       PasteDeploy
     70       repoze.profile
     71       ZODB3
    6972interpreter = python-console
    7073
     
    150153output = ${buildout:parts-directory}/etc/debug.ini
    151154
     155[profile_ini]
     156recipe = collective.recipe.template
     157input = etc/profile.ini.in
     158output = ${buildout:parts-directory}/etc/profile.ini
     159
    152160[eggbasket]
    153161recipe = z3c.recipe.eggbasket
  • main/waeup.uniben/trunk/src/waeup/uniben/configure.zcml

    r8020 r8035  
    1 <configure xmlns="http://namespaces.zope.org/zope"
    2            xmlns:grok="http://namespaces.zope.org/grok"
    3            xmlns:i18n="http://namespaces.zope.org/i18n">
     1<configure xmlns="http://namespaces.zope.org/zope">
     2
     3  <include package="waeup.uniben" file="locales.zcml" />
    44  <include package="grok" />
    5   <i18n:registerTranslations directory="locales" />
    65  <includeOverrides package="waeup.uniben" file="overrides.zcml" />
     6
    77</configure>
Note: See TracChangeset for help on using the changeset viewer.