[Checkins] SVN: five.grok/trunk/src/five/grok/configure.zcml avoid directive conflicts with kss.core

Jean-Fran�ois Roche jfroche at jfroche.be
Sun Jul 20 09:31:46 EDT 2008


Log message for revision 88641:
  avoid directive conflicts with kss.core

Changed:
  U   five.grok/trunk/src/five/grok/configure.zcml

-=-
Modified: five.grok/trunk/src/five/grok/configure.zcml
===================================================================
--- five.grok/trunk/src/five/grok/configure.zcml	2008-07-20 07:27:40 UTC (rev 88640)
+++ five.grok/trunk/src/five/grok/configure.zcml	2008-07-20 13:31:44 UTC (rev 88641)
@@ -3,6 +3,7 @@
     xmlns:meta="http://namespaces.zope.org/meta"
     xmlns:browser="http://namespaces.zope.org/browser"
     xmlns:grok="http://namespaces.zope.org/grok"
+    xmlns:zcml="http://namespaces.zope.org/zcml"
     i18n_domain="five.grok">
 
   <grok:grok package=".meta" />
@@ -15,8 +16,9 @@
   <permission
     id="zope.View"
     title="View"
+    zcml:condition="not-installed kss.core"
     />
 
   <include package="grokcore.view" file="meta.zcml" />
-  
+
 </configure>



More information about the Checkins mailing list