[Erp5-report] r43013 luke - /erp5/trunk/buildout/software-profiles/tesseract.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 4 10:04:34 CET 2011


Author: luke
Date: Fri Feb  4 10:04:34 2011
New Revision: 43013

URL: http://svn.erp5.org?rev=43013&view=rev
Log:
 - do not use += in standalone part
 - format list of parts

Modified:
    erp5/trunk/buildout/software-profiles/tesseract.cfg

Modified: erp5/trunk/buildout/software-profiles/tesseract.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/tesseract.cfg?rev=43013&r1=43012&r2=43013&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/tesseract.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/tesseract.cfg [utf8] Fri Feb  4 10:04:34 2011
@@ -1,7 +1,8 @@
 [buildout]
-parts += tesseract
-        tesseract-eng-traineddata
-        tesseract-eng-traineddata-unzip
+parts =
+  tesseract
+  tesseract-eng-traineddata
+  tesseract-eng-traineddata-unzip
 
 [tesseract]
 recipe = hexagonit.recipe.cmmi



More information about the Erp5-report mailing list