[Checkins] SVN: Zope2.buildout/trunk/buildout.cfg First steps to depend on the KGS

Hanno Schlichting plone at hannosch.info
Mon Aug 25 13:16:26 EDT 2008


Log message for revision 90240:
  First steps to depend on the KGS
  

Changed:
  U   Zope2.buildout/trunk/buildout.cfg

-=-
Modified: Zope2.buildout/trunk/buildout.cfg
===================================================================
--- Zope2.buildout/trunk/buildout.cfg	2008-08-25 17:12:50 UTC (rev 90239)
+++ Zope2.buildout/trunk/buildout.cfg	2008-08-25 17:16:25 UTC (rev 90240)
@@ -2,10 +2,15 @@
 develop = .
 parts = test
 find-links = http://download.zope.org/distribution/
+unzip = true
+
+extends = http://download.zope.org/zope3.4/versions-3.4.0c1.cfg
 versions = versions
 
 [versions]
 zope.testing = 3.4.0
+setuptools = 0.6c8
+zc.buildout = 1.1.1
 
 [test]
 recipe = zc.recipe.testrunner<=1.0.9999



More information about the Checkins mailing list