[Checkins] SVN: zam.skin/trunk/ - Moved ZCML installation of `zope.app.server` from ``site.zcml`` to ``app.zcml`` as it is required by the `zamplugin.*` packages, too.

Michael Howitz mh at gocept.com
Thu Jan 27 02:38:47 EST 2011


Log message for revision 119959:
  - Moved ZCML installation of `zope.app.server` from ``site.zcml`` to ``app.zcml`` as it is required by the `zamplugin.*` packages, too.
  

Changed:
  U   zam.skin/trunk/CHANGES.txt
  U   zam.skin/trunk/buildout.cfg
  U   zam.skin/trunk/src/zam/skin/app.zcml

-=-
Modified: zam.skin/trunk/CHANGES.txt
===================================================================
--- zam.skin/trunk/CHANGES.txt	2011-01-27 07:34:32 UTC (rev 119958)
+++ zam.skin/trunk/CHANGES.txt	2011-01-27 07:38:47 UTC (rev 119959)
@@ -5,7 +5,8 @@
 0.7.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Moved ZCML installation of `zope.app.server` from ``site.zcml`` to
+  ``app.zcml`` as it is required by the `zamplugin.*` packages, too.
 
 
 0.7.0 (2011-01-19)

Modified: zam.skin/trunk/buildout.cfg
===================================================================
--- zam.skin/trunk/buildout.cfg	2011-01-27 07:34:32 UTC (rev 119958)
+++ zam.skin/trunk/buildout.cfg	2011-01-27 07:38:47 UTC (rev 119959)
@@ -79,7 +79,6 @@
 
   <!-- include app configuration -->
   <include package="zam.skin" file="app.zcml" />
-  <include package="zope.app.server" />
 
   <!-- load other zcml files -->
   <include file="securitypolicy.zcml" />

Modified: zam.skin/trunk/src/zam/skin/app.zcml
===================================================================
--- zam.skin/trunk/src/zam/skin/app.zcml	2011-01-27 07:34:32 UTC (rev 119958)
+++ zam.skin/trunk/src/zam/skin/app.zcml	2011-01-27 07:38:47 UTC (rev 119959)
@@ -7,6 +7,7 @@
   <!-- use app configuration from zam.api -->
   <include package="zam.api" file="app.zcml" />
   <include package="zope.browserresource" />
+  <include package="zope.app.server" />
 
 
   <!-- configure additional z3c packages -->



More information about the checkins mailing list