[Checkins] SVN: zope.traversing/branches/3.4/buildout.cfg Nail versions down so that buildout can work

Philipp von Weitershausen philikon at philikon.de
Sat Sep 29 07:16:56 EDT 2007


Log message for revision 80373:
  Nail versions down so that buildout can work
  

Changed:
  U   zope.traversing/branches/3.4/buildout.cfg

-=-
Modified: zope.traversing/branches/3.4/buildout.cfg
===================================================================
--- zope.traversing/branches/3.4/buildout.cfg	2007-09-29 11:16:38 UTC (rev 80372)
+++ zope.traversing/branches/3.4/buildout.cfg	2007-09-29 11:16:55 UTC (rev 80373)
@@ -2,7 +2,33 @@
 develop = . 
 parts = test
 find-links = http://download.zope.org/distribution/
+versions = versions
 
+[versions]
+docutils = 0.4
+RestrictedPython = 3.4.2
+ZConfig = 2.5
+ZODB = 3.8.0b4
+zdaemon = 2.0.0
+zope.proxy = 3.4.0
+zope.interface = 3.4.0
+zope.schema = 3.4.0
+zope.testing = 3.5.1
+zope.index = 3.4.1
+zope.formlib = 3.4.0
+zope.event = 3.4.0
+zope.lifecycleevent = 3.4.0
+zope.dublincore = 3.4.0
+zope.i18nmessageid = 3.4.3
+zope.dottedname = 3.4.0
+zope.cachedescriptors = 3.4.0
+zope.deprecation = 3.4.0
+zope.deferredimport = 3.4.0
+zope.structuredtext = 3.4.0
+zope.publisher = 3.4.1b2
+zope.app.publisher = 3.4.0
+zope.app.wsgi = 3.4.0
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.traversing [test]



More information about the Checkins mailing list