[Checkins] SVN: zc.catalog/trunk/buildout.cfg use the ztk
    Jan-Wijbrand Kolman 
    janwijbrand at gmail.com
       
    Tue Oct  5 07:26:00 EDT 2010
    
    
  
Log message for revision 117242:
  use the ztk
Changed:
  U   zc.catalog/trunk/buildout.cfg
-=-
Modified: zc.catalog/trunk/buildout.cfg
===================================================================
--- zc.catalog/trunk/buildout.cfg	2010-10-05 09:13:30 UTC (rev 117241)
+++ zc.catalog/trunk/buildout.cfg	2010-10-05 11:25:59 UTC (rev 117242)
@@ -1,9 +1,12 @@
 [buildout]
+extends =
+    http://download.zope.org/zopetoolkit/index/1.0c3/zopeapp-versions.cfg
+    http://download.zope.org/zopetoolkit/index/1.0c3/ztk-versions.cfg
+parts = test
+versions = versions
 develop = .
-parts = test
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zc.catalog [test]
 defaults = "--exit-with-status".split()
-
    
    
More information about the checkins
mailing list