[Checkins] SVN: bluebream/trunk/ Added empty overrides.zcml - show best practices to developers

Baiju M baiju.m.mail at gmail.com
Tue Aug 10 09:48:40 EDT 2010


Log message for revision 115618:
  Added empty overrides.zcml - show best practices to developers
  

Changed:
  U   bluebream/trunk/CHANGES.txt
  A   bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/overrides.zcml_tmpl
  U   bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/site.zcml_tmpl

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-08-10 12:17:13 UTC (rev 115617)
+++ bluebream/trunk/CHANGES.txt	2010-08-10 13:48:40 UTC (rev 115618)
@@ -9,6 +9,7 @@
 - Added the "extends-cache" Buildout option to cache
   the extended configuration files
 - warn the user if the project template has significant changes
+- Added empty overrides.zcml - show best practices to developers
 
 1.0b3 (2010-07-11)
 ------------------

Added: bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/overrides.zcml_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/overrides.zcml_tmpl	                        (rev 0)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/overrides.zcml_tmpl	2010-08-10 13:48:40 UTC (rev 115618)
@@ -0,0 +1,7 @@
+<configure
+   xmlns="http://namespaces.zope.org/zope"
+   xmlns:browser="http://namespaces.zope.org/browser">
+
+   <!-- ZCML declarations to override the default definitions -->
+
+</configure>

Modified: bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/site.zcml_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/site.zcml_tmpl	2010-08-10 12:17:13 UTC (rev 115617)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/etc/site.zcml_tmpl	2010-08-10 13:48:40 UTC (rev 115618)
@@ -47,6 +47,7 @@
   <include package="zope.app.pagetemplate" />
   <include package="zope.app.schema" />
 
+  <includeOverrides file="overrides.zcml" />
   <include package="${ns_prefix}${package}" />
 
 </configure>



More information about the checkins mailing list