Changeset 6887


Ignore:
Timestamp:
13 Oct 2011, 08:24:05 (13 years ago)
Author:
uli
Message:

Reflect new package name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/buildout.cfg

    r6871 r6887  
    11[buildout]
    2 develop = .
     2develop = . waeup.sirp
    33parts =
    44    eggbasket
     
    6262# This creates all scripts in bin/. The sirpctl created here is 'faulty'.
    6363recipe = zc.recipe.egg
    64 eggs = waeup.sirp
     64eggs = waeup.custom
    6565       z3c.evalexception>=2.0
    6666       Paste
     
    7474# fixed path to zdaemon.conf as argument.
    7575recipe = zc.recipe.egg
    76 eggs = waeup.sirp
     76eggs = waeup.custom
    7777arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    7878scripts = sirpctl=sirpctl
     
    8787[test]
    8888recipe = zc.recipe.testrunner
    89 eggs = waeup.sirp [test]
     89eggs = waeup.custom [test]
    9090defaults = ['--tests-pattern', '^f?tests$', '-v']
    9191
     
    9393[i18n]
    9494recipe = z3c.recipe.i18n:i18n
    95 packages = waeup.sirp
    96 eggs = waeup.sirp
    97 domain = waeup.sirp
    98 output = src/waeup/sirp/locales
     95packages = waeup.custom
     96eggs = waeup.custom
     97domain = waeup.custom
     98output = src/waeup/custom/locales
    9999zcml =
    100100
     
    103103[zpasswd]
    104104recipe = z3c.recipe.dev:script
    105 eggs = waeup.sirp
     105eggs = waeup.custom
    106106module = zope.app.server.zpasswd
    107107method = main
     
    155155[waeupdocs]
    156156recipe = collective.recipe.sphinxbuilder
    157 eggs = waeup.sirp[docs]
     157eggs = waeup.custom[docs]
    158158source = ${buildout:directory}/docs/source
    159159build = ${buildout:directory}/docs/build
     
    162162[coverage-detect]
    163163recipe = zc.recipe.testrunner
    164 eggs = waeup.sirp
     164eggs = waeup.custom
    165165defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    166166
Note: See TracChangeset for help on using the changeset viewer.