Commit 5666b29e authored by Łukasz Nowak's avatar Łukasz Nowak

- remove products part, as it is not used optimisation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41033 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ba8c39f
......@@ -60,7 +60,6 @@ parts =
openoffice-bin
oood
eggs
products
# omelette
bootstrap2.6
precache-eggs
......
......@@ -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}
......@@ -141,5 +141,3 @@ recipe = collective.recipe.omelette
eggs = ${eggs:eggs}
packages =
${itools:lib} .
products =
${products:paths}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment