summaryrefslogtreecommitdiffstats
path: root/examples/ods/gnumeric/META-INF/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ods/gnumeric/META-INF/manifest.xml')
-rw-r--r--examples/ods/gnumeric/META-INF/manifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/ods/gnumeric/META-INF/manifest.xml b/examples/ods/gnumeric/META-INF/manifest.xml
new file mode 100644
index 0000000..e1b8e74
--- /dev/null
+++ b/examples/ods/gnumeric/META-INF/manifest.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
+ <manifest:file-entry manifest:media-type="application/vnd.oasis.opendocument.spreadsheet" manifest:full-path="/"/>
+ <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="content.xml"/>
+ <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="styles.xml"/>
+ <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="meta.xml"/>
+ <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="settings.xml"/>
+</manifest:manifest>