[Checkins] SVN: grokproject/trunk/src/grokproject/template/ Add a boilerplate configure.zcml that does only one thing: grok the package.

Philipp von Weitershausen philikon at philikon.de
Wed Jan 10 11:50:42 EST 2007


Log message for revision 71879:
  Add a boilerplate configure.zcml that does only one thing: grok the package.
  Make sure that zcml is loaded in the instance
  

Changed:
  U   grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl
  A   grokproject/trunk/src/grokproject/template/src/+package+/configure.zcml

-=-
Modified: grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl	2007-01-10 16:50:07 UTC (rev 71878)
+++ grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl	2007-01-10 16:50:42 UTC (rev 71879)
@@ -39,6 +39,7 @@
        zope.app.twisted
        grok
        grok-meta
+       ${package}
 
 [test]
 recipe = zc.recipe.testrunner

Added: grokproject/trunk/src/grokproject/template/src/+package+/configure.zcml
===================================================================
--- grokproject/trunk/src/grokproject/template/src/+package+/configure.zcml	2007-01-10 16:50:07 UTC (rev 71878)
+++ grokproject/trunk/src/grokproject/template/src/+package+/configure.zcml	2007-01-10 16:50:42 UTC (rev 71879)
@@ -0,0 +1 @@
+<grok package="." xmlns="http://namespaces.zope.org/grok" />


Property changes on: grokproject/trunk/src/grokproject/template/src/+package+/configure.zcml
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list