[Checkins] SVN: grok/trunk/ 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:16:39 EDT 2007


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

Changed:
  U   grok/trunk/buildout.cfg
  U   grok/trunk/doc/groktut/buildout_tut.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2007-07-14 15:12:03 UTC (rev 77932)
+++ grok/trunk/buildout.cfg	2007-07-14 15:16:39 UTC (rev 77933)
@@ -7,12 +7,8 @@
 recipe = zc.recipe.egg
 eggs = grokdocs
 
-[zope3]
-# this dead chicken is needed by some other recipe(s)
-location =
-
 [grokwiki]
-recipe = zc.zope3recipes:app
+recipe = zc.zope3recipes>=0.5.3:application
 eggs = grokwiki
 site.zcml = <include package="grokwiki" />
             <include package="zope.app.twisted" />

Modified: grok/trunk/doc/groktut/buildout_tut.cfg
===================================================================
--- grok/trunk/doc/groktut/buildout_tut.cfg	2007-07-14 15:12:03 UTC (rev 77932)
+++ grok/trunk/doc/groktut/buildout_tut.cfg	2007-07-14 15:16:39 UTC (rev 77933)
@@ -3,15 +3,11 @@
 eggs-directory = ../eggs
 find-links = http://download.zope.org/distribution/
 
-[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 = sample
 site.zcml = <include package="sample" />
             <include package="zope.app.twisted" />



More information about the Checkins mailing list