From 2a11b7bd87553e426f7f48f0ee37f763a1acb049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 27 Nov 2007 09:51:16 +0000 Subject: [PATCH] Install portal_contributions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17811 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../ToolTemplateItem/portal_contributions.xml | 31 +++++++++++++++++++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- .../erp5_core/bt/template_tool_id_list | 1 + 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_contributions.xml diff --git a/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_contributions.xml b/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_contributions.xml new file mode 100644 index 0000000000..d43f120e75 --- /dev/null +++ b/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_contributions.xml @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ContributionTool" module="Products.ERP5.Tool.ContributionTool"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>portal_contributions</string> </value> + </item> + <item> + <key> <string>uid</string> </key> + <value> + <none/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index ec28ec146d..ed615204d1 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -588 \ No newline at end of file +590 \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_tool_id_list b/product/ERP5/bootstrap/erp5_core/bt/template_tool_id_list index 0a58123f08..1b36fc6691 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/template_tool_id_list +++ b/product/ERP5/bootstrap/erp5_core/bt/template_tool_id_list @@ -1 +1,2 @@ +portal_contributions portal_notifications \ No newline at end of file -- 2.30.9