[Checkins] SVN: Grokstar/trunk/buildout.cfg Use new zc.zope3recipes application recipe so that we can get rid of the

Philipp von Weitershausen philikon at philikon.de
Sat Jul 14 11:18:20 EDT 2007


Log message for revision 77934:
  Use new zc.zope3recipes application recipe so that we can get rid of the
  dead chicken [zope3] section.
  

Changed:
  U   Grokstar/trunk/buildout.cfg

-=-
Modified: Grokstar/trunk/buildout.cfg
===================================================================
--- Grokstar/trunk/buildout.cfg	2007-07-14 15:16:39 UTC (rev 77933)
+++ Grokstar/trunk/buildout.cfg	2007-07-14 15:18:19 UTC (rev 77934)
@@ -2,15 +2,11 @@
 develop = .
 parts = app data zopectl test
 
-[zope3]
-# this dead chicken is needed by some other recipe(s)
-location =
-
 [data]
 recipe = zc.recipe.filestorage
 
 [app]
-recipe = zc.zope3recipes:app
+recipe = zc.zope3recipes>=0.5.3:application
 eggs = Grokstar
 site.zcml = <include package="grokstar" />
             <include package="zope.app.twisted" />



More information about the Checkins mailing list