[Checkins] SVN: groktoolkit/trunk/buildout.cfg explicitely tell	buildout to not include site-packages. this is forward	compatible with the changed defaults in zc.buildout 1.5.2
    Jan-Wijbrand Kolman 
    janwijbrand at gmail.com
       
    Mon Oct 18 10:33:01 EDT 2010
    
    
  
Log message for revision 117716:
  explicitely tell buildout to not include site-packages. this is forward compatible with the changed defaults in zc.buildout 1.5.2
Changed:
  U   groktoolkit/trunk/buildout.cfg
-=-
Modified: groktoolkit/trunk/buildout.cfg
===================================================================
--- groktoolkit/trunk/buildout.cfg	2010-10-18 14:28:19 UTC (rev 117715)
+++ groktoolkit/trunk/buildout.cfg	2010-10-18 14:33:00 UTC (rev 117716)
@@ -6,9 +6,9 @@
     depgraph
     checkversions
     uploadversions
+develop = .
 allow-picked-versions = false
-develop =
-  .
+include-site-packages = false
 
 [test-grok]
 recipe = z3c.recipe.compattest
    
    
More information about the checkins
mailing list