Upgrade dev buildout to Plone 4.0b5; Use PloneTestCase trunk for now until 0.9.10 is out. Thanks MJ!
svn path=/plone.app.discussion/trunk/; revision=37772
This commit is contained in:
parent
42dbf1fe85
commit
3e625f3677
@ -18,13 +18,13 @@ tractor-src-directory = src
|
|||||||
|
|
||||||
# Change the number here to change the version of Plone being used
|
# Change the number here to change the version of Plone being used
|
||||||
extends =
|
extends =
|
||||||
http://dist.plone.org/release/4.0b4/versions.cfg
|
http://dist.plone.org/release/4.0b5/versions.cfg
|
||||||
versions = versions
|
versions = versions
|
||||||
|
|
||||||
# Add additional egg download sources here. dist.plone.org contains archives
|
# Add additional egg download sources here. dist.plone.org contains archives
|
||||||
# of Plone packages.
|
# of Plone packages.
|
||||||
find-links =
|
find-links =
|
||||||
http://dist.plone.org/release/4.0b4
|
http://dist.plone.org/release/4.0b5
|
||||||
http://dist.plone.org/thirdparty
|
http://dist.plone.org/thirdparty
|
||||||
|
|
||||||
# Add additional eggs here
|
# Add additional eggs here
|
||||||
@ -43,6 +43,7 @@ develop =
|
|||||||
.
|
.
|
||||||
|
|
||||||
auto-checkout =
|
auto-checkout =
|
||||||
|
Products.PloneTestCase
|
||||||
plone.formwidget.captcha
|
plone.formwidget.captcha
|
||||||
plone.formwidget.recaptcha
|
plone.formwidget.recaptcha
|
||||||
collective.akismet
|
collective.akismet
|
||||||
@ -129,6 +130,7 @@ recipe = collective.recipe.sphinxbuilder
|
|||||||
interpreter = ${buildout:directory}/bin/zopepy
|
interpreter = ${buildout:directory}/bin/zopepy
|
||||||
|
|
||||||
[sources]
|
[sources]
|
||||||
|
Products.PloneTestCase = svn http://svn.plone.org/svn/collective/Products.PloneTestCase/trunk/
|
||||||
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.akismet = svn https://svn.plone.org/svn/collective/collective.akismet/trunk
|
||||||
|
Loading…
Reference in New Issue
Block a user