[Zope3-checkins] SVN: Zope3/branches/jinty-zodbless/src/zope/app/z Remove unneeded adapter registration.

Brian Sutherland jinty at web.de
Mon Apr 9 20:36:04 EDT 2007


Log message for revision 74076:
  Remove unneeded adapter registration.

Changed:
  U   Zope3/branches/jinty-zodbless/src/zope/app/zcmlfiles/configure.zcml
  D   Zope3/branches/jinty-zodbless/src/zope/app/zodb/configure.zcml

-=-
Modified: Zope3/branches/jinty-zodbless/src/zope/app/zcmlfiles/configure.zcml
===================================================================
--- Zope3/branches/jinty-zodbless/src/zope/app/zcmlfiles/configure.zcml	2007-04-10 00:34:33 UTC (rev 74075)
+++ Zope3/branches/jinty-zodbless/src/zope/app/zcmlfiles/configure.zcml	2007-04-10 00:36:03 UTC (rev 74076)
@@ -39,7 +39,6 @@
   <include package="zope.traversing" />
   <include package="zope.app.pagetemplate" />
   <include package="zope.app.generations" />
-  <include package="zope.app.zodb" />
   <include package="zope.app.zapi" />
 
   <!-- Views -->

Deleted: Zope3/branches/jinty-zodbless/src/zope/app/zodb/configure.zcml
===================================================================
--- Zope3/branches/jinty-zodbless/src/zope/app/zodb/configure.zcml	2007-04-10 00:34:33 UTC (rev 74075)
+++ Zope3/branches/jinty-zodbless/src/zope/app/zodb/configure.zcml	2007-04-10 00:36:03 UTC (rev 74076)
@@ -1,13 +0,0 @@
-<configure
-    xmlns="http://namespaces.zope.org/zope"
-    >
-
-  <!-- for BBB, allows zope.app.publication.zopepublication.Publication
-    to adapt ZODBs in __init__-->
-  <adapter
-      for="ZODB.interfaces.IDatabase"
-      provides="zope.app.publication.interfaces.IResourceFactory"
-      factory=".app.ZODBApplicationFactory"
-      />
-
-</configure>



More information about the Zope3-Checkins mailing list