Changeset 8896


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
6 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/buildout.cfg

    r8824 r8896  
    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.
     
    3647host = 0.0.0.0
    3748# default is 8080
    38 base_port = 7021
    39 zeo1_port = 7021
    40 zeo2_port = 7022
    41 zeo3_port = 7023
    42 server_port = 7020
     49base_port = 7011
     50zeo1_port = 7011
     51zeo2_port = 7012
     52zeo3_port = 7013
     53server_port = 7010
    4354# default 7. Number of pre-opened ZODB threads/client
    4455pool_size = 7
     
    6071       repoze.profile
    6172       ZODB3
     73interpreter = python-console
    6274
    6375[kofactl]
  • main/waeup.aaue/trunk/setup.py

    r8824 r8896  
    99    'grokui.admin',
    1010    'grokcore.startup',
    11     'waeup.kofa', # not really neccessary, as kofacustom.ng includes it
     11    'waeup.kofa',
    1212    'kofacustom.nigeria',
    1313    ],
  • 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.