Commit c69f3807 authored by Łukasz Nowak's avatar Łukasz Nowak

- cleanup Business Templates access paths


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33137 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5db60413
...@@ -14,7 +14,8 @@ zope2-location = ${zope-instance:zope2-location} ...@@ -14,7 +14,8 @@ zope2-location = ${zope-instance:zope2-location}
products = products =
${software_definition:products-zope} ${software_definition:products-zope}
${zope-instance:products} ${zope-instance:products}
bt5_path = ${software_definition:bt5-erp5} bt5_path = ${zope-instance:bt5-path}
instance-home = ${zope-instance:instancehome} instance-home = ${zope-instance:instancehome}
initialization = initialization =
import os import os
...@@ -23,7 +24,7 @@ initialization = ...@@ -23,7 +24,7 @@ initialization =
[zope-instance] [zope-instance]
# developer by default want to have updatable Data.fs # developer by default want to have updatable Data.fs
force-zodb-update = true force-zodb-update = true
bt5-path = ${software_definition:bt5-all}
# MySQL # MySQL
mysql_database_name = development_site mysql_database_name = development_site
mysql_user = development_user mysql_user = development_user
......
...@@ -11,4 +11,12 @@ parts = ...@@ -11,4 +11,12 @@ parts =
products-deps products-deps
products-erp5 products-erp5
bt5-erp5 bt5-erp5
bt5-erp5-core
bt5-erp5-ui-test
# bt5-erp5-test
# bt5-erp5-compatibility
# bt5-erp5-tiolive
# bt5-erp5-test
# bt5-erp5-ui-test
# bt5-erp5-l10n
# bt5-erp5-extra
...@@ -44,7 +44,6 @@ parts = ...@@ -44,7 +44,6 @@ parts =
# bt5-erp5-compatibility # bt5-erp5-compatibility
# bt5-erp5-tiolive # bt5-erp5-tiolive
# bt5-erp5-test # bt5-erp5-test
# bt5-erp5-ui-test
# bt5-erp5-l10n # bt5-erp5-l10n
# bt5-erp5-extra # bt5-erp5-extra
openoffice-bin openoffice-bin
......
...@@ -17,4 +17,15 @@ products-deps = ${:software_home}/parts/products-deps ...@@ -17,4 +17,15 @@ products-deps = ${:software_home}/parts/products-deps
products-other = ${:software_home}/parts/products-other/Products products-other = ${:software_home}/parts/products-other/Products
products-cmf15 = ${:software_home}/parts/cmf15 products-cmf15 = ${:software_home}/parts/cmf15
bt5-erp5 = ${:software_home}/parts/bt5-erp5 bt5-erp5 = ${:software_home}/parts/bt5-erp5
bt5-erp5-core = ${:software_home}/parts/bt5-erp5-core
bt5-erp5-ui-test = ${:software_home}/parts/bt5-erp5-ui-test
# bt5-erp5-test = ${:software_home}/parts/bt5-erp5-test
# bt5-erp5-compatibility = ${:software_home}/parts/bt5-erp5-compatibility
# bt5-erp5-tiolive = ${:software_home}/parts/bt5-erp5-tiolive
# bt5-erp5-test = ${:software_home}/parts/bt5-erp5-test
# bt5-erp5-l10n = ${:software_home}/parts/bt5-erp5-l10n
# bt5-erp5-extra = ${:software_home}/parts/bt5-erp5-extra
bt5-all =
${:bt5-erp5}
${:bt5-erp5-core}
${:bt5-erp5-ui-test}
...@@ -13,7 +13,6 @@ parts = ...@@ -13,7 +13,6 @@ parts =
# bt5-erp5-compatibility # bt5-erp5-compatibility
# bt5-erp5-tiolive # bt5-erp5-tiolive
# bt5-erp5-test # bt5-erp5-test
# bt5-erp5-ui-test
# bt5-erp5-l10n # bt5-erp5-l10n
# bt5-erp5-extra # bt5-erp5-extra
......
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