Commit 39b3b6ff authored by Jérome Perrin's avatar Jérome Perrin

officejs: fix non existant appcache on web sites

This caused upgrader errors such as:

    Error: Web Site web_site_module/officejs_smart_assistant references a non existant appcache gadget_officejs_spreadsheet.appcache
parent 9d7e780f
...@@ -259,16 +259,6 @@ ...@@ -259,16 +259,6 @@
<value> <string>string</string> </value> <value> <string>string</string> </value>
</item> </item>
</dictionary> </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> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
...@@ -467,10 +457,6 @@ ...@@ -467,10 +457,6 @@
<key> <string>configuration_latest_version</string> </key> <key> <string>configuration_latest_version</string> </key>
<value> <string>app</string> </value> <value> <string>app</string> </value>
</item> </item>
<item>
<key> <string>configuration_manifest_url</string> </key>
<value> <string>gadget_officejs_spreadsheet.appcache</string> </value>
</item>
<item> <item>
<key> <string>configuration_panel_gadget_url</string> </key> <key> <string>configuration_panel_gadget_url</string> </key>
<value> <string>gadget_officejs_spreadsheet_application_panel.html</string> </value> <value> <string>gadget_officejs_spreadsheet_application_panel.html</string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment