diff options
Diffstat (limited to 'gug/META-INF/manifest.xml')
-rw-r--r-- | gug/META-INF/manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gug/META-INF/manifest.xml b/gug/META-INF/manifest.xml index f54199b..dc3ca10 100644 --- a/gug/META-INF/manifest.xml +++ b/gug/META-INF/manifest.xml @@ -1,6 +1,6 @@ <?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="application/vnd.sun.star.configuration-data" - manifest:full-path="dictionaries.xcu"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="dictionaries.xcu"/> </manifest:manifest> + |