aboutsummaryrefslogtreecommitdiff
path: root/Chicago95-theme/META-INF/manifest.xml
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-03-27 20:30:02 -0400
committerB. Stack <bgstack15@gmail.com>2021-03-27 20:36:41 -0400
commit28d936cedbdda5eb06f085903340513c6eb3701d (patch)
tree343628b23a18793cb09159410d45cd483932b900 /Chicago95-theme/META-INF/manifest.xml
downloadlibreoffice-chicago95-iconset-28d936cedbdda5eb06f085903340513c6eb3701d.tar.gz
libreoffice-chicago95-iconset-28d936cedbdda5eb06f085903340513c6eb3701d.tar.bz2
libreoffice-chicago95-iconset-28d936cedbdda5eb06f085903340513c6eb3701d.zip
initial commit
Diffstat (limited to 'Chicago95-theme/META-INF/manifest.xml')
-rw-r--r--Chicago95-theme/META-INF/manifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Chicago95-theme/META-INF/manifest.xml b/Chicago95-theme/META-INF/manifest.xml
new file mode 100644
index 0000000..4e6624f
--- /dev/null
+++ b/Chicago95-theme/META-INF/manifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<m:manifest xmlns:m="http://openoffice.org/2001/manifest">
+ <m:file-entry m:media-type="application/vnd.sun.star.configuration-data"
+ m:full-path="config.xcu"/>
+</m:manifest>
bgstack15