[Zope-Checkins] SVN: Zope/trunk/buildout.cfg Revert c98428, as it broke the nightly tests.
Hanno Schlichting
plone at hannosch.info
Sat Mar 28 08:21:12 EDT 2009
Log message for revision 98431:
Revert c98428, as it broke the nightly tests.
Changed:
U Zope/trunk/buildout.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2009-03-28 01:48:58 UTC (rev 98430)
+++ Zope/trunk/buildout.cfg 2009-03-28 12:21:11 UTC (rev 98431)
@@ -9,10 +9,12 @@
extends = versions-zope2.cfg
versions = versions
unzip = true
+eggs =
+ Zope2
[test]
recipe = zc.recipe.testrunner
-eggs = Zope2
+eggs = ${buildout:eggs}
[scripts]
recipe = zc.recipe.egg:scripts
@@ -20,6 +22,6 @@
[zopepy]
recipe = zc.recipe.egg
-eggs = Zope2
+eggs = ${buildout:eggs}
interpreter = zopepy
scripts = zopepy
More information about the Zope-Checkins
mailing list