diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-19 23:59:51 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-21 01:44:12 +0700 |
| commit | b08efcd717e92c7f52e99dfaf98f927f3966cab5 (patch) | |
| tree | 78f7b6a2b269094e91443d3b3b39501a27228262 /libreoffice-extension/META-INF/manifest.xml | |
| parent | 3f7be941391f7a8554ef7710a63bcab5c11897ed (diff) | |
| download | hunspell-id-b08efcd717e92c7f52e99dfaf98f927f3966cab5.tar.xz | |
libreoffice-extension: pembaruan dengan upstream
Berkas libreoffice dictionaries terbaru diambil dari
https://git.libreoffice.org/dictionaries/.
Untuk beberapa berkas menggunakan lisensi LGPL-2.1-only.
Diffstat (limited to 'libreoffice-extension/META-INF/manifest.xml')
| -rw-r--r-- | libreoffice-extension/META-INF/manifest.xml | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/libreoffice-extension/META-INF/manifest.xml b/libreoffice-extension/META-INF/manifest.xml index 4be7782..f8d630a 100644 --- a/libreoffice-extension/META-INF/manifest.xml +++ b/libreoffice-extension/META-INF/manifest.xml @@ -1,7 +1,15 @@ -<?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.package-bundle-description" manifest:full-path="../info/description.txt"/>
-</manifest:manifest>
-
+<?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:full-path="dialog/OptionsDialog.xcs" + manifest:media-type="application/vnd.sun.star.configuration-schema" /> + <manifest:file-entry manifest:full-path="dialog/OptionsDialog.xcu" + manifest:media-type="application/vnd.sun.star.configuration-data" /> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-components" + manifest:full-path="Lightproof.components"/> + <manifest:file-entry + manifest:media-type="application/vnd.sun.star.configuration-data" + manifest:full-path="Linguistic.xcu" /> +</manifest:manifest> |
