[Checkins] SVN: zope.dublincore/trunk/buildout.cfg Extend from ZTK	1.0 in order to find dependencies and run buildout.
    Jan-Jaap Driessen 
    jdriessen at thehealthagency.com
       
    Thu Oct 14 11:22:11 EDT 2010
    
    
  
Log message for revision 117556:
  Extend from ZTK 1.0 in order to find dependencies and run buildout.
Changed:
  U   zope.dublincore/trunk/buildout.cfg
-=-
Modified: zope.dublincore/trunk/buildout.cfg
===================================================================
--- zope.dublincore/trunk/buildout.cfg	2010-10-14 14:20:26 UTC (rev 117555)
+++ zope.dublincore/trunk/buildout.cfg	2010-10-14 15:22:10 UTC (rev 117556)
@@ -1,4 +1,8 @@
 [buildout]
+extends =
+    http://download.zope.org/zopetoolkit/index/1.0/zopeapp-versions.cfg
+    http://download.zope.org/zopetoolkit/index/1.0/ztk-versions.cfg
+versions = versions
 develop = .
 parts = test
 
    
    
More information about the checkins
mailing list