Changeset 14310 for main/ikobacustom.aaue/trunk/etc
- Timestamp:
- 5 Dec 2016, 09:14:32 (8 years ago)
- Location:
- main/ikobacustom.aaue/trunk/etc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.aaue/trunk/etc/profile.ini.in
r12175 r14310 57 57 58 58 [app:app] 59 use = egg:ikobacustom. skeleton59 use = egg:ikobacustom.aaue 60 60 61 61 [pipeline:main] -
main/ikobacustom.aaue/trunk/etc/site.zcml.in
r14177 r14310 1 1 <configure xmlns="http://namespaces.zope.org/zope" 2 2 xmlns:ikoba="http://namespaces.waeup.org/ikoba" 3 i18n_domain="ikobacustom. skeleton">3 i18n_domain="ikobacustom.aaue"> 4 4 5 <include package="ikobacustom. skeleton" />6 <include package="ikobacustom. skeleton" file="mail.zcml" />5 <include package="ikobacustom.aaue" /> 6 <include package="ikobacustom.aaue" file="mail.zcml" /> 7 7 8 8 <!-- install job container … … 33 33 path="${buildout:directory}/etc/paypal.conf" /> 34 34 35 <configure i18n_domain="ikobacustom. skeleton">35 <configure i18n_domain="ikobacustom.aaue"> 36 36 37 37 <unauthenticatedPrincipal id="zope.anybody"
Note: See TracChangeset for help on using the changeset viewer.