[Checkins] SVN: grokui.introspector/trunk/ Now we also need grokcore.formlib.

Uli Fouquet uli at gnufix.de
Thu Jul 31 12:08:01 EDT 2008


Log message for revision 89099:
  Now we also need grokcore.formlib.

Changed:
  _U  grokui.introspector/trunk/
  U   grokui.introspector/trunk/buildout.cfg

-=-

Property changes on: grokui.introspector/trunk
___________________________________________________________________
Name: svn:externals
   - bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/
zope.introspector svn://svn.zope.org/repos/main/zope.introspector/branches/zi-with-ui
grokcore.view svn://svn.zope.org/repos/main/grokcore.view/trunk
grokcore.security svn://svn.zope.org/repos/main/grokcore.security/trunk
grok svn://svn.zope.org/repos/main/grok/branches/grokcore.xxx

   + bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/
zope.introspector svn://svn.zope.org/repos/main/zope.introspector/trunk
zope.introspectorui svn://svn.zope.org/repos/main/zope.introspectorui/trunk
grokcore.view svn://svn.zope.org/repos/main/grokcore.view/trunk
grokcore.security svn://svn.zope.org/repos/main/grokcore.security/trunk
grokcore.formlib svn://svn.zope.org/repos/main/grokcore.formlib/trunk
grok svn://svn.zope.org/repos/main/grok/branches/grokcore.xxx


Modified: grokui.introspector/trunk/buildout.cfg
===================================================================
--- grokui.introspector/trunk/buildout.cfg	2008-07-31 15:46:30 UTC (rev 89098)
+++ grokui.introspector/trunk/buildout.cfg	2008-07-31 16:08:00 UTC (rev 89099)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . zope.introspector grokcore.view grokcore.security grok
+develop = . zope.introspector grokcore.view grokcore.security grokcore.formlib grok
 parts = test data zopectl app
 extends = http://grok.zope.org/releaseinfo/grok-0.13.cfg
 versions = versions



More information about the Checkins mailing list