summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-06 20:10:17 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:24:45 +0200
commit7d5a3fe55622166ff26fc8bd06e09864aa025926 (patch)
treeb5b412cc404c7a0ae0cba156b83d36e196f4d6a5 /connectivity
parentce821f423c21d40d048677e62b3596034217a1e3 (diff)
connectivity: convert configuration
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/Configuration_ado.mk38
-rw-r--r--connectivity/Configuration_calc.mk38
-rw-r--r--connectivity/Configuration_dbase.mk38
-rw-r--r--connectivity/Configuration_evoab2.mk38
-rw-r--r--connectivity/Configuration_flat.mk38
-rw-r--r--connectivity/Configuration_hsqldb.mk38
-rw-r--r--connectivity/Configuration_jdbc.mk38
-rw-r--r--connectivity/Configuration_kab.mk38
-rw-r--r--connectivity/Configuration_macab.mk38
-rw-r--r--connectivity/Configuration_mozab.mk38
-rw-r--r--connectivity/Configuration_mozab2.mk38
-rw-r--r--connectivity/Configuration_mysql.mk38
-rw-r--r--connectivity/Configuration_odbc.mk38
-rw-r--r--connectivity/Configuration_postgresql.mk38
-rw-r--r--connectivity/Module_connectivity.mk24
-rw-r--r--connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/ado/ado.xcu)0
-rw-r--r--connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/calc/calc.xcu)0
-rw-r--r--connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/dbase/dbase.xcu)0
-rw-r--r--connectivity/registry/evoab2/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/evoab2/evoab2.xcu)0
-rw-r--r--connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/flat/flat.xcu)0
-rw-r--r--connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/hsqldb/hsqldb.xcu)0
-rw-r--r--connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/jdbc/jdbc.xcu)0
-rw-r--r--connectivity/registry/kab/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/kab/kab.xcu)0
-rw-r--r--connectivity/registry/macab/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/macab/macab.xcu)0
-rw-r--r--connectivity/registry/mozab/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/mozab/mozab.xcu)0
-rw-r--r--connectivity/registry/mozab2/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/mozab/mozab2.xcu)0
-rw-r--r--connectivity/registry/mysql/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/mysql/mysql.xcu)0
-rw-r--r--connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/odbc/odbc.xcu)0
-rw-r--r--connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu (renamed from connectivity/source/drivers/postgresql/postgresql.xcu)0
29 files changed, 556 insertions, 0 deletions
diff --git a/connectivity/Configuration_ado.mk b/connectivity/Configuration_ado.mk
new file mode 100644
index 000000000000..4168d216bd41
--- /dev/null
+++ b/connectivity/Configuration_ado.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_ado))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_ado,connectivity/registry/ado,\
+ org/openoffice/Office/DataAccess/Drivers-ado.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_ado,connectivity/registry/ado,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_calc.mk b/connectivity/Configuration_calc.mk
new file mode 100644
index 000000000000..04cba292cdd9
--- /dev/null
+++ b/connectivity/Configuration_calc.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_calc))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_calc,connectivity/registry/calc,\
+ org/openoffice/Office/DataAccess/Drivers-calc.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_calc,connectivity/registry/calc,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_dbase.mk b/connectivity/Configuration_dbase.mk
new file mode 100644
index 000000000000..cfab9f27eb61
--- /dev/null
+++ b/connectivity/Configuration_dbase.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_dbase))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_dbase,connectivity/registry/dbase,\
+ org/openoffice/Office/DataAccess/Drivers-dbase.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_dbase,connectivity/registry/dbase,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_evoab2.mk b/connectivity/Configuration_evoab2.mk
new file mode 100644
index 000000000000..9221efe0ed58
--- /dev/null
+++ b/connectivity/Configuration_evoab2.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_evoab2))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_evoab2,connectivity/registry/evoab2,\
+ org/openoffice/Office/DataAccess/Drivers-evoab2.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_evoab2,connectivity/registry/evoab2,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_flat.mk b/connectivity/Configuration_flat.mk
new file mode 100644
index 000000000000..1bdf5c0d9032
--- /dev/null
+++ b/connectivity/Configuration_flat.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_flat))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_flat,connectivity/registry/flat,\
+ org/openoffice/Office/DataAccess/Drivers-flat.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_flat,connectivity/registry/flat,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_hsqldb.mk b/connectivity/Configuration_hsqldb.mk
new file mode 100644
index 000000000000..85ce5d6e96d4
--- /dev/null
+++ b/connectivity/Configuration_hsqldb.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_hsqldb))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_hsqldb,connectivity/registry/hsqldb,\
+ org/openoffice/Office/DataAccess/Drivers-hsqldb.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_hsqldb,connectivity/registry/hsqldb,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_jdbc.mk b/connectivity/Configuration_jdbc.mk
new file mode 100644
index 000000000000..800cc1d50828
--- /dev/null
+++ b/connectivity/Configuration_jdbc.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_jdbc))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_jdbc,connectivity/registry/jdbc,\
+ org/openoffice/Office/DataAccess/Drivers-jdbc.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_jdbc,connectivity/registry/jdbc,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_kab.mk b/connectivity/Configuration_kab.mk
new file mode 100644
index 000000000000..d3b49189c420
--- /dev/null
+++ b/connectivity/Configuration_kab.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_kab))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_kab,connectivity/registry/kab,\
+ org/openoffice/Office/DataAccess/Drivers-kab.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_kab,connectivity/registry/kab,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_macab.mk b/connectivity/Configuration_macab.mk
new file mode 100644
index 000000000000..d683cc4875c1
--- /dev/null
+++ b/connectivity/Configuration_macab.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_macab))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_macab,connectivity/registry/macab,\
+ org/openoffice/Office/DataAccess/Drivers-macab.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_macab,connectivity/registry/macab,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_mozab.mk b/connectivity/Configuration_mozab.mk
new file mode 100644
index 000000000000..7f2c14f43ba6
--- /dev/null
+++ b/connectivity/Configuration_mozab.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_mozab))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_mozab,connectivity/registry/mozab,\
+ org/openoffice/Office/DataAccess/Drivers-mozab.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_mozab,connectivity/registry/mozab,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_mozab2.mk b/connectivity/Configuration_mozab2.mk
new file mode 100644
index 000000000000..2c8b0dad6af6
--- /dev/null
+++ b/connectivity/Configuration_mozab2.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_mozab2))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_mozab2,connectivity/registry/mozab2,\
+ org/openoffice/Office/DataAccess/Drivers-mozab2.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_mozab2,connectivity/registry/mozab2,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_mysql.mk b/connectivity/Configuration_mysql.mk
new file mode 100644
index 000000000000..c182406c6349
--- /dev/null
+++ b/connectivity/Configuration_mysql.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_mysql))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_mysql,connectivity/registry/mysql,\
+ org/openoffice/Office/DataAccess/Drivers-mysql.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_mysql,connectivity/registry/mysql,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_odbc.mk b/connectivity/Configuration_odbc.mk
new file mode 100644
index 000000000000..6d564ec0c91d
--- /dev/null
+++ b/connectivity/Configuration_odbc.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_odbc))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_odbc,connectivity/registry/odbc,\
+ org/openoffice/Office/DataAccess/Drivers-odbc.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_odbc,connectivity/registry/odbc,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Configuration_postgresql.mk b/connectivity/Configuration_postgresql.mk
new file mode 100644
index 000000000000..0dc63d0b22cf
--- /dev/null
+++ b/connectivity/Configuration_postgresql.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Configuration_Configuration,driver_postgresql))
+
+$(eval $(call gb_Configuration_add_spool_modules,driver_postgresql,connectivity/registry/postgresql,\
+ org/openoffice/Office/DataAccess/Drivers-postgresql.xcu \
+))
+
+$(eval $(call gb_Configuration_add_localized_datas,driver_postgresql,connectivity/registry/postgresql,\
+ org/openoffice/Office/DataAccess/Drivers.xcu \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/connectivity/Module_connectivity.mk b/connectivity/Module_connectivity.mk
index 56358a4ab68f..fff5c1c382a8 100644
--- a/connectivity/Module_connectivity.mk
+++ b/connectivity/Module_connectivity.mk
@@ -31,6 +31,11 @@ $(eval $(call gb_Module_add_targets,connectivity,\
AllLangResTarget_cnr \
AllLangResTarget_sdbcl \
AllLangResTarget_sdberr \
+ Configuration_calc \
+ Configuration_dbase \
+ Configuration_flat \
+ Configuration_mysql \
+ Configuration_odbc \
Library_calc \
Library_dbase \
Library_dbpool2 \
@@ -49,6 +54,8 @@ $(eval $(call gb_Module_add_targets,connectivity,\
ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Module_add_targets,connectivity,\
AllLangResTarget_hsqldb \
+ Configuration_hsqldb \
+ Configuration_jdbc \
Jar_ConnectivityTools \
Jar_sdbc_hsqldb \
Library_hsqldb \
@@ -60,6 +67,7 @@ ifeq ($(GUI),UNX)
ifeq ($(ENABLE_KAB),TRUE)
$(eval $(call gb_Module_add_targets,connectivity,\
+ Configuration_kab \
Library_kab1 \
Library_kabdrv1 \
))
@@ -67,6 +75,7 @@ endif
ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,connectivity,\
+ Configuration_macab \
Library_macab1 \
Library_macabdrv1 \
))
@@ -76,18 +85,21 @@ endif
ifeq ($(GUI),WNT)
$(eval $(call gb_Module_add_targets,connectivity,\
+ Configuration_ado \
Library_ado \
))
endif
ifeq ($(ENABLE_EVOAB2),TRUE)
$(eval $(call gb_Module_add_targets,connectivity,\
+ Configuration_evoab2 \
Library_evoab2 \
))
endif
ifeq ($(BUILD_POSTGRESQL_SDBC),YES)
$(eval $(call gb_Module_add_targets,connectivity,\
+ Configuration_postgresql \
Library_postgresql-sdbc \
Library_postgresql-sdbc-impl \
Package_postgresql-sdbc \
@@ -100,10 +112,22 @@ $(eval $(call gb_Module_add_targets,connectivity,\
Library_mozbootstrap \
))
else
+
$(eval $(call gb_Module_add_targets,connectivity,\
Library_mozab \
Library_mozabdrv \
))
+
+ifeq ($(OS),WNT)
+$(eval $(call gb_Module_add_targets,connectivity,\
+ Configuration_mozab \
+))
+else
+$(eval $(call gb_Module_add_targets,connectivity,\
+ Configuration_mozab2 \
+))
+endif
+
endif
# FIXME: Does not work. Convert to JUnit.
diff --git a/connectivity/source/drivers/ado/ado.xcu b/connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu
index 58bfcf8975a9..58bfcf8975a9 100644
--- a/connectivity/source/drivers/ado/ado.xcu
+++ b/connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/calc/calc.xcu b/connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers.xcu
index b7b494fdfa56..b7b494fdfa56 100644
--- a/connectivity/source/drivers/calc/calc.xcu
+++ b/connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/dbase/dbase.xcu b/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu
index f5de1d53ab0e..f5de1d53ab0e 100644
--- a/connectivity/source/drivers/dbase/dbase.xcu
+++ b/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/evoab2/evoab2.xcu b/connectivity/registry/evoab2/org/openoffice/Office/DataAccess/Drivers.xcu
index a7c81d9c75e8..a7c81d9c75e8 100644
--- a/connectivity/source/drivers/evoab2/evoab2.xcu
+++ b/connectivity/registry/evoab2/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/flat/flat.xcu b/connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu
index a54394e853e8..a54394e853e8 100644
--- a/connectivity/source/drivers/flat/flat.xcu
+++ b/connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/hsqldb/hsqldb.xcu b/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu
index f97b5e357179..f97b5e357179 100644
--- a/connectivity/source/drivers/hsqldb/hsqldb.xcu
+++ b/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/jdbc/jdbc.xcu b/connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu
index 2afaa54a9e90..2afaa54a9e90 100644
--- a/connectivity/source/drivers/jdbc/jdbc.xcu
+++ b/connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/kab/kab.xcu b/connectivity/registry/kab/org/openoffice/Office/DataAccess/Drivers.xcu
index d350014a3017..d350014a3017 100644
--- a/connectivity/source/drivers/kab/kab.xcu
+++ b/connectivity/registry/kab/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/macab/macab.xcu b/connectivity/registry/macab/org/openoffice/Office/DataAccess/Drivers.xcu
index 0845bc9a2ce2..0845bc9a2ce2 100644
--- a/connectivity/source/drivers/macab/macab.xcu
+++ b/connectivity/registry/macab/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/mozab/mozab.xcu b/connectivity/registry/mozab/org/openoffice/Office/DataAccess/Drivers.xcu
index e554e46aafb6..e554e46aafb6 100644
--- a/connectivity/source/drivers/mozab/mozab.xcu
+++ b/connectivity/registry/mozab/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/mozab/mozab2.xcu b/connectivity/registry/mozab2/org/openoffice/Office/DataAccess/Drivers.xcu
index d6a631788b67..d6a631788b67 100644
--- a/connectivity/source/drivers/mozab/mozab2.xcu
+++ b/connectivity/registry/mozab2/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/mysql/mysql.xcu b/connectivity/registry/mysql/org/openoffice/Office/DataAccess/Drivers.xcu
index afc5c0d07f5d..afc5c0d07f5d 100644
--- a/connectivity/source/drivers/mysql/mysql.xcu
+++ b/connectivity/registry/mysql/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/odbc/odbc.xcu b/connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu
index c0d3939aa0e0..c0d3939aa0e0 100644
--- a/connectivity/source/drivers/odbc/odbc.xcu
+++ b/connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu
diff --git a/connectivity/source/drivers/postgresql/postgresql.xcu b/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu
index d9bcc7c17614..d9bcc7c17614 100644
--- a/connectivity/source/drivers/postgresql/postgresql.xcu
+++ b/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu