[Checkins] SVN: grok/trunk/grok.cfg Add a grok.cfg file which define a set of version usuable by Grok based on the ZTK

Sylvain Viollon sylvain at infrae.com
Wed Jan 20 06:34:50 EST 2010


Log message for revision 108298:
  Add a grok.cfg file which define a set of version usuable by Grok based on the ZTK
  

Changed:
  A   grok/trunk/grok.cfg

-=-
Added: grok/trunk/grok.cfg
===================================================================
--- grok/trunk/grok.cfg	                        (rev 0)
+++ grok/trunk/grok.cfg	2010-01-20 11:34:50 UTC (rev 108298)
@@ -0,0 +1,34 @@
+[buildout]
+extends =
+    http://svn.zope.org/*checkout*/zopetoolkit/trunk/zopeapp.cfg?rev=107993
+    http://svn.zope.org/*checkout*/zopetoolkit/trunk/ztk.cfg?rev=107997
+
+[versions]
+grokcore.annotation = 1.2
+grokcore.component = 1.8
+grokcore.formlib = 1.5
+grokcore.security = 1.4
+grokcore.site = 1.2
+grokcore.startup = 0.4
+grokcore.view = 1.13.2
+grokcore.viewlet = 1.3
+grokui.admin = 0.3.2
+martian = 0.11.1
+Paste = 1.7.2
+PasteDeploy = 1.3.3
+simplejson = 2.0.9
+z3c.autoinclude = 0.3.1
+z3c.evalexception = 2.0
+z3c.flashmessage = 1.0
+zc.catalog = 1.4.1
+
+# Tools
+PasteScript = 1.7.3
+z3c.recipe.dev = 0.5.4
+z3c.recipe.eggbasket = 0.4.3
+z3c.recipe.mkdir = 0.3.1
+z3c.recipe.template = 0.1
+z3c.testsetup = 0.5.1
+zest.releaser = 2.10
+z3c.recipe.compattest = 0.12.1
+



More information about the checkins mailing list