[Checkins] SVN: grokui.admin/trunk/buildout.cfg Use released versions of grokcore packages.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Jan 3 11:04:41 EST 2011


Log message for revision 119320:
  Use released versions of grokcore packages.

Changed:
  U   grokui.admin/trunk/buildout.cfg

-=-
Modified: grokui.admin/trunk/buildout.cfg
===================================================================
--- grokui.admin/trunk/buildout.cfg	2011-01-03 14:20:51 UTC (rev 119319)
+++ grokui.admin/trunk/buildout.cfg	2011-01-03 16:04:40 UTC (rev 119320)
@@ -4,15 +4,16 @@
 extends = http://svn.zope.org/repos/main/groktoolkit/trunk/grok.cfg
 extensions = mr.developer
 auto-checkout = grok
-                grokcore.xmlrpc
-                grokcore.traverser
-                grokcore.site
-                grokcore.rest
                 zope.fanstatic
                 fanstatic
 
 [versions]
 grokui.admin =
+# Remove these after the next groktoolkit release.
+grokcore.xmlrpc = 1.0
+grokcore.traverser = 1.0
+grokcore.site = 1.5
+grokcore.rest = 1.0
 
 [test]
 recipe = zc.recipe.testrunner



More information about the checkins mailing list