Changeset 8895


Ignore:
Timestamp:
3 Jul 2012, 19:57:47 (12 years ago)
Author:
Henrik Bettermann
Message:

Merge with changes in uniben.waeup.

Location:
main/waeup.futminna/trunk
Files:
1 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/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.futminna/trunk/buildout.cfg

    r8826 r8895  
    11[buildout]
    2 develop = . waeup.kofa kofacustom.nigeria
     2# See http://pypi.python.org/pypi/mr.developer for details
     3extensions = mr.developer
     4auto-checkout = waeup.kofa kofacustom.nigeria
     5# We cannot use 'src' (the default) as the checked out projects won't
     6# work properly with paster (paster looks up any upper directory
     7# egg-info dirs and then complains about not-available packages).
     8sources-dir = sources
     9develop = .
    310parts =
    411    eggbasket
     
    3138# unless you specify an eggs-directory option here.
    3239
     40[sources]
     41waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk
     42kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
     43
    3344[kofa_params]
    3445## Basic parameters for deployment.
     
    6071       repoze.profile
    6172       ZODB3
     73interpreter = python-console
    6274
    6375[kofactl]
  • main/waeup.futminna/trunk/src/waeup/futminna

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

    r8619 r8895  
    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.futminna" file="locales.zcml" />
    24
    3   <include package="waeup.futminna" file="locales.zcml" />
    4   <include package="grok" />
    5   <includeOverrides package="waeup.futminna" 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.futminna/trunk/src/waeup/futminna/ftesting.zcml

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