summaryrefslogtreecommitdiff
path: root/connectivity/Jar_ConnectivityTools.mk
blob: fc8a861f2b8a31f25c06044b92459004aeb691a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Jar_Jar,ConnectivityTools))

$(eval $(call gb_Jar_use_jars,ConnectivityTools,\
	ridl \
	unoil \
	jurt \
	juh \
	java_uno \
	OOoRunner \
))

$(eval $(call gb_Jar_use_system_jars,ConnectivityTools, \
    $(OOO_JUNIT_JAR) \
))

$(eval $(call gb_Jar_set_packageroot,ConnectivityTools,connectivity))

$(eval $(call gb_Jar_add_sourcefiles,ConnectivityTools,\
	connectivity/qa/connectivity/tools/AbstractDatabase \
	connectivity/qa/connectivity/tools/CRMDatabase \
	connectivity/qa/connectivity/tools/CsvDatabase \
	connectivity/qa/connectivity/tools/DatabaseAccess \
	connectivity/qa/connectivity/tools/DataSource \
	connectivity/qa/connectivity/tools/DbaseDatabase \
	connectivity/qa/connectivity/tools/FlatFileDatabase \
	connectivity/qa/connectivity/tools/HsqlColumnDescriptor \
	connectivity/qa/connectivity/tools/HsqlDatabase \
	connectivity/qa/connectivity/tools/HsqlTableDescriptor \
	connectivity/qa/connectivity/tools/QueryDefinition \
	connectivity/qa/connectivity/tools/RowSet \
	connectivity/qa/connectivity/tools/sdb/Connection \
))

# vim: set noet sw=4 ts=4:
-02-06 12:55:43 +1100'>2016-02-06vcl: split exception types from input typesChris Sherlock 2016-02-02boost::hash->std::hashNoel Grandin 2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara 2016-01-18drawmodes header goneCaolán McNamara 2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist 2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist 2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist 2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian 2015-09-18boost->stdCaolán McNamara 2015-09-10no need to warn anymore as we can save VBA nowMarkus Mohrhard 2015-08-17o3tl: rename compat_functional headerThorsten Behrens 2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-02-17boost->stdCaolán McNamara 2015-02-05Updated all precompiled headers.Ashod Nakashian 2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara