Changeset 8446


Ignore:
Timestamp:
14 May 2012, 10:14:48 (12 years ago)
Author:
Henrik Bettermann
Message:

Rename uniben and aaue also in root.

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

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/buildout-windows.cfg

    r8360 r8446  
    2525# This creates only the paster script in bin/.
    2626recipe = zc.recipe.egg
    27 eggs = waeup.uniben
     27eggs = waeup.aaue
    2828       z3c.evalexception>=2.0
    2929       Paste
  • main/waeup.aaue/trunk/buildout-zeo.cfg

    r8061 r8446  
    112112# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    113113recipe = zc.recipe.egg
    114 eggs = waeup.uniben [beaker]
     114eggs = waeup.aaue [beaker]
    115115arguments = "${buildout:parts-directory}/etc/zeo1.conf"
    116116scripts = kofactl=zeo_client1
     
    119119# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    120120recipe = zc.recipe.egg
    121 eggs = waeup.uniben [beaker]
     121eggs = waeup.aaue [beaker]
    122122arguments = "${buildout:parts-directory}/etc/zeo2.conf"
    123123scripts = kofactl=zeo_client2
  • main/waeup.aaue/trunk/buildout.cfg

    r8360 r8446  
    3434# This creates all scripts in bin/. The kofactl created here is 'faulty'.
    3535recipe = zc.recipe.egg
    36 eggs = waeup.uniben [beaker]
     36eggs = waeup.aaue [beaker]
    3737       z3c.evalexception>=2.0
    3838       Paste
     
    4747# fixed path to zdaemon.conf as argument.
    4848recipe = zc.recipe.egg
    49 eggs = waeup.uniben [beaker]
     49eggs = waeup.aaue [beaker]
    5050arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    5151scripts = kofactl=kofactl
     
    6262[test]
    6363recipe = zc.recipe.testrunner
    64 eggs = waeup.uniben [beaker, test]
     64eggs = waeup.aaue [beaker, test]
    6565defaults = ['--tests-pattern', '^f?tests$', '-v']
    6666
     
    6868[i18n]
    6969recipe = z3c.recipe.i18n:i18n
    70 packages = waeup.uniben
    71 eggs = waeup.uniben
    72 domain = waeup.uniben
    73 output = src/waeup/uniben/locales
     70packages = waeup.aaue
     71eggs = waeup.aaue
     72domain = waeup.aaue
     73output = src/waeup/aaue/locales
    7474zcml =
    7575
     
    7878[zpasswd]
    7979recipe = z3c.recipe.dev:script
    80 eggs = waeup.uniben
     80eggs = waeup.aaue
    8181module = zope.app.server.zpasswd
    8282method = main
     
    135135[waeupdocs]
    136136recipe = collective.recipe.sphinxbuilder
    137 eggs = waeup.uniben[docs]
     137eggs = waeup.aaue[docs]
    138138source = ${buildout:directory}/docs/source
    139139build = ${buildout:directory}/docs/build
     
    142142[coverage-detect]
    143143recipe = zc.recipe.testrunner
    144 eggs = waeup.uniben[beaker]
     144eggs = waeup.aaue[beaker]
    145145defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    146146
  • main/waeup.aaue/trunk/setup.py

    r8360 r8446  
    4343    read('README.txt')
    4444    + '\n\n'
    45     + read('src', 'waeup', 'uniben', 'README.txt')
     45    + read('src', 'waeup', 'aaue', 'README.txt')
    4646    + '\n\n'
    4747    + read('CHANGES.txt')
     
    5151    )
    5252
    53 setup(name = 'waeup.uniben',
     53setup(name = 'waeup.aaue',
    5454      version = version,
    5555      description = "A customized waeup.kofa",
     
    8989      # Add entry points here
    9090      [hurry.resource.libraries]
    91       waeup_uniben = waeup.uniben.browser.resources:waeup_uniben
     91      waeup_custom = waeup.aaue.browser.resources:waeup_custom
    9292      [console_scripts]
    9393      kofa-debug = grokcore.startup:interactive_debug_prompt
Note: See TracChangeset for help on using the changeset viewer.