mr.developer and add-on sources added.

This commit is contained in:
Timo Stollenwerk 2011-10-30 10:09:22 +01:00
parent 24c6b81884
commit f6ab849f41
1 changed files with 14 additions and 1 deletions

View File

@ -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/