[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/generations/configure.zcml Commented out the dummy zope.app generation schema manager. We have a

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Dec 8 18:11:26 EST 2004


Log message for revision 28588:
  Commented out the dummy zope.app generation schema manager. We have a 
  real one now in zope.app.zopeappgenerations.
  

Changed:
  U   Zope3/trunk/src/zope/app/generations/configure.zcml

-=-
Modified: Zope3/trunk/src/zope/app/generations/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/generations/configure.zcml	2004-12-08 23:10:36 UTC (rev 28587)
+++ Zope3/trunk/src/zope/app/generations/configure.zcml	2004-12-08 23:11:26 UTC (rev 28588)
@@ -1,5 +1,6 @@
 <configure xmlns="http://namespaces.zope.org/zope">
 
+<!--
 <utility
     name="zope.app" 
     provides=".interfaces.ISchemaManager"
@@ -14,6 +15,7 @@
     a manager instance with the necessary parameters and a package of
     evolution scripts.
 </utility>
+-->
 
 <include package=".browser" />
 



More information about the Zope3-Checkins mailing list