[Checkins] SVN: zope.app.authentication/branches/3.4/buildout.cfg use grok-1.0's version list as a 'ztk' to get things to run again for this old version.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu May 27 05:54:47 EDT 2010


Log message for revision 112759:
  use grok-1.0's version list as a 'ztk' to get things to run again for this old version.

Changed:
  U   zope.app.authentication/branches/3.4/buildout.cfg

-=-
Modified: zope.app.authentication/branches/3.4/buildout.cfg
===================================================================
--- zope.app.authentication/branches/3.4/buildout.cfg	2010-05-27 09:40:16 UTC (rev 112758)
+++ zope.app.authentication/branches/3.4/buildout.cfg	2010-05-27 09:54:47 UTC (rev 112759)
@@ -1,7 +1,12 @@
 [buildout]
+extends = http://svn.zope.org/*checkout*/grok/branches/1.0/versions.cfg?rev=112565
 develop = .
 parts = test
+versions = versions
 
+[versions]
+zope.app.authentication =
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.authentication [test]



More information about the checkins mailing list