[Checkins] SVN: grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl Make use of z3c.recipe.template, which is also able to create subpaths.

Uli Fouquet uli at gnufix.de
Mon Mar 9 18:53:30 EDT 2009


Log message for revision 97734:
  Make use of z3c.recipe.template, which is also able to create subpaths.

Changed:
  U   grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-03-09 22:46:08 UTC (rev 97733)
+++ grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-03-09 22:53:30 UTC (rev 97734)
@@ -48,29 +48,29 @@
 method = main
 
 [zope_conf]
-recipe = collective.recipe.template
+recipe = z3c.recipe.template
 input = etc/zope.conf.in
-output = parts/etc/zope.conf
+output = $${buildout:parts-directory}/etc/zope.conf
 
 [site_zcml]
-recipe = collective.recipe.template
+recipe = z3c.recipe.template
 input = etc/site.zcml.in
-output = parts/etc/site.zcml
+output = $${buildout:parts-directory}/etc/site.zcml
 
 [zdaemon_conf]
-recipe = collective.recipe.template
+recipe = z3c.recipe.template
 input = etc/zdaemon.conf.in
-output = parts/etc/zdaemon.conf
+output = $${buildout:parts-directory}/etc/zdaemon.conf
 
 [deploy_ini]
-recipe = collective.recipe.template
+recipe = z3c.recipe.template
 input = etc/deploy.ini.in
-output = parts/etc/deploy.ini
+output = $${buildout:parts-directory}/etc/deploy.ini
 
 [debug_ini]
-recipe = collective.recipe.template
+recipe = z3c.recipe.template
 input = etc/debug.ini.in
-output = parts/etc/debug.ini
+output = $${buildout:parts-directory}/etc/debug.ini
 
 
 [eggbasket]



More information about the Checkins mailing list