From 9114945a90dc487a2dc6bf0743dcbb55cf90ed75 Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Fri, 9 Oct 2009 12:29:21 +0000 Subject: [PATCH] Fixing r29512: PathTemplateItem was also using the patches: updating paths git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29521 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../PathTemplateItem/portal_transforms/html_to_text.xml | 2 +- .../PathTemplateItem/portal_transforms/png_to_text.xml | 2 +- .../erp5_core/PathTemplateItem/portal_transforms/w3m_dump.xml | 2 +- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/html_to_text.xml b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/html_to_text.xml index 975971c540..65d3bfe57e 100644 --- a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/html_to_text.xml +++ b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/html_to_text.xml @@ -67,7 +67,7 @@ </item> <item> <key> <string>module</string> </key> - <value> <string>Products.ERP5Type.patches.transforms.html_to_text</string> </value> + <value> <string>Products.PortalTransforms.transforms.html_to_text</string> </value> </item> <item> <key> <string>output</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/png_to_text.xml b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/png_to_text.xml index bedfe55813..46d138b6d2 100644 --- a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/png_to_text.xml +++ b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/png_to_text.xml @@ -67,7 +67,7 @@ </item> <item> <key> <string>module</string> </key> - <value> <string>Products.ERP5Type.patches.transforms.png_to_text</string> </value> + <value> <string>Products.PortalTransforms.transforms.png_to_text</string> </value> </item> <item> <key> <string>output</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/w3m_dump.xml b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/w3m_dump.xml index 16d840f4c2..9af3a149fe 100644 --- a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/w3m_dump.xml +++ b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_transforms/w3m_dump.xml @@ -67,7 +67,7 @@ </item> <item> <key> <string>module</string> </key> - <value> <string>Products.ERP5Type.patches.transforms.w3m_dump</string> </value> + <value> <string>Products.PortalTransforms.transforms.w3m_dump</string> </value> </item> <item> <key> <string>output</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 4db8f571c2..a38c571765 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1327 \ No newline at end of file +1328 -- 2.30.9