[Checkins] SVN: grokproject/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:22:14 EDT 2007


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

Changed:
  U   grokproject/trunk/README.txt
  U   grokproject/trunk/grokproject/template/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/README.txt
===================================================================
--- grokproject/trunk/README.txt	2007-07-14 15:20:26 UTC (rev 77935)
+++ grokproject/trunk/README.txt	2007-07-14 15:22:13 UTC (rev 77936)
@@ -22,10 +22,11 @@
 Changes
 =======
 
-0.5.1 (unreleased)
+0.5.1 (2007-07-14)
 ------------------
 
-* ...
+* Use the new 'application' recipe from zc.zope3recipes so that we can
+  get rid of the dead chicken [zope3] section in buildout.cfg.
 
 0.5 (2007-07-14)
 ----------------

Modified: grokproject/trunk/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2007-07-14 15:20:26 UTC (rev 77935)
+++ grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2007-07-14 15:22:13 UTC (rev 77936)
@@ -5,15 +5,11 @@
 eggs-directory = ${eggs_dir}
 newest = ${newest}
 
-[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 = ${egg}
 site.zcml = <include package="${package}" />
             <include package="zope.app.twisted" />



More information about the Checkins mailing list