Commit 74de95b6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

zope2-location and products-zope are only required for Zope-2.8.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39016 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 89672363
...@@ -10,7 +10,6 @@ test_runner_location = ${buildout:parts-directory}/test-runner ...@@ -10,7 +10,6 @@ test_runner_location = ${buildout:parts-directory}/test-runner
[test-runner-template] [test-runner-template]
recipe = erp5.recipe.testrunner recipe = erp5.recipe.testrunner
zope2-location = ${software_definition:zope_software}
# For now it is required define location like this. # For now it is required define location like this.
location = ${create-test-runner-place:test_runner_location} location = ${create-test-runner-place:test_runner_location}
......
...@@ -44,3 +44,5 @@ update-command = ${:command} ...@@ -44,3 +44,5 @@ update-command = ${:command}
[software_definition] [software_definition]
software_home = /opt/erp5/trunk software_home = /opt/erp5/trunk
executable = ${:software_home}/bin/python2.4 executable = ${:software_home}/bin/python2.4
zope_software = ${:software_home}/parts/zope-2.8
products-zope = ${:zope_software}/lib/python/Products
...@@ -23,6 +23,7 @@ development_site_instancehome = ${buildout:var-directory}/development-site ...@@ -23,6 +23,7 @@ development_site_instancehome = ${buildout:var-directory}/development-site
[runUnitTest] [runUnitTest]
<= test-runner-template <= test-runner-template
zope2-location = ${software_definition:zope_software}
products = ${configuration:development_site_products} products = ${configuration:development_site_products}
bt5_path = ${configuration:development_site_bt5_path} bt5_path = ${configuration:development_site_bt5_path}
......
...@@ -13,8 +13,6 @@ mysql_software = ${:software_home}/parts/mysql-tritonn-5.0 ...@@ -13,8 +13,6 @@ mysql_software = ${:software_home}/parts/mysql-tritonn-5.0
sphinx_software = ${:software_home}/parts/sphinx sphinx_software = ${:software_home}/parts/sphinx
oood_software = ${:software_home}/parts/oood oood_software = ${:software_home}/parts/oood
openoffice_software = ${:software_home}/parts/openoffice-bin openoffice_software = ${:software_home}/parts/openoffice-bin
zope_software = ${:software_home}/parts/zope-2.8
products-zope = ${:zope_software}/lib/python/Products
products-erp5 = ${:software_home}/parts/products-erp5 products-erp5 = ${:software_home}/parts/products-erp5
products-erp5-development = ${:software_home}/parts/products-erp5-development products-erp5-development = ${:software_home}/parts/products-erp5-development
products-deps = ${:software_home}/parts/products-deps products-deps = ${:software_home}/parts/products-deps
......
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