collective.akismet added to dev plone3 buildout.

svn path=/plone.app.discussion/trunk/; revision=37370
This commit is contained in:
Timo Stollenwerk 2010-06-21 09:13:19 +00:00
parent 5f2daced20
commit f1444f695b
1 changed files with 6 additions and 1 deletions

View File

@ -23,6 +23,7 @@ develop =
auto-checkout =
plone.formwidget.captcha
plone.formwidget.recaptcha
collective.akismet
collective.autoresizetextarea
[zope2]
@ -46,6 +47,7 @@ eggs =
plone.formwidget.captcha
plone.formwidget.recaptcha
collective.autoresizetextarea
collective.akismet
zcml =
plone.reload
@ -64,7 +66,9 @@ scripts = zopepy
[test]
recipe = collective.xmltestreport
eggs = plone.app.discussion
eggs =
plone.app.discussion
collective.akismet
# other eggs in this list not shown
extra-paths = ${zope2:location}/lib/python
defaults = ['--exit-with-status', '--auto-color', '--auto-progress']
@ -77,4 +81,5 @@ packages-under-test = plone.app.discussion
[sources]
plone.formwidget.captcha = svn https://svn.plone.org/svn/plone/plone.formwidget.captcha/trunk
plone.formwidget.recaptcha = svn https://svn.plone.org/svn/plone/plone.formwidget.recaptcha/trunk
collective.akismet = svn https://svn.plone.org/svn/collective/collective.akismet/trunk
collective.autoresizetextarea = svn https://svn.plone.org/svn/collective/collective.autoresizetextarea/trunk