[Checkins] SVN: grok/branches/grokcore.xxx/ depend on grokcore.formlib

Philipp von Weitershausen philikon at philikon.de
Tue Jul 29 18:50:32 EDT 2008


Log message for revision 89008:
  depend on grokcore.formlib
  

Changed:
  U   grok/branches/grokcore.xxx/buildout.cfg
  _U  grok/branches/grokcore.xxx/devel/
  U   grok/branches/grokcore.xxx/setup.py

-=-
Modified: grok/branches/grokcore.xxx/buildout.cfg
===================================================================
--- grok/branches/grokcore.xxx/buildout.cfg	2008-07-29 22:45:04 UTC (rev 89007)
+++ grok/branches/grokcore.xxx/buildout.cfg	2008-07-29 22:50:31 UTC (rev 89008)
@@ -1,5 +1,8 @@
 [buildout]
-develop = . grokdocs grokwiki devel/grokcore.view devel/grokcore.security
+develop = . grokdocs grokwiki
+          devel/grokcore.security
+          devel/grokcore.view
+          devel/grokcore.formlib
 parts = docs interpreter grokwiki zopectl data test bundlemaker
 find-links = http://download.zope.org/distribution/
 extends = versions.cfg


Property changes on: grok/branches/grokcore.xxx/devel
___________________________________________________________________
Name: svn:externals
   - grokcore.security svn://svn.zope.org/repos/main/grokcore.security/trunk
grokcore.view     svn://svn.zope.org/repos/main/grokcore.view/trunk

   + grokcore.security svn://svn.zope.org/repos/main/grokcore.security/trunk
grokcore.view     svn://svn.zope.org/repos/main/grokcore.view/trunk
grokcore.formlib  svn://svn.zope.org/repos/main/grokcore.formlib/trunk


Modified: grok/branches/grokcore.xxx/setup.py
===================================================================
--- grok/branches/grokcore.xxx/setup.py	2008-07-29 22:45:04 UTC (rev 89007)
+++ grok/branches/grokcore.xxx/setup.py	2008-07-29 22:50:31 UTC (rev 89008)
@@ -39,6 +39,7 @@
                       'grokcore.component >= 1.5.1',
                       'grokcore.security',
                       'grokcore.view',
+                      'grokcore.formlib',
                       'simplejson',
                       'pytz',
                       'ZODB3',



More information about the Checkins mailing list