Changeset 8035
- Timestamp:
- 3 Apr 2012, 21:02:56 (13 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 10 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/buildout.cfg
r8020 r8035 13 13 deploy_ini 14 14 debug_ini 15 profile_ini 15 16 waeupdocs 16 17 coverage-detect … … 67 68 PasteScript 68 69 PasteDeploy 70 repoze.profile 71 ZODB3 69 72 interpreter = python-console 70 73 … … 150 153 output = ${buildout:parts-directory}/etc/debug.ini 151 154 155 [profile_ini] 156 recipe = collective.recipe.template 157 input = etc/profile.ini.in 158 output = ${buildout:parts-directory}/etc/profile.ini 159 152 160 [eggbasket] 153 161 recipe = 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" /> 4 4 <include package="grok" /> 5 <i18n:registerTranslations directory="locales" />6 5 <includeOverrides package="waeup.uniben" file="overrides.zcml" /> 6 7 7 </configure>
Note: See TracChangeset for help on using the changeset viewer.