[Erp5-report] r34338 leonardo - /erp5/trunk/buildout/profiles/common.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 7 22:33:52 CEST 2010


Author: leonardo
Date: Wed Apr  7 22:33:50 2010
New Revision: 34338

URL: http://svn.erp5.org?rev=34338&view=rev
Log:
use software_home from software_definition as expected by timmy-base.cfg

Modified:
    erp5/trunk/buildout/profiles/common.cfg

Modified: erp5/trunk/buildout/profiles/common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/common.cfg?rev=34338&r1=34337&r2=34338&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Wed Apr  7 22:33:50 2010
@@ -1,9 +1,9 @@
 [buildout]
 develop +=
-  ${:software_home}/local-eggs/erp5.recipe.standaloneinstance
-  ${:software_home}/local-eggs/erp5.recipe.bt5checkout
-  ${:software_home}/local-eggs/erp5.recipe.mysqldatabase
-  ${:software_home}/local-eggs/erp5.recipe.mysqlserver
+  ${software_definition:software_home}/local-eggs/erp5.recipe.standaloneinstance
+  ${software_definition:software_home}/local-eggs/erp5.recipe.bt5checkout
+  ${software_definition:software_home}/local-eggs/erp5.recipe.mysqldatabase
+  ${software_definition:software_home}/local-eggs/erp5.recipe.mysqlserver
 
 find-links =
     http://download.zope.org/distribution/




More information about the Erp5-report mailing list