diff options
author | Andras Timar <atimar@suse.com> | 2011-09-30 16:35:59 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-30 23:49:38 +0200 |
commit | ca2235e871582fe3957d4d18173bb033d1384cd8 (patch) | |
tree | 09790d3694d598735ee96eafdca63a042ef10115 /sdext | |
parent | 7969f909e2dd524d420aa874c7322f6feb3765e4 (diff) |
upgrade to the newer extension description scheme
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/description.xml | 4 | ||||
-rw-r--r-- | sdext/source/minimizer/manifest.xml | 2 | ||||
-rw-r--r-- | sdext/source/pdfimport/config/description.xml | 4 | ||||
-rw-r--r-- | sdext/source/pdfimport/config/manifest.xml | 2 | ||||
-rw-r--r-- | sdext/source/presenter/description.xml | 4 | ||||
-rw-r--r-- | sdext/source/presenter/manifest.xml | 2 |
6 files changed, 12 insertions, 6 deletions
diff --git a/sdext/source/minimizer/description.xml b/sdext/source/minimizer/description.xml index e310dc197daa..b0bc64a6af72 100644 --- a/sdext/source/minimizer/description.xml +++ b/sdext/source/minimizer/description.xml @@ -27,4 +27,8 @@ <default xlink:href="bitmaps/extension_32.png" /> </icon> + <extension-description> + <src xlink:href="help/component.txt" lang="en-US" /> + </extension-desciption> + </description> diff --git a/sdext/source/minimizer/manifest.xml b/sdext/source/minimizer/manifest.xml index eac189524f26..5f86b4d1c16f 100644 --- a/sdext/source/minimizer/manifest.xml +++ b/sdext/source/minimizer/manifest.xml @@ -11,6 +11,4 @@ manifest:full-path="registry/data/org/openoffice/Office/Addons.xcu"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="registry/data/org/openoffice/Office/ProtocolHandler.xcu"/> - <manifest:file-entry manifest:media-type="application/vnd.sun.star.package-bundle-description" - manifest:full-path="help/component.txt"/> </manifest:manifest> diff --git a/sdext/source/pdfimport/config/description.xml b/sdext/source/pdfimport/config/description.xml index 5a88a482273f..83011679b200 100644 --- a/sdext/source/pdfimport/config/description.xml +++ b/sdext/source/pdfimport/config/description.xml @@ -26,4 +26,8 @@ <default xlink:href="images/extension_32.png" /> </icon> + <extension-description> + <src xlink:href="help/component.txt" lang="en-US" /> + </extension-desciption> + </description> diff --git a/sdext/source/pdfimport/config/manifest.xml b/sdext/source/pdfimport/config/manifest.xml index 013f2a1b453a..834526d86ae7 100644 --- a/sdext/source/pdfimport/config/manifest.xml +++ b/sdext/source/pdfimport/config/manifest.xml @@ -11,6 +11,4 @@ manifest:full-path="pdf_types.xcu"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.basic-library" manifest:full-path="basic/"/> - <manifest:file-entry manifest:media-type="application/vnd.sun.star.package-bundle-description" - manifest:full-path="help/component.txt"/> </manifest:manifest> diff --git a/sdext/source/presenter/description.xml b/sdext/source/presenter/description.xml index 899195445934..64357334c0ee 100644 --- a/sdext/source/presenter/description.xml +++ b/sdext/source/presenter/description.xml @@ -27,4 +27,8 @@ <default xlink:href="bitmaps/extension_32.png" /> </icon> + <extension-description> + <src xlink:href="help/component.txt" lang="en-US" /> + </extension-desciption> + </description> diff --git a/sdext/source/presenter/manifest.xml b/sdext/source/presenter/manifest.xml index 7466467f879f..bb79f9e8ea3c 100644 --- a/sdext/source/presenter/manifest.xml +++ b/sdext/source/presenter/manifest.xml @@ -13,6 +13,4 @@ manifest:full-path="registry/schema/org/openoffice/Office/extension/PresenterScreen.xcs"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.help" manifest:full-path="help"/> - <manifest:file-entry manifest:media-type="application/vnd.sun.star.package-bundle-description" - manifest:full-path="help/component.txt"/> </manifest:manifest> |