diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2018-08-28 11:28:12 +0200 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2018-08-28 15:46:17 +0200 |
commit | a67acf8e6127e33dc9ba5f75e097aa27ad5fe952 (patch) | |
tree | 663c78651acc63b23ac20f353b7460929c9edde7 /connectivity/registry | |
parent | 38afe2976eea427999c39ee3a73e7938ec8d5f7b (diff) |
mysqlc: registry xml: install driver
Change-Id: I864302cc7ba8f27300e4bf0dd3d8a6cc1896da4b
Reviewed-on: https://gerrit.libreoffice.org/59698
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'connectivity/registry')
-rw-r--r-- | connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu index 7ade9eebbc60..65bfdba90858 100644 --- a/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu +++ b/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<oor:component-data oor:name="Drivers" oor:package="org.openoffice.Office.DataAccess" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <node oor:name="Installed"> +<oor:component-data oor:name="Drivers" oor:package="org.openoffice.Office.DataAccess" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema"> + <node oor:name="Installed" install:module="mysqlc"> <node oor:name="sdbc:mysqlc:*" oor:op="replace"> <prop oor:name="Driver"> <value>com.sun.star.comp.sdbc.mysqlc.MysqlCDriver</value> |