From 03516d3aad28a3b06ba618405570b1f4109b18bc Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 16 Mar 2010 11:04:02 +0000 Subject: [PATCH] upgrade buildout to Plone 4.0b1. svn path=/plone.app.discussion/buildouts/; revision=34913 --- dev-plone4/buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-plone4/buildout.cfg b/dev-plone4/buildout.cfg index 7f1d00d..10b7e3e 100644 --- a/dev-plone4/buildout.cfg +++ b/dev-plone4/buildout.cfg @@ -17,13 +17,13 @@ packages-under-test = plone.app.discussion # Change the number here to change the version of Plone being used extends = http://download.zope.org/Zope2/index/2.12.1/versions.cfg - http://dist.plone.org/release/4.0a4/versions.cfg + http://dist.plone.org/release/4.0b1/versions.cfg versions = versions # Add additional egg download sources here. dist.plone.org contains archives # of Plone packages. find-links = - http://dist.plone.org/release/4.0a4 + http://dist.plone.org/release/4.0b1 http://dist.plone.org/thirdparty # Add additional eggs here