Changeset 8446
- Timestamp:
- 14 May 2012, 10:14:48 (13 years ago)
- Location:
- main/waeup.aaue/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/buildout-windows.cfg
r8360 r8446 25 25 # This creates only the paster script in bin/. 26 26 recipe = zc.recipe.egg 27 eggs = waeup. uniben27 eggs = waeup.aaue 28 28 z3c.evalexception>=2.0 29 29 Paste -
main/waeup.aaue/trunk/buildout-zeo.cfg
r8061 r8446 112 112 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 113 113 recipe = zc.recipe.egg 114 eggs = waeup. uniben[beaker]114 eggs = waeup.aaue [beaker] 115 115 arguments = "${buildout:parts-directory}/etc/zeo1.conf" 116 116 scripts = kofactl=zeo_client1 … … 119 119 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 120 120 recipe = zc.recipe.egg 121 eggs = waeup. uniben[beaker]121 eggs = waeup.aaue [beaker] 122 122 arguments = "${buildout:parts-directory}/etc/zeo2.conf" 123 123 scripts = kofactl=zeo_client2 -
main/waeup.aaue/trunk/buildout.cfg
r8360 r8446 34 34 # This creates all scripts in bin/. The kofactl created here is 'faulty'. 35 35 recipe = zc.recipe.egg 36 eggs = waeup. uniben[beaker]36 eggs = waeup.aaue [beaker] 37 37 z3c.evalexception>=2.0 38 38 Paste … … 47 47 # fixed path to zdaemon.conf as argument. 48 48 recipe = zc.recipe.egg 49 eggs = waeup. uniben[beaker]49 eggs = waeup.aaue [beaker] 50 50 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 51 51 scripts = kofactl=kofactl … … 62 62 [test] 63 63 recipe = zc.recipe.testrunner 64 eggs = waeup. uniben[beaker, test]64 eggs = waeup.aaue [beaker, test] 65 65 defaults = ['--tests-pattern', '^f?tests$', '-v'] 66 66 … … 68 68 [i18n] 69 69 recipe = z3c.recipe.i18n:i18n 70 packages = waeup. uniben71 eggs = waeup. uniben72 domain = waeup. uniben73 output = src/waeup/ uniben/locales70 packages = waeup.aaue 71 eggs = waeup.aaue 72 domain = waeup.aaue 73 output = src/waeup/aaue/locales 74 74 zcml = 75 75 … … 78 78 [zpasswd] 79 79 recipe = z3c.recipe.dev:script 80 eggs = waeup. uniben80 eggs = waeup.aaue 81 81 module = zope.app.server.zpasswd 82 82 method = main … … 135 135 [waeupdocs] 136 136 recipe = collective.recipe.sphinxbuilder 137 eggs = waeup. uniben[docs]137 eggs = waeup.aaue[docs] 138 138 source = ${buildout:directory}/docs/source 139 139 build = ${buildout:directory}/docs/build … … 142 142 [coverage-detect] 143 143 recipe = zc.recipe.testrunner 144 eggs = waeup. uniben[beaker]144 eggs = waeup.aaue[beaker] 145 145 defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] 146 146 -
main/waeup.aaue/trunk/setup.py
r8360 r8446 43 43 read('README.txt') 44 44 + '\n\n' 45 + read('src', 'waeup', ' uniben', 'README.txt')45 + read('src', 'waeup', 'aaue', 'README.txt') 46 46 + '\n\n' 47 47 + read('CHANGES.txt') … … 51 51 ) 52 52 53 setup(name = 'waeup. uniben',53 setup(name = 'waeup.aaue', 54 54 version = version, 55 55 description = "A customized waeup.kofa", … … 89 89 # Add entry points here 90 90 [hurry.resource.libraries] 91 waeup_ uniben = waeup.uniben.browser.resources:waeup_uniben91 waeup_custom = waeup.aaue.browser.resources:waeup_custom 92 92 [console_scripts] 93 93 kofa-debug = grokcore.startup:interactive_debug_prompt
Note: See TracChangeset for help on using the changeset viewer.