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

Philipp von Weitershausen philikon@philikon.de
Thu, 10 Apr 2003 12:08:16 -0400


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

Modified Files:
	configure.zcml 
Log Message:
Implemented a new type of interface for XML schema interfaces. Its class is
XMLSchemaInterfaceClass.


=== Zope3/src/zope/app/configure.zcml 1.15 => 1.16 ===
--- Zope3/src/zope/app/configure.zcml:1.15	Thu Apr  3 11:18:33 2003
+++ Zope3/src/zope/app/configure.zcml	Thu Apr 10 12:07:45 2003
@@ -104,6 +104,8 @@
   <include package="zope.app.pagetemplate" />
   <include package="zope.app.onlinehelp" />
 
+  <include package="zope.app.xml" />
+
 <!-- Views -->
 
   <include package="zope.app.browser" />