diff --git a/buildout/instance-profiles/business-template.cfg b/buildout/instance-profiles/business-template.cfg
deleted file mode 100644
index 22ae87fbda4ab8d2167e28924544afaa21e6ee1a..0000000000000000000000000000000000000000
--- a/buildout/instance-profiles/business-template.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-# Experimental configuration to build business template repositories.
-[buildout]
-parts = bt5
-
-[bt5]
-recipe = erp5.recipe.btrepository
-url =
-  https://svn.erp5.org/repos/public/erp5/trunk/products/ERP5/bootstrap/
-  https://svn.erp5.org/repos/public/erp5/trunk/bt5
-
diff --git a/buildout/profiles/bt5.cfg b/buildout/profiles/bt5.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..5e55d58c60ed481e45e9c5a293005fd472b612ef
--- /dev/null
+++ b/buildout/profiles/bt5.cfg
@@ -0,0 +1,22 @@
+# Independent profile (disconnect from others) which can be used to 
+# create private business template repositories. This profile is 
+# experimental and we highly recommend use default repositories.
+[buildout]
+extends = 
+  versions-common.cfg
+  software-definition.cfg
+  common.cfg
+
+part = bt5
+
+[bt5]
+recipe = erp5.recipe.btrepository
+preserve-download = 0
+url =
+  https://svn.erp5.org/repos/public/erp5/trunk/products/ERP5/bootstrap/
+  https://svn.erp5.org/repos/public/erp5/trunk/bt5
+
+download-command-extra = "-r ${versions:erp5_bt5_revision}"
+# Use svn compiled from software.
+# svn-params = --trust-server-cert --non-interactive --quiet
+# download-command = ${software_definition:software_home}/parts/subversion/bin/svn co ${:svn-params}