[Checkins] SVN: megrok.five/trunk/buildout.cfg Use newer versions of the zope 2 recipes.

Philipp von Weitershausen philikon at philikon.de
Tue Feb 27 18:17:55 EST 2007


Log message for revision 72896:
  Use newer versions of the zope 2 recipes.
  

Changed:
  U   megrok.five/trunk/buildout.cfg

-=-
Modified: megrok.five/trunk/buildout.cfg
===================================================================
--- megrok.five/trunk/buildout.cfg	2007-02-27 21:48:28 UTC (rev 72895)
+++ megrok.five/trunk/buildout.cfg	2007-02-27 23:17:54 UTC (rev 72896)
@@ -3,11 +3,11 @@
 develop = . TodoList
 
 [zope2]
-recipe = z2c.recipe.zope2install
+recipe = plone.recipe.zope2install
 svn = svn://svn.zope.org/repos/main/Zope/branches/2.10
 
 [instance]
-recipe = z2c.recipe.zope2instance
+recipe = plone.recipe.zope2instance
 zope2-location = ${zope2:location}
 user = admin:admin
 debug-mode = on



More information about the Checkins mailing list