[Checkins] SVN: CMF.buildout/branches/zope213-cmf22/buildout.cfg Make sure CMF's zope.app dependencies use compatible versions

Hanno Schlichting hannosch at hannosch.eu
Sun Aug 8 06:28:05 EDT 2010


Log message for revision 115539:
  Make sure CMF's zope.app dependencies use compatible versions
  

Changed:
  U   CMF.buildout/branches/zope213-cmf22/buildout.cfg

-=-
Modified: CMF.buildout/branches/zope213-cmf22/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope213-cmf22/buildout.cfg	2010-08-08 10:07:28 UTC (rev 115538)
+++ CMF.buildout/branches/zope213-cmf22/buildout.cfg	2010-08-08 10:28:04 UTC (rev 115539)
@@ -1,7 +1,9 @@
 # CMF 2.2 branch + Zope 2.13 trunk
 
 [buildout]
-extends = src/Zope2/versions.cfg
+extends =
+    src/Zope2/versions.cfg
+    http://download.zope.org/zopetoolkit/index/1.0a2/zopeapp-versions.cfg
 parts =
     zope2
     instance



More information about the checkins mailing list