Ignore:
Timestamp:
3 Jul 2012, 20:15:43 (12 years ago)
Author:
Henrik Bettermann
Message:

Merge with changes in waeup,uniben.

Location:
main/waeup.fceokene/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk

    • Property svn:externals
      •  

        old new  
        11bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/
        2 waeup.kofa https://svn.waeup.org/repos/main/waeup.kofa/trunk
        3 kofacustom.nigeria https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
  • main/waeup.fceokene/trunk/src/waeup/fceokene

  • main/waeup.fceokene/trunk/src/waeup/fceokene/configure.zcml

    r8460 r8898  
    1 <configure xmlns="http://namespaces.zope.org/zope">
     1<configure xmlns="http://namespaces.zope.org/zope"
     2           xmlns:grok="http://namespaces.zope.org/grok">
     3  <include package="waeup.fceokene" file="locales.zcml" />
    24
    3   <include package="waeup.fceokene" file="locales.zcml" />
    4   <include package="grok" />
    5   <includeOverrides package="waeup.fceokene" file="overrides.zcml" />
     5  <!-- kofacustom.nigeria configures everything we basically need.
     6  -->
     7  <include package="kofacustom.nigeria" />
     8
     9  <grok:grok package="." />
    610
    711</configure>
Note: See TracChangeset for help on using the changeset viewer.