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 = ...@@ -60,7 +60,6 @@ parts =
openoffice-bin openoffice-bin
oood oood
eggs eggs
products
# omelette # omelette
bootstrap2.6 bootstrap2.6
precache-eggs precache-eggs
......
...@@ -58,14 +58,6 @@ update-command = ...@@ -58,14 +58,6 @@ update-command =
cd ${:location}/Localizer && cd ${:location}/Localizer &&
${git:location}/bin/git pull --quiet ${git:location}/bin/git pull --quiet
[products]
recipe = plone.recipe.command
paths =
${products-deps:location}
command =
echo "Product folders: ${:paths}"
update-command = ${:command}
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
...@@ -163,5 +155,3 @@ recipe = collective.recipe.omelette ...@@ -163,5 +155,3 @@ recipe = collective.recipe.omelette
eggs = ${eggs:eggs} eggs = ${eggs:eggs}
packages = packages =
${itools:lib} . ${itools:lib} .
products =
${products:paths}
...@@ -141,5 +141,3 @@ recipe = collective.recipe.omelette ...@@ -141,5 +141,3 @@ recipe = collective.recipe.omelette
eggs = ${eggs:eggs} eggs = ${eggs:eggs}
packages = packages =
${itools:lib} . ${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