diff --git a/buildout/software-profiles/products-erp5.cfg b/buildout/software-profiles/products-erp5.cfg
index 25832aa90cc054d0ae0f0c12dfd183ed1d6944ff..3879d0164ca3d5b37bb9dc38d1d3ad3242cefbdc 100644
--- a/buildout/software-profiles/products-erp5.cfg
+++ b/buildout/software-profiles/products-erp5.cfg
@@ -27,31 +27,3 @@ update-command = ${:command}
 product_list = ERP5Subversion
 command =
   for product in ${:product_list} ; do ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.erp5.org/repos/public/erp5/trunk/products/$product ${:location}/$product || exit 1 ; done
-
-[products-erp5-development-no-svn]
-recipe = hexagonit.recipe.download
-url = http://www.erp5.org/dists/snapshot/products/ERP5Subversion.tgz
-
-[products-erp5-no-svn]
-recipe = erp5.recipe.multidownload
-urls =
-  http://www.erp5.org/dists/snapshot/products/AGProjects.tgz
-  http://www.erp5.org/dists/snapshot/products/CMFActivity.tgz
-  http://www.erp5.org/dists/snapshot/products/CMFCategory.tgz
-  http://www.erp5.org/dists/snapshot/products/ERP5.tgz
-  http://www.erp5.org/dists/snapshot/products/ERP5Catalog.tgz
-  http://www.erp5.org/dists/snapshot/products/ERP5Form.tgz
-  http://www.erp5.org/dists/snapshot/products/ERP5Legacy.tgz
-  http://www.erp5.org/dists/snapshot/products/ERP5OOo.tgz
-  http://www.erp5.org/dists/snapshot/products/ERP5Security.tgz
-  http://www.erp5.org/dists/snapshot/products/ERP5SyncML.tgz
-  http://www.erp5.org/dists/snapshot/products/ERP5Type.tgz
-  http://www.erp5.org/dists/snapshot/products/ERP5Workflow.tgz
-  http://www.erp5.org/dists/snapshot/products/Formulator.tgz
-  http://www.erp5.org/dists/snapshot/products/HBTreeFolder2.tgz
-  http://www.erp5.org/dists/snapshot/products/MailTemplates.tgz
-  http://www.erp5.org/dists/snapshot/products/PortalTransforms.tgz
-  http://www.erp5.org/dists/snapshot/products/TimerService.tgz
-  http://www.erp5.org/dists/snapshot/products/ZMySQLDA.tgz
-  http://www.erp5.org/dists/snapshot/products/ZMySQLDDA.tgz
-  http://www.erp5.org/dists/snapshot/products/ZSQLCatalog.tgz