[Checkins] SVN: grokproject/trunk/grokproject/ Replace z3c.recipe.template by collective.recipe.template.

Uli Fouquet uli at gnufix.de
Fri Aug 21 03:40:12 EDT 2009


Log message for revision 103016:
  Replace z3c.recipe.template by collective.recipe.template.

Changed:
  U   grokproject/trunk/grokproject/ext_eggs_paster.cfg
  U   grokproject/trunk/grokproject/ext_eggs_zctl.cfg
  U   grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/ext_eggs_paster.cfg
===================================================================
--- grokproject/trunk/grokproject/ext_eggs_paster.cfg	2009-08-20 19:16:34 UTC (rev 103015)
+++ grokproject/trunk/grokproject/ext_eggs_paster.cfg	2009-08-21 07:40:12 UTC (rev 103016)
@@ -4,11 +4,11 @@
 grokcore.startup = 0.2
 grokui.admin = 0.3.2
 setuptools = 0.6c9
+collective.recipe.template = 1.4.0
 z3c.evalexception = 2.0
 z3c.recipe.dev = 0.5.3
 z3c.recipe.eggbasket = 0.4.2
 z3c.recipe.i18n = 0.5.3
-z3c.recipe.template = 0.1
 zc.buildout = 1.1.1
 zc.lockfile = 1.0.0
 zc.recipe.egg = 1.1.0

Modified: grokproject/trunk/grokproject/ext_eggs_zctl.cfg
===================================================================
--- grokproject/trunk/grokproject/ext_eggs_zctl.cfg	2009-08-20 19:16:34 UTC (rev 103015)
+++ grokproject/trunk/grokproject/ext_eggs_zctl.cfg	2009-08-21 07:40:12 UTC (rev 103016)
@@ -1,13 +1,13 @@
 Paste = 1.7.2
 PasteDeploy = 1.3.2
 PasteScript = 1.7.3
+collective.recipe.template = 1.4.0
 grokui.admin = 0.3.2
 setuptools = 0.6c9
 z3c.evalexception = 2.0
 z3c.recipe.dev = 0.5.3
 z3c.recipe.eggbasket = 0.4.2
 z3c.recipe.i18n = 0.5.3
-z3c.recipe.template = 0.1
 zc.buildout = 1.1.1
 zc.lockfile = 1.0.0
 zc.recipe.egg = 1.1.0

Modified: grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-08-20 19:16:34 UTC (rev 103015)
+++ grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-08-21 07:40:12 UTC (rev 103016)
@@ -57,27 +57,27 @@
 method = main
 
 [zope_conf]
-recipe = z3c.recipe.template
+recipe = collective.recipe.template
 input = etc/zope.conf.in
 output = $${buildout:parts-directory}/etc/zope.conf
 
 [site_zcml]
-recipe = z3c.recipe.template
+recipe = collective.recipe.template
 input = etc/site.zcml.in
 output = $${buildout:parts-directory}/etc/site.zcml
 
 [zdaemon_conf]
-recipe = z3c.recipe.template
+recipe = collective.recipe.template
 input = etc/zdaemon.conf.in
 output = $${buildout:parts-directory}/etc/zdaemon.conf
 
 [deploy_ini]
-recipe = z3c.recipe.template
+recipe = collective.recipe.template
 input = etc/deploy.ini.in
 output = $${buildout:parts-directory}/etc/deploy.ini
 
 [debug_ini]
-recipe = z3c.recipe.template
+recipe = collective.recipe.template
 input = etc/debug.ini.in
 output = $${buildout:parts-directory}/etc/debug.ini
 



More information about the Checkins mailing list