dbaccess: fix --without-java build once more
Change-Id: I49bf0f066db8a988ee9a091cac1adf5ebcaa2afe Reviewed-on: https://gerrit.libreoffice.org/52777 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
This commit is contained in:
parent
43bb998412
commit
2eef6fd6fc
3 changed files with 0 additions and 14 deletions
|
@ -17,10 +17,6 @@ $(eval $(call gb_CppunitTest_use_externals,dbaccess_RowSetClones,\
|
|||
boost_headers \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_jars,dbaccess_RowSetClones, \
|
||||
sdbc_hsqldb \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \
|
||||
basegfx \
|
||||
comphelper \
|
||||
|
@ -72,8 +68,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_RowSetClones,\
|
|||
comphelper/util/comphelp \
|
||||
configmgr/source/configmgr \
|
||||
connectivity/source/drivers/firebird/firebird_sdbc \
|
||||
connectivity/source/drivers/hsqldb/hsqldb \
|
||||
connectivity/source/drivers/jdbc/jdbc \
|
||||
connectivity/source/manager/sdbc2 \
|
||||
dbaccess/util/dba \
|
||||
dbaccess/util/dbu \
|
||||
|
|
|
@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_embeddeddb_performancetest,
|
|||
configmgr/source/configmgr \
|
||||
connectivity/source/cpool/dbpool2 \
|
||||
connectivity/source/drivers/firebird/firebird_sdbc \
|
||||
connectivity/source/drivers/hsqldb/hsqldb \
|
||||
connectivity/source/drivers/jdbc/jdbc \
|
||||
connectivity/source/manager/sdbc2 \
|
||||
dbaccess/util/dba \
|
||||
dbaccess/source/filter/xml/dbaxml \
|
||||
|
|
|
@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\
|
|||
configmgr/source/configmgr \
|
||||
connectivity/source/cpool/dbpool2 \
|
||||
connectivity/source/drivers/firebird/firebird_sdbc \
|
||||
connectivity/source/drivers/hsqldb/hsqldb \
|
||||
connectivity/source/drivers/jdbc/jdbc \
|
||||
connectivity/source/manager/sdbc2 \
|
||||
dbaccess/util/dba \
|
||||
dbaccess/source/filter/xml/dbaxml \
|
||||
|
@ -71,10 +69,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\
|
|||
xmloff/util/xo \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_jars,dbaccess_hsqldb_test,\
|
||||
sdbc_hsqldb \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsqldb_test))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue