[Checkins] SVN: z3c.rmldocument/trunk/buildout.cfg add prerequisites for standalone development

Wolfgang Schnerring wosc at wosc.de
Fri Apr 16 04:44:19 EDT 2010


Log message for revision 110948:
  add prerequisites for standalone development
  

Changed:
  U   z3c.rmldocument/trunk/buildout.cfg

-=-
Modified: z3c.rmldocument/trunk/buildout.cfg
===================================================================
--- z3c.rmldocument/trunk/buildout.cfg	2010-04-15 21:36:35 UTC (rev 110947)
+++ z3c.rmldocument/trunk/buildout.cfg	2010-04-16 08:44:18 UTC (rev 110948)
@@ -1,7 +1,11 @@
 [buildout]
-parts = test 
-develop = . ../z3c.rml/
+parts = lxml test
+develop = .
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.rmldocument
+
+[lxml]
+recipe = z3c.recipe.staticlxml
+egg = lxml



More information about the checkins mailing list