From da32220c3c2504cf312023699021b8f610324de7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 17 Jun 2020 14:42:51 +0900
Subject: [PATCH] officejs: remove references to configuration_manifest_url

These web sites are not using configuration_manifest_url to refer to an
application cache, so remove the reference so that upgrader does not
check if application cache manifest is up to date
---
 .../web_site_module/officejs_cribjs.xml            | 14 --------------
 .../web_site_module/officejs_notebook.xml          | 14 --------------
 .../web_site_module/officejs_wallsearch.xml        | 14 --------------
 3 files changed, 42 deletions(-)

diff --git a/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_cribjs.xml b/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_cribjs.xml
index 1ceaff404e..991c1246b1 100644
--- a/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_cribjs.xml
+++ b/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_cribjs.xml
@@ -249,16 +249,6 @@
                       <value> <string>string</string> </value>
                   </item>
                 </dictionary>
-                <dictionary>
-                  <item>
-                      <key> <string>id</string> </key>
-                      <value> <string>configuration_manifest_url</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>type</string> </key>
-                      <value> <string>string</string> </value>
-                  </item>
-                </dictionary>
                 <dictionary>
                   <item>
                       <key> <string>id</string> </key>
@@ -437,10 +427,6 @@
             <key> <string>configuration_latest_version</string> </key>
             <value> <string>development</string> </value>
         </item>
-        <item>
-            <key> <string>configuration_manifest_url</string> </key>
-            <value> <string>gadget_officejs.appcache</string> </value>
-        </item>
         <item>
             <key> <string>configuration_panel_gadget_url</string> </key>
             <value> <string>gadget_officejs_application_panel.html</string> </value>
diff --git a/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_notebook.xml b/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_notebook.xml
index c0f8f09a92..72057f9826 100644
--- a/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_notebook.xml
+++ b/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_notebook.xml
@@ -249,16 +249,6 @@
                       <value> <string>string</string> </value>
                   </item>
                 </dictionary>
-                <dictionary>
-                  <item>
-                      <key> <string>id</string> </key>
-                      <value> <string>configuration_manifest_url</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>type</string> </key>
-                      <value> <string>string</string> </value>
-                  </item>
-                </dictionary>
                 <dictionary>
                   <item>
                       <key> <string>id</string> </key>
@@ -447,10 +437,6 @@
             <key> <string>configuration_latest_version</string> </key>
             <value> <string>app</string> </value>
         </item>
-        <item>
-            <key> <string>configuration_manifest_url</string> </key>
-            <value> <string>gadget_officejs.appcache</string> </value>
-        </item>
         <item>
             <key> <string>configuration_panel_gadget_url</string> </key>
             <value> <string>gadget_officejs_application_panel.html</string> </value>
diff --git a/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_wallsearch.xml b/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_wallsearch.xml
index 90e4378670..c4ebfb8a34 100644
--- a/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_wallsearch.xml
+++ b/bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_wallsearch.xml
@@ -249,16 +249,6 @@
                       <value> <string>string</string> </value>
                   </item>
                 </dictionary>
-                <dictionary>
-                  <item>
-                      <key> <string>id</string> </key>
-                      <value> <string>configuration_manifest_url</string> </value>
-                  </item>
-                  <item>
-                      <key> <string>type</string> </key>
-                      <value> <string>string</string> </value>
-                  </item>
-                </dictionary>
                 <dictionary>
                   <item>
                       <key> <string>id</string> </key>
@@ -447,10 +437,6 @@
             <key> <string>configuration_latest_version</string> </key>
             <value> <string>app</string> </value>
         </item>
-        <item>
-            <key> <string>configuration_manifest_url</string> </key>
-            <value> <string>gadget_officejs.appcache</string> </value>
-        </item>
         <item>
             <key> <string>configuration_panel_gadget_url</string> </key>
             <value> <string>gadget_officejs_application_panel.html</string> </value>
-- 
2.30.9