diff --git a/buildout/profiles/official-2.12.cfg b/buildout/profiles/official-2.12.cfg index b1fa4baa79f3df4e14f464dd39a385afa65cd2b1..e253b2b1407633d5508defe860cf3786c22116ab 100644 --- a/buildout/profiles/official-2.12.cfg +++ b/buildout/profiles/official-2.12.cfg @@ -60,7 +60,6 @@ parts = openoffice-bin oood eggs - products # omelette bootstrap2.6 precache-eggs diff --git a/buildout/software-profiles/erp5-2.12.cfg b/buildout/software-profiles/erp5-2.12.cfg index aaba1cbb91ca0a420c86fcce20b44959a58cb3b1..52c6c13fad298a3dc716f30d8fa1c3fef649510c 100644 --- a/buildout/software-profiles/erp5-2.12.cfg +++ b/buildout/software-profiles/erp5-2.12.cfg @@ -58,14 +58,6 @@ update-command = cd ${:location}/Localizer && ${git:location}/bin/git pull --quiet -[products] -recipe = plone.recipe.command -paths = - ${products-deps:location} -command = - echo "Product folders: ${:paths}" -update-command = ${:command} - [eggs] recipe = zc.recipe.egg eggs = @@ -163,5 +155,3 @@ recipe = collective.recipe.omelette eggs = ${eggs:eggs} packages = ${itools:lib} . -products = - ${products:paths} diff --git a/buildout/software-profiles/erp5.cfg b/buildout/software-profiles/erp5.cfg index e66630930893586d7ec2516112876ea164c5dff3..c6c17454f82a9d03f9b18443af9a7639e980df66 100644 --- a/buildout/software-profiles/erp5.cfg +++ b/buildout/software-profiles/erp5.cfg @@ -141,5 +141,3 @@ recipe = collective.recipe.omelette eggs = ${eggs:eggs} packages = ${itools:lib} . -products = - ${products:paths}