[Checkins] SVN: zope.introspector/branches/zi-with-ui/ Add externals references to grokcore.view and grokcore.security.

Uli Fouquet uli at gnufix.de
Tue Jul 29 08:34:42 EDT 2008


Log message for revision 88957:
  Add externals references to grokcore.view and grokcore.security.

Changed:
  _U  zope.introspector/branches/zi-with-ui/
  U   zope.introspector/branches/zi-with-ui/buildout.cfg
  U   zope.introspector/branches/zi-with-ui/setup.py

-=-

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


   + # svn propset -F EXTERNALS.txt svn:externals .
bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/
#grokcore.component svn://svn.zope.org/repos/main/grokcore.component/trunk
grokcore.view svn://svn.zope.org/repos/main/grokcore.view/trunk
grokcore.security svn://svn.zope.org/repos/main/grokcore.security/trunk


Modified: zope.introspector/branches/zi-with-ui/buildout.cfg
===================================================================
--- zope.introspector/branches/zi-with-ui/buildout.cfg	2008-07-29 12:16:44 UTC (rev 88956)
+++ zope.introspector/branches/zi-with-ui/buildout.cfg	2008-07-29 12:34:41 UTC (rev 88957)
@@ -1,5 +1,5 @@
 [buildout]
-develop = .
+develop = . grokcore.view grokcore.security
 parts = test
 
 [test]

Modified: zope.introspector/branches/zi-with-ui/setup.py
===================================================================
--- zope.introspector/branches/zi-with-ui/setup.py	2008-07-29 12:16:44 UTC (rev 88956)
+++ zope.introspector/branches/zi-with-ui/setup.py	2008-07-29 12:34:41 UTC (rev 88957)
@@ -58,6 +58,7 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grokcore.component',
+                        'grokcore.view',
                         'zope.interface',
                         'zope.component',
                         'zope.publisher',



More information about the Checkins mailing list