[Checkins] SVN: zope.container/trunk/ removed external on zope.app.container that was just needed for the move

Wolfgang Schnerring wosc at wosc.de
Fri Jan 30 07:27:18 EST 2009


Log message for revision 95553:
  removed external on zope.app.container that was just needed for the move
  

Changed:
  _U  zope.container/trunk/
  U   zope.container/trunk/buildout.cfg

-=-

Property changes on: zope.container/trunk
___________________________________________________________________
Modified: svn:externals
   - zope.app.container svn://svn.zope.org/repos/main/zope.app.container/trunk

   + 


Modified: zope.container/trunk/buildout.cfg
===================================================================
--- zope.container/trunk/buildout.cfg	2009-01-30 12:26:13 UTC (rev 95552)
+++ zope.container/trunk/buildout.cfg	2009-01-30 12:27:17 UTC (rev 95553)
@@ -1,8 +1,26 @@
 [buildout]
-develop = . zope.app.container
-parts = test
+develop = .
+    /home/wosc/gocept/grok/sprint/zope.app.broken
+    /home/wosc/gocept/grok/sprint/zope.testing
+    /home/wosc/gocept/grok/compattest
+parts = test graph compat
+versions = versions
 
+[versions]
+ZODB3 = 3.8
+zope.app.apidoc = 3.5
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.container
 
+[graph]
+recipe = zc.recipe.egg
+eggs = ${test:eggs}
+       tl.eggdeps
+
+[compat]
+recipe = z3c.recipe.compattest
+use_svn = true
+svn_directory = /home/wosc/gocept/grok/sprint
+max_jobs = 5



More information about the Checkins mailing list