[Checkins] SVN: z3c.recipe.egg_/trunk/buildout.cfg * Might as well put the egg in the buildout

Ross Patterson me at rpatterson.net
Fri Jun 6 14:16:33 EDT 2008


Log message for revision 87212:
  * Might as well put the egg in the buildout
  

Changed:
  U   z3c.recipe.egg_/trunk/buildout.cfg

-=-
Modified: z3c.recipe.egg_/trunk/buildout.cfg
===================================================================
--- z3c.recipe.egg_/trunk/buildout.cfg	2008-06-06 16:44:23 UTC (rev 87211)
+++ z3c.recipe.egg_/trunk/buildout.cfg	2008-06-06 18:16:32 UTC (rev 87212)
@@ -1,7 +1,8 @@
 [buildout]
 develop = .
 parts = test
+eggs = z3c.recipe.egg [test]
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3c.recipe.egg [test]
+eggs = ${buildout:eggs}
\ No newline at end of file



More information about the Checkins mailing list