diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-07 12:45:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-07 14:36:25 +0100 |
commit | 9d74d1f7c1e0588540e2b6c8408aacdc5ca59d7b (patch) | |
tree | ec9c4f7a2eaa1c2ff5d61cbabce86368a70c6cf7 /mysqlc/source/META-INF/manifest.xml | |
parent | 6bef95d0da47edf33f4c3fe3c7380977f8c1cf67 (diff) |
mysqlc: remove component_writeInfo with passive registration
Change-Id: I8ffa5ba2bbbd15533ea5097e0b018be3766ecc8b
Diffstat (limited to 'mysqlc/source/META-INF/manifest.xml')
-rw-r--r-- | mysqlc/source/META-INF/manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysqlc/source/META-INF/manifest.xml b/mysqlc/source/META-INF/manifest.xml index 2a54d8410b66..b3a94aca14c1 100644 --- a/mysqlc/source/META-INF/manifest.xml +++ b/mysqlc/source/META-INF/manifest.xml @@ -18,8 +18,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> - <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=native" - manifest:full-path="mysqlc.uno@SHARED_EXTENSION@"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-components;platform=@PLATFORM@" + manifest:full-path="components.rdb"/> <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="registry/data/org/openoffice/Office/DataAccess/Drivers.xcu"/> </manifest:manifest> |