From 9ed189445a58f32edce4a093661d42665059c6f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 4 Oct 2012 17:04:11 +0200
Subject: [PATCH] Missing subobject.

---
 .../volatile_cache_plugin.xml                 | 36 +++++++++++++++++++
 master/bt5/vifib_erp5/bt/revision             |  2 +-
 master/bt5/vifib_erp5/bt/template_path_list   |  1 +
 3 files changed, 38 insertions(+), 1 deletion(-)
 create mode 100644 master/bt5/vifib_erp5/PathTemplateItem/portal_caches/last_stored_data_cache_factory/volatile_cache_plugin.xml

diff --git a/master/bt5/vifib_erp5/PathTemplateItem/portal_caches/last_stored_data_cache_factory/volatile_cache_plugin.xml b/master/bt5/vifib_erp5/PathTemplateItem/portal_caches/last_stored_data_cache_factory/volatile_cache_plugin.xml
new file mode 100644
index 000000000..fb7b208ec
--- /dev/null
+++ b/master/bt5/vifib_erp5/PathTemplateItem/portal_caches/last_stored_data_cache_factory/volatile_cache_plugin.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="Distributed Ram Cache" module="erp5.portal_type"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>specialise/portal_memcached/default_memcached_plugin</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>volatile_cache_plugin</string> </value>
+        </item>
+        <item>
+            <key> <string>int_index</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Distributed Ram Cache</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Volatile Distributed Ram Cache</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/master/bt5/vifib_erp5/bt/revision b/master/bt5/vifib_erp5/bt/revision
index d9bf67ee8..662106aa4 100644
--- a/master/bt5/vifib_erp5/bt/revision
+++ b/master/bt5/vifib_erp5/bt/revision
@@ -1 +1 @@
-484
\ No newline at end of file
+485
\ No newline at end of file
diff --git a/master/bt5/vifib_erp5/bt/template_path_list b/master/bt5/vifib_erp5/bt/template_path_list
index cb24e01c1..e04e5d6fa 100644
--- a/master/bt5/vifib_erp5/bt/template_path_list
+++ b/master/bt5/vifib_erp5/bt/template_path_list
@@ -31,6 +31,7 @@ person_module/test_vifib_user_developer/**
 portal_caches/computer_information_cache_factory
 portal_caches/computer_information_cache_factory/persistent_cache_plugin
 portal_caches/last_stored_data_cache_factory
+portal_caches/last_stored_data_cache_factory/**
 portal_caches/slap_cache_factory
 portal_caches/slap_cache_factory/persistent_cache_plugin
 service_module/computer_registration
-- 
2.30.9