summaryrefslogtreecommitdiff
path: root/extras/source/autotext/lang/zh-TW/acor/META-INF/manifest.xml
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-15 09:29:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-15 13:37:41 +0100
commit109209c4f1db04eccf02d283f9d4ce039418603b (patch)
tree883584abdd7915f6c9fd6572a904c46778b002ca /extras/source/autotext/lang/zh-TW/acor/META-INF/manifest.xml
parent0cb856816611d78f0e709c99cc99273fcdd7f724 (diff)
make all autocorrection manifest.xml have the same style
now that these are stored unpacked we can see that there are a) a bunch of CVS dirs listed in some of the manifest.xml's b) some missing media-types for some .xml files c) various additional useless MANIFEST.MF files c) wild inconsistency in style Change-Id: I5ba3955470bf479f1b7ce2a4f243c600dcc38b8f
Diffstat (limited to 'extras/source/autotext/lang/zh-TW/acor/META-INF/manifest.xml')
-rw-r--r--extras/source/autotext/lang/zh-TW/acor/META-INF/manifest.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/extras/source/autotext/lang/zh-TW/acor/META-INF/manifest.xml b/extras/source/autotext/lang/zh-TW/acor/META-INF/manifest.xml
index e219da5afeca..9411d976aac2 100644
--- a/extras/source/autotext/lang/zh-TW/acor/META-INF/manifest.xml
+++ b/extras/source/autotext/lang/zh-TW/acor/META-INF/manifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
-<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
- <manifest:file-entry manifest:media-type="" manifest:full-path="/"/>
- <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="DocumentList.xml"/>
- <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="SentenceExceptList.xml"/>
-</manifest:manifest>
+<manifest>
+ <file-entry media-type="" full-path="/"/>
+ <file-entry media-type="" full-path="META-INF/"/>
+ <file-entry media-type="text/xml" full-path="DocumentList.xml"/>
+ <file-entry media-type="text/xml" full-path="SentenceExceptList.xml"/>
+</manifest>