From f6ab849f41bad48606653de1bbf9a4746a6d6b15 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sun, 30 Oct 2011 10:09:22 +0100 Subject: [PATCH] mr.developer and add-on sources added. --- buildout.cfg | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index e127cbc..e7f3d34 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,8 +1,14 @@ [buildout] extends = http://svn.plone.org/svn/collective/buildout/plonetest/plone-4.1.x.cfg -extensions = buildout.eggtractor +extensions = buildout.eggtractor mr.developer tractor-src-directory = . +auto-checkout = + collective.autoresizetextarea + collective.akismet + collective.z3cform.norobots + plone.formwidget.captcha + plone.formwidget.recaptcha package-name = plone.app.discussion package-directory = plone/app/discussion @@ -58,3 +64,10 @@ input = inline: bin/zopepy setup.py upload_sphinx output = ${buildout:directory}/bin/sphinxupload mode = 755 + +[sources] +collective.akismet = svn https://svn.plone.org/svn/collective/collective.autoresizetextarea/trunk +collective.autoresizetextarea = svn https://svn.plone.org/svn/collective/collective.autoresizetextarea/trunk +collective.z3cform.norobots = svn https://svn.plone.org/svn/collective/collective.z3cform.norobots/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/ \ No newline at end of file