[Checkins] SVN: hurry.yui/trunk/src/hurry/yui/configure.zcml Do not include hurry.zoperesource configure.zcml by default. Projects that use hurry.yui in a zope context are supposed to require hurry.zoperesource anyway and trigger its configure.zcml. This makes room for alternate mechanisms for injecting the HTML snippets.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed May 27 11:17:51 EDT 2009


Log message for revision 100460:
  Do not include hurry.zoperesource configure.zcml by default. Projects that use hurry.yui in a zope context are supposed to require hurry.zoperesource anyway and trigger its configure.zcml. This makes room for alternate mechanisms for injecting the HTML snippets.

Changed:
  U   hurry.yui/trunk/src/hurry/yui/configure.zcml

-=-
Modified: hurry.yui/trunk/src/hurry/yui/configure.zcml
===================================================================
--- hurry.yui/trunk/src/hurry/yui/configure.zcml	2009-05-27 15:11:44 UTC (rev 100459)
+++ hurry.yui/trunk/src/hurry/yui/configure.zcml	2009-05-27 15:17:51 UTC (rev 100460)
@@ -1,8 +1,7 @@
 <configure xmlns="http://namespaces.zope.org/zope"
            xmlns:browser="http://namespaces.zope.org/browser">
-  <include package="hurry.zoperesource" />
 
-  <browser:resourceDirectory 
+  <browser:resourceDirectory
       name="yui"
       directory="yui-build" />
 



More information about the Checkins mailing list