From f1444f695b5677b1641ebd8850bf7ca39ad0f1cf Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Mon, 21 Jun 2010 09:13:19 +0000 Subject: [PATCH] collective.akismet added to dev plone3 buildout. svn path=/plone.app.discussion/trunk/; revision=37370 --- dev-plone3.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-plone3.cfg b/dev-plone3.cfg index 0c29164..b36eaf3 100644 --- a/dev-plone3.cfg +++ b/dev-plone3.cfg @@ -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