[Checkins] SVN: groktoolkit/trunk/grok.cfg Use non CGI urls to retrieve the ztk

Vincent Fretin vincent.fretin at gmail.com
Sun Jan 31 05:55:54 EST 2010


Log message for revision 108669:
  Use non CGI urls to retrieve the ztk

Changed:
  U   groktoolkit/trunk/grok.cfg

-=-
Modified: groktoolkit/trunk/grok.cfg
===================================================================
--- groktoolkit/trunk/grok.cfg	2010-01-31 10:26:59 UTC (rev 108668)
+++ groktoolkit/trunk/grok.cfg	2010-01-31 10:55:54 UTC (rev 108669)
@@ -1,6 +1,7 @@
 [grok]
 version = 1.1dev
 included =
+#   grok
    grokcore.annotation
    grokcore.component
    grokcore.formlib
@@ -24,8 +25,8 @@
 
 [buildout]
 extends =
-    http://svn.zope.org/*checkout*/zopetoolkit/trunk/zopeapp.cfg?rev=108655
-    http://svn.zope.org/*checkout*/zopetoolkit/trunk/ztk.cfg?rev=107997
+    http://svn.zope.org/repos/main/zopetoolkit/trunk/zopeapp.cfg?rev=108655
+    http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk.cfg?rev=107997
 
 [versions]
 grok = 1.1a2
@@ -39,18 +40,18 @@
 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.2
 
 # Tools
+Paste = 1.7.2
+PasteDeploy = 1.3.3
 PasteScript = 1.7.3
 buildout.dumppickedversions = 0.4
 collective.recipe.template = 1.4
+simplejson = 2.0.9
 z3c.recipe.compattest = 0.12.1
 z3c.recipe.dev = 0.5.4
 z3c.recipe.eggbasket = 0.4.3
@@ -61,6 +62,7 @@
 zest.releaser = 2.10
 
 [sources]
+grok = svn svn+ssh://svn.zope.org/repos/main/grok/trunk
 grokcore.annotation = svn svn+ssh://svn.zope.org/repos/main/grokcore.annotation/trunk
 grokcore.component = svn svn+ssh://svn.zope.org/repos/main/grokcore.component/branches/1.x
 grokcore.formlib = svn svn+ssh://svn.zope.org/repos/main/grokcore.formlib/trunk



More information about the checkins mailing list