[Erp5-report] r33007 luke - in /erp5/trunk/buildout: instance-profiles/ profiles/ software-...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 23 11:49:52 CET 2010
Author: luke
Date: Tue Feb 23 11:49:50 2010
New Revision: 33007
URL: http://svn.erp5.org?rev=33007&view=rev
Log:
- revert 32854
PluginRegistry assumes that products are in Products folder.
Modified:
erp5/trunk/buildout/instance-profiles/zope.cfg
erp5/trunk/buildout/profiles/development.cfg
erp5/trunk/buildout/profiles/software-definition.cfg
erp5/trunk/buildout/software-profiles/erp5.cfg
Modified: erp5/trunk/buildout/instance-profiles/zope.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/zope.cfg?rev=33007&r1=33006&r2=33007&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] Tue Feb 23 11:49:50 2010
@@ -29,7 +29,7 @@
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
Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=33007&r1=33006&r2=33007&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Tue Feb 23 11:49:50 2010
@@ -50,7 +50,7 @@
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 +=
Modified: erp5/trunk/buildout/profiles/software-definition.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/software-definition.cfg?rev=33007&r1=33006&r2=33007&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/software-definition.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/software-definition.cfg [utf8] Tue Feb 23 11:49:50 2010
@@ -13,7 +13,7 @@
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
Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=33007&r1=33006&r2=33007&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Tue Feb 23 11:49:50 2010
@@ -89,7 +89,9 @@
[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
More information about the Erp5-report
mailing list