diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-23 15:55:30 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-23 15:55:30 +0000 |
commit | 3b584566735a5260b68e5c6b050a71f40957385c (patch) | |
tree | 46f5dfbe7edd59c08cf74aaacd913c9682d40f29 /data/odt-styles/META-INF | |
parent | fcb220a7a4552315d2403c98305ed7a7c2c98276 (diff) | |
download | pandoc-3b584566735a5260b68e5c6b050a71f40957385c.tar.gz |
Moved odt-styles/ to data/. Removed unneeded variable in Makefile.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1458 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'data/odt-styles/META-INF')
-rw-r--r-- | data/odt-styles/META-INF/manifest.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/odt-styles/META-INF/manifest.xml b/data/odt-styles/META-INF/manifest.xml new file mode 100644 index 000000000..5ecd5d892 --- /dev/null +++ b/data/odt-styles/META-INF/manifest.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0"> + <manifest:file-entry manifest:media-type="application/vnd.oasis.opendocument.text" manifest:full-path="/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/statusbar/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/accelerator/current.xml"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/accelerator/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/floater/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/popupmenu/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/progressbar/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/menubar/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/toolbar/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/images/Bitmaps/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/images/"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.xml.ui.configuration" manifest:full-path="Configurations2/"/> + <manifest:file-entry manifest:media-type="application/binary" manifest:full-path="layout-cache"/> + <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="" manifest:full-path="Thumbnails/thumbnail.png"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Thumbnails/"/> + <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="settings.xml"/> +</manifest:manifest>
\ No newline at end of file |