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