Changeset 12371 for main/ikobacustom.pcn/trunk/etc
- Timestamp:
- 3 Jan 2015, 07:38:07 (10 years ago)
- Location:
- main/ikobacustom.pcn/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk
-
Property
svn:global-ignores
set to
bin
develop-eggs
parts
sources
var
-
Property
svn:global-ignores
set to
-
main/ikobacustom.pcn/trunk/etc/profile.ini.in
r12175 r12371 57 57 58 58 [app:app] 59 use = egg:ikobacustom. skeleton59 use = egg:ikobacustom.pcn 60 60 61 61 [pipeline:main] -
main/ikobacustom.pcn/trunk/etc/site.zcml.in
r12175 r12371 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.pcn"> 4 4 5 <include package="ikobacustom. skeleton" />6 <include package="ikobacustom. skeleton" file="mail.zcml" />5 <include package="ikobacustom.pcn" /> 6 <include package="ikobacustom.pcn" file="mail.zcml" /> 7 7 8 8 <!-- install job container … … 29 29 path="${buildout:directory}/var/datacenter" /> 30 30 31 <configure i18n_domain="ikobacustom. skeleton">31 <configure i18n_domain="ikobacustom.pcn"> 32 32 33 33 <unauthenticatedPrincipal id="zope.anybody"
Note: See TracChangeset for help on using the changeset viewer.