Changeset 8824 for main


Ignore:
Timestamp:
27 Jun 2012, 08:13:28 (12 years ago)
Author:
Henrik Bettermann
Message:

Use kofacustom.nigeria.

Location:
main/waeup.aaue/trunk
Files:
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/
        22waeup.kofa https://svn.waeup.org/repos/main/waeup.kofa/trunk
         3kofacustom.nigeria https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
  • main/waeup.aaue/trunk/buildout.cfg

    r8771 r8824  
    11[buildout]
    2 develop = . waeup.kofa
     2develop = . waeup.kofa kofacustom.nigeria
    33parts =
    44    eggbasket
  • main/waeup.aaue/trunk/etc/site.zcml.in

    r8447 r8824  
    11<configure xmlns="http://namespaces.zope.org/zope"
    22           xmlns:kofa="http://namespaces.waeup.org/kofa"
    3            i18n_domain="waeup.custom">
     3           i18n_domain="waeup.aaue">
    44
    55  <include package="waeup.aaue" />
  • main/waeup.aaue/trunk/setup.py

    r8446 r8824  
    99    'grokui.admin',
    1010    'grokcore.startup',
    11     'waeup.kofa',
     11    'waeup.kofa', # not really neccessary, as kofacustom.ng includes it
     12    'kofacustom.nigeria',
    1213    ],
    1314
Note: See TracChangeset for help on using the changeset viewer.