[Checkins] SVN: Products.OFSP/trunk/ Added a ``configure.zcml`` to automatically load the OFS package.

Hanno Schlichting hannosch at hannosch.eu
Sun Jul 11 06:12:44 EDT 2010


Log message for revision 114562:
  Added a ``configure.zcml`` to automatically load the OFS package.
  

Changed:
  U   Products.OFSP/trunk/CHANGES.txt
  A   Products.OFSP/trunk/src/Products/OFSP/configure.zcml

-=-
Modified: Products.OFSP/trunk/CHANGES.txt
===================================================================
--- Products.OFSP/trunk/CHANGES.txt	2010-07-11 10:10:35 UTC (rev 114561)
+++ Products.OFSP/trunk/CHANGES.txt	2010-07-11 10:12:44 UTC (rev 114562)
@@ -4,6 +4,7 @@
 2.13.1 (unreleased)
 -------------------
 
+- Added a ``configure.zcml`` to automatically load the OFS package.
 
 2.13.0 (2010-07-10)
 -------------------

Added: Products.OFSP/trunk/src/Products/OFSP/configure.zcml
===================================================================
--- Products.OFSP/trunk/src/Products/OFSP/configure.zcml	                        (rev 0)
+++ Products.OFSP/trunk/src/Products/OFSP/configure.zcml	2010-07-11 10:12:44 UTC (rev 114562)
@@ -0,0 +1,5 @@
+<configure xmlns="http://namespaces.zope.org/zope">
+
+  <include package="OFS" file="configure.zcml" />
+
+</configure>


Property changes on: Products.OFSP/trunk/src/Products/OFSP/configure.zcml
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the checkins mailing list