Bump for 3.6-28
[LibreOffice.git] / connectivity / Package_xml.mk
blob5d6c0e99a742a912c3f5934d9954a8d4c8d45ba7
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # Major Contributor(s):
16 # Copyright (C) 2011 Peter Foley <pefoley2@verizon.net> (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Package_Package,connectivity_xml,$(SRCDIR)/connectivity/source))
30 $(eval $(call gb_Package_add_file,connectivity_xml,xml/evoab.xml,drivers/evoab2/evoab.xml))
31 $(eval $(call gb_Package_add_file,connectivity_xml,xml/odbc.xml,drivers/odbc/odbc.xml))
32 $(eval $(call gb_Package_add_file,connectivity_xml,xml/dbase.xml,drivers/dbase/dbase.xml))
33 $(eval $(call gb_Package_add_file,connectivity_xml,xml/kab.xml,drivers/kab/kab.xml))
34 $(eval $(call gb_Package_add_file,connectivity_xml,xml/mozab.xml,drivers/mozab/mozab.xml))
35 $(eval $(call gb_Package_add_file,connectivity_xml,xml/mysql.xml,drivers/mysql/mysql.xml))
36 $(eval $(call gb_Package_add_file,connectivity_xml,xml/flat.xml,drivers/flat/flat.xml))
37 $(eval $(call gb_Package_add_file,connectivity_xml,xml/file.xml,drivers/file/file.xml))
38 $(eval $(call gb_Package_add_file,connectivity_xml,xml/CalcDriver.xml,drivers/calc/CalcDriver.xml))
39 $(eval $(call gb_Package_add_file,connectivity_xml,xml/jdbc.xml,drivers/jdbc/jdbc.xml))
40 $(eval $(call gb_Package_add_file,connectivity_xml,xml/macab.xml,drivers/macab/macab.xml))
41 $(eval $(call gb_Package_add_file,connectivity_xml,xml/ado.xml,drivers/ado/ado.xml))
42 $(eval $(call gb_Package_add_file,connectivity_xml,xml/dbpool.xml,cpool/dbpool.xml))
44 # vim: set noet sw=4 ts=4: