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

Merge with changes in waeup.uniben.

Location:
main/waeup.aaue/trunk
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/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.aaue/trunk/src/waeup/aaue

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

    r8444 r8896  
    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.aaue" file="locales.zcml" />
    24
    3   <include package="waeup.aaue" file="locales.zcml" />
    4   <include package="grok" />
    5   <includeOverrides package="waeup.aaue" 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>
  • main/waeup.aaue/trunk/src/waeup/aaue/ftesting.zcml

    r8444 r8896  
    66   >
    77
    8   <include package="grok" />
    9   <includeOverrides package="waeup.aaue" />
    10   <includeOverrides package="waeup.aaue" file="mail.zcml"/>
     8  <include package="waeup.aaue" />
     9  <include package="waeup.aaue" file="mail.zcml"/>
    1110
    1211  <!-- Where should the datacenter reside by default? -->
Note: See TracChangeset for help on using the changeset viewer.