[Checkins] SVN: z3c.pt/trunk/buildout.cfg fixed develop packages	list
    Michael Howitz 
    mh at gocept.com
       
    Mon Aug 23 02:26:15 EDT 2010
    
    
  
Log message for revision 115874:
  fixed develop packages list
Changed:
  U   z3c.pt/trunk/buildout.cfg
-=-
Modified: z3c.pt/trunk/buildout.cfg
===================================================================
--- z3c.pt/trunk/buildout.cfg	2010-08-23 06:23:52 UTC (rev 115873)
+++ z3c.pt/trunk/buildout.cfg	2010-08-23 06:26:15 UTC (rev 115874)
@@ -1,5 +1,6 @@
 [buildout]
-develop = . ../chameleon benchmark
+develop = .
+          benchmark
 parts = test benchmark py
 versions = versions
 
@@ -48,7 +49,7 @@
 
 [py]
 recipe = zc.recipe.egg
-eggs = 
+eggs =
     z3c.pt
     benchmark
     Sphinx
    
    
More information about the checkins
mailing list