diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:21:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:21:18 +0000 |
commit | 0083a5e4c7f95cf7f8d8ac380f9fabc5f67ac26d (patch) | |
tree | 7f929e644e66065c2e7c2ec036cd7d20fdb650e2 /officecfg | |
parent | 854cdeae5b4f2ea52c4258e47139bbfe4078ec67 (diff) |
INTEGRATION: CWS dba31a (1.42.66); FILE MERGED
2008/07/18 21:45:50 fs 1.42.66.2: adjusted the node names for #i81899#
2008/07/04 14:28:28 oj 1.42.66.1: #i81899# new config for JDBC driver class path settings
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs index 2dc99ebdabc5..c6eec8845e00 100644 --- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs @@ -8,7 +8,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DataAccess.xcs,v $ - * $Revision: 1.42 $ + * $Revision: 1.43 $ * * This file is part of OpenOffice.org. * @@ -158,6 +158,16 @@ </info> </prop> </group> + <group oor:name="DriverClassPath"> + <info> + <desc>Specifies the path or jar to the Java driver class.</desc> + </info> + <prop oor:name="Path" oor:type="xs:string"> + <info> + <desc>Specifies the class path where the JDBC driver class can be found.</desc> + </info> + </prop> + </group> <group oor:name="UserDefinedDriver"> <info> <desc>Specifies the user defined database drivers which should appear in the data source administration dialog.</desc> @@ -276,7 +286,19 @@ </info> </set> </group> - + + <group oor:name="JDBC"> + <info> + <desc>Specifies all information which is needed for the connections established using JDBC.</desc> + </info> + <set oor:name="DriverClassPaths" oor:node-type="DriverClassPath"> + <info> + <desc>Specifies the class paths where to find JDBC database drivers. The node name specifies the name + of the JDBC driver which is to be loaded.</desc> + </info> + </set> + </group> + <set oor:name="RegisteredNames" oor:node-type="DatabaseNameSetting"> <info> <desc>Specifies all names which are registered.</desc> |