[Zope3-checkins] CVS: Zope3 - site.zcml:1.15

Jim Fulton jim@zope.com
Tue, 11 Mar 2003 11:11:49 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv10749

Modified Files:
	site.zcml 
Log Message:
Broke the module zope/app/interfaces/services/interfaces.py, into two
separate more-focussed modules:

zope/app/interfaces/services/adapter.py, and
zope/app/interfaces/services/view.py

and also moved some interfaces to:
zope/app/interfaces/services/service.py

and adjusted various dotted names to reflect the new locations.


=== Zope3/site.zcml 1.14 => 1.15 ===
--- Zope3/site.zcml:1.14	Thu Dec 26 14:20:50 2002
+++ Zope3/site.zcml	Tue Mar 11 11:10:45 2003
@@ -1,4 +1,6 @@
-<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
+<zopeConfigure xmlns='http://namespaces.zope.org/zope'
+               xmlns:browser='http://namespaces.zope.org/browser'
+>
 
 <include package="zope.configuration" file="metameta.zcml" />
 <include package="zope.app" />
@@ -21,5 +23,9 @@
 <grant permission="zope.ManageBindings"    role="Manager" />
 
 <include file="products.zcml" />
+
+<!--
+<browser:skin name="" layers="rotterdam default" />
+-->
 
 </zopeConfigure>