[Checkins] SVN: five.grok/trunk/buildout.cfg Use nice working versions.

Sylvain Viollon sylvain at infrae.com
Tue Sep 15 12:48:54 EDT 2009


Log message for revision 104109:
  Use nice working versions.
  
  

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

-=-
Modified: five.grok/trunk/buildout.cfg
===================================================================
--- five.grok/trunk/buildout.cfg	2009-09-15 16:45:08 UTC (rev 104108)
+++ five.grok/trunk/buildout.cfg	2009-09-15 16:48:53 UTC (rev 104109)
@@ -20,13 +20,21 @@
 martian = 0.11
 zope.app.publisher = 3.5.1
 zope.app.zcmlfiles = 3.4.3
-zope.component = 3.4.0
-zope.i18n = 3.4.0
+zope.component = 3.4
+zope.i18n = 3.6.0
+zope.interface = 3.5.1
 zope.securitypolicy = 3.4.1
+zope.testing = 3.7.5
 
 [zope2]
 recipe = plone.recipe.zope2install
 url = http://www.zope.org/Products/Zope/2.10.9/Zope-2.10.9-final.tgz
+skip-fake-eggs =
+   zope.app.publisher
+   zope.component
+   zope.i18n
+   zope.interface
+   zope.testing
 
 [instance]
 recipe = plone.recipe.zope2instance



More information about the checkins mailing list