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

Jim Fulton jim at zope.com
Tue Sep 2 17:46:32 EDT 2003


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

Added Files:
	configure.zcml 
Log Message:
Added a configuration file that includes subpackage configuration
files. This will probably only be needed when making security
assertions about interface modules so that we can get at interfaces
from untrusted code.


=== Zope3/src/zope/app/interfaces/configure.zcml 1.4 => 1.5 ===
--- /dev/null	Tue Sep  2 16:46:32 2003
+++ Zope3/src/zope/app/interfaces/configure.zcml	Tue Sep  2 16:46:31 2003
@@ -0,0 +1,5 @@
+<configure xmlns="http://namespaces.zope.org/zope">
+
+<include package=".services" />
+
+</configure>




More information about the Zope3-Checkins mailing list