[Checkins] SVN: z3ext. replace autoinclude with includeDependencies

Nikolay Kim fafhrd at datacom.kz
Wed May 7 08:44:14 EDT 2008


Log message for revision 86527:
  replace autoinclude with includeDependencies

Changed:
  U   z3ext.formatter/trunk/src/z3ext/formatter/configure.zcml
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/configure.zcml
  U   z3ext.ownership/trunk/src/z3ext/ownership/configure.zcml
  U   z3ext.preferences/trunk/src/z3ext/preferences/configure.zcml
  U   z3ext.product/trunk/src/z3ext/product/configure.zcml
  U   z3ext.skintool/trunk/src/z3ext/skintool/configure.zcml

-=-
Modified: z3ext.formatter/trunk/src/z3ext/formatter/configure.zcml
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/configure.zcml	2008-05-07 09:50:27 UTC (rev 86526)
+++ z3ext.formatter/trunk/src/z3ext/formatter/configure.zcml	2008-05-07 12:44:12 UTC (rev 86527)
@@ -5,7 +5,7 @@
    xmlns:browser="http://namespaces.zope.org/browser"
    i18n_domain="z3ext">
 
-  <autoinclude package="z3ext.formatter" />
+  <includeDependencies package="z3ext.formatter" />
 
   <!-- zope.conf configuration -->
   <subscriber handler=".config.initFormatter" />

Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/configure.zcml
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/configure.zcml	2008-05-07 09:50:27 UTC (rev 86526)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/configure.zcml	2008-05-07 12:44:12 UTC (rev 86527)
@@ -2,7 +2,7 @@
    xmlns="http://namespaces.zope.org/zope"
    xmlns:z3c="http://namespaces.zope.org/z3c">
 
-  <autoinclude package="z3ext.layoutform" />
+  <includeDependencies package="z3ext.layoutform" />
 
   <include package=".browser" />
 

Modified: z3ext.ownership/trunk/src/z3ext/ownership/configure.zcml
===================================================================
--- z3ext.ownership/trunk/src/z3ext/ownership/configure.zcml	2008-05-07 09:50:27 UTC (rev 86526)
+++ z3ext.ownership/trunk/src/z3ext/ownership/configure.zcml	2008-05-07 12:44:12 UTC (rev 86527)
@@ -2,7 +2,7 @@
    xmlns="http://namespaces.zope.org/zope"
    i18n_domain="z3ext">
 
-  <autoinclude package="z3ext.ownership" />
+  <includeDependencies package="z3ext.ownership" />
 
   <role
      id="content.Owner"

Modified: z3ext.preferences/trunk/src/z3ext/preferences/configure.zcml
===================================================================
--- z3ext.preferences/trunk/src/z3ext/preferences/configure.zcml	2008-05-07 09:50:27 UTC (rev 86526)
+++ z3ext.preferences/trunk/src/z3ext/preferences/configure.zcml	2008-05-07 12:44:12 UTC (rev 86527)
@@ -3,7 +3,7 @@
    xmlns:z3ext="http://namespaces.zope.org/z3ext"
    i18n_domain="z3ext">
 
-  <autoinclude package="z3ext.preferences" />
+  <includeDependencies package="z3ext.preferences" />
 
   <permission
      id="z3ext.ModifyPreference"

Modified: z3ext.product/trunk/src/z3ext/product/configure.zcml
===================================================================
--- z3ext.product/trunk/src/z3ext/product/configure.zcml	2008-05-07 09:50:27 UTC (rev 86526)
+++ z3ext.product/trunk/src/z3ext/product/configure.zcml	2008-05-07 12:44:12 UTC (rev 86527)
@@ -4,7 +4,7 @@
    xmlns:z3ext="http://namespaces.zope.org/z3ext"
    i18n_domain="z3ext.product">
 
-  <autoinclude package="z3ext.product" />
+  <includeDependencies package="z3ext.product" />
 
   <permission
      id="z3ext.ManageProducts"

Modified: z3ext.skintool/trunk/src/z3ext/skintool/configure.zcml
===================================================================
--- z3ext.skintool/trunk/src/z3ext/skintool/configure.zcml	2008-05-07 09:50:27 UTC (rev 86526)
+++ z3ext.skintool/trunk/src/z3ext/skintool/configure.zcml	2008-05-07 12:44:12 UTC (rev 86527)
@@ -3,7 +3,7 @@
    xmlns:z3ext="http://namespaces.zope.org/z3ext"
    i18n_domain="z3ext">
 
-  <autoinclude package="z3ext.skintool" />
+  <includeDependencies package="z3ext.skintool" />
 
   <!-- set default skin -->
   <subscriber handler=".subscribers.threadServiceSubscriber" />



More information about the Checkins mailing list