Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / external / hsqldb / UnpackedTarball_hsqldb.mk
blobfc6c18f77c23151b8f640e9114f714c27d69f8bb
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,hsqldb))
12 $(eval $(call gb_UnpackedTarball_set_tarball,hsqldb,$(HSQLDB_TARBALL),,hsqldb))
14 $(eval $(call gb_UnpackedTarball_fix_end_of_line,hsqldb,\
15 build/build.xml \
16 src/org/hsqldb/Library.java \
17 src/org/hsqldb/persist/HsqlDatabaseProperties.java \
20 $(eval $(call gb_UnpackedTarball_add_patches,hsqldb,\
21 external/hsqldb/patches/i96823.patch \
22 external/hsqldb/patches/i97032.patch \
23 external/hsqldb/patches/i103528.patch \
24 external/hsqldb/patches/i104901.patch \
25 external/hsqldb/patches/fdo36824.patch \
26 external/hsqldb/patches/limit_as_table_alias.patch \
27 $(if $(HSQLDB_USE_JDBC_4_1),\
28 external/hsqldb/patches/jdbc-4.1.patch \
29 external/hsqldb/patches/multipleResultSets.patch \
30 ) \
33 # vim: set noet sw=4 ts=4: