Commit 0fdb8341 authored by Łukasz Nowak's avatar Łukasz Nowak

- revert 32854

PluginRegistry assumes that products are in Products folder.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33007 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c663532d
......@@ -29,7 +29,7 @@ products =
products ${software_definition:cmf15}
products ${software_definition:products-deps}
products ${software_definition:products-erp5}
products ${software_definition:products-other}
products ${software_definition:products-other}/Products
environment =
debug-mode = off
ip-address = 0.0.0.0
......
......@@ -50,7 +50,7 @@ products =
products ${products-deps:location}
products ${products-erp5-development:location}
products ${products-erp5:location}
products ${products-other:location}
products ${products-other:location}/Products
# zope.conf template part ENDS
eggs +=
......
......@@ -13,7 +13,7 @@ executable = ${:software_home}/parts/python2.4/bin/python2.4
products-erp5 = ${:software_home}/parts/products-erp5
products-erp5-development = ${:software_home}/parts/products-erp5-development
products-deps = ${:software_home}/parts/products-deps
products-other = ${:software_home}/parts/products-other
products-other = ${:software_home}/parts/products-other/Products
products-cmf15 = ${:software_home}/parts/cmf15
bt5-erp5 = ${:software_home}/parts/bt5-erp5
......@@ -89,7 +89,9 @@ urls =
[products-other]
recipe = infrae.subversion
#Archetypes should be contained in Products Folder
# dircty hack to support PluginRegistry/utils.py:17 assumption that products
# are in Products folder
location = parts/products-other/Products
urls =
http://svn.plone.org/svn/collective/DCWorkflowGraph/tags/release-0_3/ DCWorkflowGraph
svn://svn.zope.org/repos/main/Zelenium/trunk/ Zelenium
......
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