diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-15 09:29:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-15 13:37:41 +0100 |
commit | 109209c4f1db04eccf02d283f9d4ce039418603b (patch) | |
tree | 883584abdd7915f6c9fd6572a904c46778b002ca /extras/source/autotext/lang/pt | |
parent | 0cb856816611d78f0e709c99cc99273fcdd7f724 (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/pt')
-rw-r--r-- | extras/source/autotext/lang/pt/acor/META-INF/manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/source/autotext/lang/pt/acor/META-INF/manifest.xml b/extras/source/autotext/lang/pt/acor/META-INF/manifest.xml index 577e2ea35c98..b0467da7ff47 100644 --- a/extras/source/autotext/lang/pt/acor/META-INF/manifest.xml +++ b/extras/source/autotext/lang/pt/acor/META-INF/manifest.xml @@ -2,8 +2,8 @@ <manifest> <file-entry media-type="" full-path="/"/> <file-entry media-type="" full-path="META-INF/"/> + <file-entry media-type="text/xml" full-path="BlockList.xml"/> <file-entry media-type="text/xml" full-path="DocumentList.xml"/> - <file-entry media-type="text/xml" full-path="WordExceptList.xml"/> <file-entry media-type="text/xml" full-path="SentenceExceptList.xml"/> - <file-entry media-type="text/xml" full-path="BlockList.xml"/> + <file-entry media-type="text/xml" full-path="WordExceptList.xml"/> </manifest> |