collective.akismet added to dev plone3 buildout.
svn path=/plone.app.discussion/trunk/; revision=37370
This commit is contained in:
parent
5f2daced20
commit
f1444f695b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user