[Checkins] SVN: grokcore.formlib/trunk/ fix the current brokeness due to a missing version pin for zope.container.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Apr 16 15:38:16 EDT 2009


Log message for revision 99221:
  fix the current brokeness due to a missing version pin for zope.container.

Changed:
  U   grokcore.formlib/trunk/src/grokcore/formlib/configure.zcml
  U   grokcore.formlib/trunk/versions.cfg

-=-
Modified: grokcore.formlib/trunk/src/grokcore/formlib/configure.zcml
===================================================================
--- grokcore.formlib/trunk/src/grokcore/formlib/configure.zcml	2009-04-16 19:09:02 UTC (rev 99220)
+++ grokcore.formlib/trunk/src/grokcore/formlib/configure.zcml	2009-04-16 19:38:16 UTC (rev 99221)
@@ -1,6 +1,7 @@
 <configure xmlns="http://namespaces.zope.org/zope">
 
   <include package="grokcore.view" />
+  <include package="zope.container" />
   <include package="zope.formlib" />
 
 </configure>

Modified: grokcore.formlib/trunk/versions.cfg
===================================================================
--- grokcore.formlib/trunk/versions.cfg	2009-04-16 19:09:02 UTC (rev 99220)
+++ grokcore.formlib/trunk/versions.cfg	2009-04-16 19:38:16 UTC (rev 99221)
@@ -7,7 +7,7 @@
 docutils = 0.4
 grokcore.component = 1.5.1
 grokcore.security = 1.0
-grokcore.view = 1.1
+grokcore.view = 1.4
 martian = 0.11
 mechanize = 0.1.7b
 pytz = 2007k
@@ -68,6 +68,7 @@
 zope.cachedescriptors = 3.4.1
 zope.component = 3.4
 zope.configuration = 3.4
+zope.container = 3.7.1
 zope.contentprovider = 3.4
 zope.contenttype = 3.4
 zope.copypastemove = 3.4



More information about the Checkins mailing list