[Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/apidoc/configure.zcml cosmetics: common indention in zcml

Philipp von Weitershausen philikon at philikon.de
Fri Aug 18 06:22:17 EDT 2006


Log message for revision 69640:
  cosmetics: common indention in zcml
  

Changed:
  U   Zope3/branches/3.3/src/zope/app/apidoc/configure.zcml

-=-
Modified: Zope3/branches/3.3/src/zope/app/apidoc/configure.zcml
===================================================================
--- Zope3/branches/3.3/src/zope/app/apidoc/configure.zcml	2006-08-18 10:19:40 UTC (rev 69639)
+++ Zope3/branches/3.3/src/zope/app/apidoc/configure.zcml	2006-08-18 10:22:16 UTC (rev 69640)
@@ -5,13 +5,13 @@
   i18n_domain="zope">
 
   <include
-    zcml:condition="have devmode"
-    file="enabled.zcml"
-    />
+      zcml:condition="have devmode"
+      file="enabled.zcml"
+      />
 
   <include
-    zcml:condition="not-have devmode"
-    file="disabled.zcml"
-    />
+      zcml:condition="not-have devmode"
+      file="disabled.zcml"
+      />
 
 </configure>



More information about the Zope3-Checkins mailing list