[Checkins] SVN: grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl Apply directory changes to buildout.cfg.

Uli Fouquet uli at gnufix.de
Fri Feb 6 05:39:48 EST 2009


Log message for revision 96182:
  Apply directory changes to buildout.cfg.

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-02-06 10:39:14 UTC (rev 96181)
+++ grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-02-06 10:39:48 UTC (rev 96182)
@@ -41,28 +41,28 @@
 
 [zope_conf]
 recipe = collective.recipe.template
-input = cfg_templates/zope.conf.in
-output = etc/zope.conf
+input = etc/zope.conf.in
+output = parts/etc/zope.conf
 
 [site_zcml]
 recipe = collective.recipe.template
-input = cfg_templates/site.zcml.in
-output = etc/site.zcml
+input = etc/site.zcml.in
+output = parts/etc/site.zcml
 
 [zdaemon_conf]
 recipe = collective.recipe.template
-input = cfg_templates/zdaemon.conf.in
-output = etc/zdaemon.conf
+input = etc/zdaemon.conf.in
+output = parts/etc/zdaemon.conf
 
 [deploy_ini]
 recipe = collective.recipe.template
-input = cfg_templates/deploy.ini.in
-output = etc/deploy.ini
+input = etc/deploy.ini.in
+output = parts/etc/deploy.ini
 
 [debug_ini]
 recipe = collective.recipe.template
-input = cfg_templates/debug.ini.in
-output = etc/debug.ini
+input = etc/debug.ini.in
+output = parts/etc/debug.ini
 
 
 [eggbasket]



More information about the Checkins mailing list