[Zope-Checkins] SVN: Zope/trunk/buildout.cfg Simplified buildout configuration by removing references to '${buildout:eggs}'.

Baiju M baiju.m.mail at gmail.com
Fri Mar 27 17:21:12 EDT 2009


Log message for revision 98428:
  Simplified buildout configuration by removing references to '${buildout:eggs}'.
  They are not needed because there is only one egg (Zope2) required for each part.
  

Changed:
  U   Zope/trunk/buildout.cfg

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2009-03-27 17:44:39 UTC (rev 98427)
+++ Zope/trunk/buildout.cfg	2009-03-27 21:21:12 UTC (rev 98428)
@@ -9,12 +9,10 @@
 extends = versions-zope2.cfg
 versions = versions
 unzip = true
-eggs =
-    Zope2
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = ${buildout:eggs}
+eggs = Zope2
 
 [scripts]
 recipe = zc.recipe.egg:scripts
@@ -22,6 +20,6 @@
 
 [zopepy]
 recipe = zc.recipe.egg
-eggs = ${buildout:eggs}
+eggs = Zope2
 interpreter = zopepy
 scripts = zopepy



More information about the Zope-Checkins mailing list