[Checkins] SVN: grok/trunk/buildout.cfg use z3c.recipe.scripts as a	replacement for zc.recipe.egg where scripts are installed
    Jan-Wijbrand Kolman 
    janwijbrand at gmail.com
       
    Thu Oct  7 11:21:47 EDT 2010
    
    
  
Log message for revision 117359:
  use z3c.recipe.scripts as a replacement for zc.recipe.egg where scripts are installed
Changed:
  U   grok/trunk/buildout.cfg
-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2010-10-07 15:18:46 UTC (rev 117358)
+++ grok/trunk/buildout.cfg	2010-10-07 15:21:46 UTC (rev 117359)
@@ -22,17 +22,17 @@
 grok =
 
 [docs]
-recipe = zc.recipe.egg
+recipe = z3c.recipe.scripts
 eggs = grokdocs
 
 [interpreter]
-recipe = zc.recipe.egg
+recipe = z3c.recipe.scripts
 eggs = grokwiki
        zest.releaser
 interpreter = grokpy
 
 [grokwiki]
-recipe = zc.recipe.egg
+recipe = z3c.recipe.scripts
 eggs = grokwiki
        z3c.evalexception>=2.0
        Paste
    
    
More information about the checkins
mailing list