summaryrefslogtreecommitdiff
path: root/extras/source/templates/presnt/Alizarin/META-INF/manifest.xml
diff options
context:
space:
mode:
authorLaurent BP <laurent.balland-poirier@laposte.net>2017-12-31 16:13:48 +0100
committerHeiko Tietze <tietze.heiko@gmail.com>2018-02-20 11:26:54 +0100
commit659acfbb7d588e2fd965fcddf7593e7f7bc76d84 (patch)
treefda6f5d79186131bb79d173931dabc110717feaf /extras/source/templates/presnt/Alizarin/META-INF/manifest.xml
parente42cce6be36b82bf92ed04af275ff1d4703d982b (diff)
Impress templates: build from XML code
Mainting XML code is easier if we need to change a font name or font size for asian and complex. See tdf#114749 or tdf#114746 For Classy_red.otp, Object 1 was renamed Object1, as no space are allowed in file names. Change-Id: I6ed0b4df20943396640a9d9b749b77d5ba16ed2d Update: as suggested by Mark, add indentation with xmllint --format Reviewed-on: https://gerrit.libreoffice.org/47221 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Hung <marklh9@gmail.com> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'extras/source/templates/presnt/Alizarin/META-INF/manifest.xml')
-rw-r--r--extras/source/templates/presnt/Alizarin/META-INF/manifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/source/templates/presnt/Alizarin/META-INF/manifest.xml b/extras/source/templates/presnt/Alizarin/META-INF/manifest.xml
new file mode 100644
index 000000000000..c3e1aec9147d
--- /dev/null
+++ b/extras/source/templates/presnt/Alizarin/META-INF/manifest.xml
@@ -0,0 +1,8 @@
+<?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:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.presentation-template"/>
+ <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/>
+ <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>
+ <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/>
+</manifest:manifest>