Bump for 3.6-28
[LibreOffice.git] / connectivity / source / drivers / jdbc / jdbc.xml
blobbdce638fcf0febe4917c5384515657173ba952f6
1 <?xml version='1.0' encoding="UTF-8"?>
2 <!DOCTYPE module-description PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd">
3 <module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4     <module-name>   jdbc    </module-name>
5     <component-description>
6         <author>Ocke Janssen</author>
7         <name>com.sun.star.comp.sdbc.JDBCDriver</name>
8         <description>
9             This is the implementation of the sdbc-jdbc bridge.
10         </description>
11         <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
12         <language>c++</language>
13         <status value="final"/>
14         <supported-service> com.sun.star.sdbc.Driver    </supported-service>
15         <service-dependency>    ... </service-dependency>
16     </component-description>
17     <project-build-dependency>cppuhelper</project-build-dependency>
18     <project-build-dependency>cppu</project-build-dependency>
19     <project-build-dependency>sal</project-build-dependency>
20     <runtime-module-dependency>cppuhelper</runtime-module-dependency>
21     <runtime-module-dependency>cppu</runtime-module-dependency>
22     <runtime-module-dependency>sal</runtime-module-dependency>
23     <runtime-module-dependency>osl</runtime-module-dependency>
24     <runtime-module-dependency>dbtools</runtime-module-dependency>
25     <runtime-module-dependency>comphelper</runtime-module-dependency>
26 </module-description>