[z3-checkins] r18521 - z3/sqlos/branch/jinty-Five

jinty at codespeak.net jinty at codespeak.net
Thu Oct 13 17:45:36 CEST 2005


Author: jinty
Date: Thu Oct 13 17:45:33 2005
New Revision: 18521

Added:
   z3/sqlos/branch/jinty-Five/dependencies.zcml
Log:
Add a crack dependencies.zcml that pulls in what this branch needs from Zope3 to load under Zope2.8+Five.

Added: z3/sqlos/branch/jinty-Five/dependencies.zcml
==============================================================================
--- (empty file)
+++ z3/sqlos/branch/jinty-Five/dependencies.zcml	Thu Oct 13 17:45:33 2005
@@ -0,0 +1,16 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:meta="http://namespaces.zope.org/meta"
+    >
+
+  <!-- This file contains the zope3 ZCML dependencies required for this 
+       branch of sqlos to load under Zope2.8 and Five 1.2.
+       
+       This appears to be _REALLY_ fragile. your mileage may vary.
+       Hopefully the need for these will go away in future versions of Five.
+       -->
+  <include package="zope.app.component" file="meta.zcml"/>
+  <include package="zope.app.security" file="meta.zcml"/>
+  <include package="zope.app.security"/>
+
+</configure>


More information about the z3-checkins mailing list