[Checkins] SVN: five.grok/trunk/src/five/grok/ move all meta stuff into meta.zcml

Philipp von Weitershausen philikon at philikon.de
Sun Aug 3 06:43:55 EDT 2008


Log message for revision 89251:
  move all meta stuff into meta.zcml
  

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

-=-
Modified: five.grok/trunk/src/five/grok/configure.zcml
===================================================================
--- five.grok/trunk/src/five/grok/configure.zcml	2008-08-03 10:43:32 UTC (rev 89250)
+++ five.grok/trunk/src/five/grok/configure.zcml	2008-08-03 10:43:55 UTC (rev 89251)
@@ -1,24 +1,18 @@
 <configure
     xmlns="http://namespaces.zope.org/zope"
-    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" />
-
   <browser:defaultView
       for="grokcore.component.interfaces.IContext"
       name="index"
       />
 
   <permission
-    id="zope.View"
-    title="View"
-    zcml:condition="not-installed kss.core"
-    />
+      id="zope.View"
+      title="View"
+      zcml:condition="not-installed kss.core"
+      />
 
-  <include package="grokcore.view" file="meta.zcml" />
-
 </configure>

Modified: five.grok/trunk/src/five/grok/meta.zcml
===================================================================
--- five.grok/trunk/src/five/grok/meta.zcml	2008-08-03 10:43:32 UTC (rev 89250)
+++ five.grok/trunk/src/five/grok/meta.zcml	2008-08-03 10:43:55 UTC (rev 89251)
@@ -4,5 +4,8 @@
     xmlns:grok="http://namespaces.zope.org/grok">
 
   <include package="grokcore.component" file="meta.zcml" />
+  <include package="grokcore.security" file="meta.zcml" />
+  <include package="grokcore.view" file="meta.zcml" />
+  <grok:grok package=".meta" />
 
 </configure>



More information about the Checkins mailing list