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