[Checkins] SVN: z3c.soap/trunk/buildout.cfg update buildout

Jean-Francois Roche jfroche at jfroche.be
Wed May 5 13:08:26 EDT 2010


Log message for revision 111986:
  update buildout

Changed:
  U   z3c.soap/trunk/buildout.cfg

-=-
Modified: z3c.soap/trunk/buildout.cfg
===================================================================
--- z3c.soap/trunk/buildout.cfg	2010-05-05 17:07:54 UTC (rev 111985)
+++ z3c.soap/trunk/buildout.cfg	2010-05-05 17:08:25 UTC (rev 111986)
@@ -3,6 +3,7 @@
     instance
     test
 
+extends = http://download.zope.org/Zope2/index/2.12.5/versions.cfg
 find-links =
 
 develop =
@@ -14,23 +15,15 @@
 unzip = true
 
 [versions]
-Products.GenericSetup <= 1.4.4
-five.localsitemanager = 1.1
 
-[zope2]
-recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.10.6/Zope-2.10.6-final.tgz
-fake-zope-eggs = true
-skip-fake-eggs = zope.testing
-
 [instance]
 recipe = plone.recipe.zope2instance
-zope2-location = ${zope2:location}
 user = admin:admin
 verbose-security = on
 debug-mode = on
 eggs =
     ${buildout:eggs}
+    Zope2
     zope.testing
     z3c.soap
 
@@ -40,6 +33,5 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.soap
+       Zope2
 defaults = ['--tests-pattern', '^f?tests$', '-c', '--module=z3c.soap']
-extra-paths = ${zope2:location}/lib/python
-



More information about the checkins mailing list