[Libreoffice-commits] core.git: connectivity/registry

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Aug 28 13:46:39 UTC 2018


 connectivity/registry/mysqlc/org/openoffice/Office/DataAccess/Drivers.xcu |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a67acf8e6127e33dc9ba5f75e097aa27ad5fe952
Author:     Tamas Bunth <tamas.bunth at collabora.co.uk>
AuthorDate: Tue Aug 28 11:28:12 2018 +0200
Commit:     Tamás Bunth <btomi96 at gmail.com>
CommitDate: Tue Aug 28 15:46:17 2018 +0200

    mysqlc: registry xml: install driver
    
    Change-Id: I864302cc7ba8f27300e4bf0dd3d8a6cc1896da4b
    Reviewed-on: https://gerrit.libreoffice.org/59698
    Tested-by: Jenkins
    Reviewed-by: Tamás Bunth <btomi96 at gmail.com>

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>


More information about the Libreoffice-commits mailing list