[Zope3-checkins] CVS: Zope3/src/zope/app/xml - configure.zcml:1.1.10.1

Jim Fulton jim@zope.com
Fri, 2 May 2003 15:43:23 -0400


Update of /cvs-repository/Zope3/src/zope/app/xml
In directory cvs.zope.org:/tmp/cvs-serv8709/src/zope/app/xml

Modified Files:
      Tag: interfacegeddon2-branch
	configure.zcml 
Log Message:
Merged interfacegeddon changes into second interfacegeddon branch in
preparation for the final merge.


=== Zope3/src/zope/app/xml/configure.zcml 1.1 => 1.1.10.1 ===
--- Zope3/src/zope/app/xml/configure.zcml:1.1	Thu Apr 10 12:07:45 2003
+++ Zope3/src/zope/app/xml/configure.zcml	Fri May  2 15:42:52 2003
@@ -5,8 +5,7 @@
 <!-- we need to allow methods of XMLSchemaInterfaceClass so we can access them
      through the security proxy -->
 <content class=".schemainterface.XMLSchemaInterfaceClass">
-  <allow interface="zope.interface.interfaces.IInterface"
-         attributes="__bases__" />
+  <allow interface="zope.interface.interfaces.IInterface" />
 </content>
 
 </zopeConfigure>