Log message for revision 29734:
  Stitch trunk ZODB into this branch using svn:externals
  
  o setup.py:  Add support for building IFBTrees.
  
  o XXX:  One test fails inside ZopeX3 code, because the contract for
          IDataManager just changed last week (it got accurately documented,
          actually).
  

Changed:
  _U  Zope/branches/tseaver-2.8-external_test/lib/python/
  U   Zope/branches/tseaver-2.8-external_test/setup.py

-=-

Property changes on: Zope/branches/tseaver-2.8-external_test/lib/python
___________________________________________________________________
Name: svn:externals
   - zope   
svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.0-Zope-2.8-pr1/src/zope


   + zope   
svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.0-Zope-2.8-pr1/src/zope
BTrees svn://svn.zope.org/repos/main/ZODB/trunk/src/BTrees
Persistence svn://svn.zope.org/repos/main/ZODB/trunk/src/Persistence
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/trunk/src/ThreadedAsync
ZConfig svn://svn.zope.org/repos/main/ZODB/trunk/src/ZConfig
ZEO svn://svn.zope.org/repos/main/ZODB/trunk/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/trunk/src/ZODB
ZopeUndo svn://svn.zope.org/repos/main/ZODB/trunk/src/ZopeUndo
persistent svn://svn.zope.org/repos/main/ZODB/trunk/src/persistent
transaction svn://svn.zope.org/repos/main/ZODB/trunk/src/transaction
zdaemon svn://svn.zope.org/repos/main/ZODB/trunk/src/zdaemon


Modified: Zope/branches/tseaver-2.8-external_test/setup.py
===================================================================
--- Zope/branches/tseaver-2.8-external_test/setup.py    2005-03-30 20:19:18 UTC 
(rev 29733)
+++ Zope/branches/tseaver-2.8-external_test/setup.py    2005-03-30 20:24:53 UTC 
(rev 29734)
@@ -234,6 +234,10 @@
                   include_dirs=EXTENSIONCLASS_INCLUDEDIRS + ['persistent'],
                   define_macros=[('EXCLUDE_INTSET_SUPPORT', None)],
                   sources=['BTrees/_IIBTree.c']),
+        Extension(name='BTrees._IFBTree',
+                  include_dirs=EXTENSIONCLASS_INCLUDEDIRS + ['persistent'],
+                  define_macros=[('EXCLUDE_INTSET_SUPPORT', None)],
+                  sources=['BTrees/_IFBTree.c']),
         Extension(name='BTrees._IOBTree',
                   include_dirs=EXTENSIONCLASS_INCLUDEDIRS + ['persistent'],
                   define_macros=[('EXCLUDE_INTSET_SUPPORT', None)],

_______________________________________________
Zope-Checkins maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to