[Checkins] SVN: zope.documenttemplate/trunk/buildout.cfg removed version pinning, as discussed on the mailing list

Fabio Tranchitella kobold at kobold.it
Thu Aug 6 09:03:18 EDT 2009


Log message for revision 102529:
  removed version pinning, as discussed on the mailing list

Changed:
  U   zope.documenttemplate/trunk/buildout.cfg

-=-
Modified: zope.documenttemplate/trunk/buildout.cfg
===================================================================
--- zope.documenttemplate/trunk/buildout.cfg	2009-08-06 13:02:19 UTC (rev 102528)
+++ zope.documenttemplate/trunk/buildout.cfg	2009-08-06 13:03:17 UTC (rev 102529)
@@ -1,13 +1,8 @@
 [buildout]
 develop = .
 parts = test
-versions = versions
 
 [test]
 recipe = zc.recipe.testrunner
 defaults = ['--tests-pattern', '^f?tests$']
 eggs = zope.documenttemplate [test]
-
-[versions]
-zope.traversing = 3.4.0
-zope.app.publisher = 3.4.0



More information about the Checkins mailing list