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

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to