Upgrade dev buildout to Plone 4.0rc1 (pin down TinyMCE to 1.1.1 because fetching 1.1.2 breaks buildout)

svn path=/plone.app.discussion/trunk/; revision=38661
This commit is contained in:
Timo Stollenwerk 2010-08-09 11:49:04 +00:00
parent 7705e7facf
commit 34a199a2cb
1 changed files with 4 additions and 2 deletions

View File

@ -18,13 +18,13 @@ tractor-src-directory = src
# Change the number here to change the version of Plone being used
extends =
http://dist.plone.org/release/4.0b5/versions.cfg
http://dist.plone.org/release/4.0rc1/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.0b5
http://dist.plone.org/release/4.0rc1
http://dist.plone.org/thirdparty
# Add additional eggs here
@ -34,6 +34,7 @@ eggs =
plone.app.discussion
plone.formwidget.captcha
plone.formwidget.recaptcha
collective.akismet
collective.autoresizetextarea
Products.PdbDebugMode
Products.PrintingMailHost
@ -55,6 +56,7 @@ auto-checkout =
[versions]
zope.schema = 3.6.0
Sphinx = 0.6.4
Products.TinyMCE = 1.1.1
[instance]
# For more information on this step and configuration options see: