diff options
-rw-r--r-- | extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml b/extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml index 9bfc7a4065fd..03703c7d31b9 100644 --- a/extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml +++ b/extras/source/autocorr/lang/pt-PT/META-INF/manifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<manifest:manifest> - <manifest:file-entry manifest:full-path="/" manifest:media-type=""/> - <manifest:file-entry manifest:full-path="SentenceExceptList.xml" manifest:media-type="text/xml"/> - <manifest:file-entry manifest:full-path="WordExceptList.xml" manifest:media-type="text/xml"/> - <manifest:file-entry manifest:full-path="DocumentList.xml" manifest:media-type="text/xml"/> -</manifest:manifest>
\ No newline at end of file +<manifest> + <file-entry full-path="/" media-type=""/> + <file-entry full-path="SentenceExceptList.xml" media-type="text/xml"/> + <file-entry full-path="WordExceptList.xml" media-type="text/xml"/> + <file-entry full-path="DocumentList.xml" media-type="text/xml"/> +</manifest> |