Kaydet (Commit) 2eef6fd6 authored tarafından Miklos Vajna's avatar Miklos Vajna

dbaccess: fix --without-java build once more

Change-Id: I49bf0f066db8a988ee9a091cac1adf5ebcaa2afe
Reviewed-on: https://gerrit.libreoffice.org/52777Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 43bb9984
...@@ -17,10 +17,6 @@ $(eval $(call gb_CppunitTest_use_externals,dbaccess_RowSetClones,\ ...@@ -17,10 +17,6 @@ $(eval $(call gb_CppunitTest_use_externals,dbaccess_RowSetClones,\
boost_headers \ boost_headers \
)) ))
$(eval $(call gb_CppunitTest_use_jars,dbaccess_RowSetClones, \
sdbc_hsqldb \
))
$(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \ $(eval $(call gb_CppunitTest_use_libraries,dbaccess_RowSetClones, \
basegfx \ basegfx \
comphelper \ comphelper \
...@@ -72,8 +68,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_RowSetClones,\ ...@@ -72,8 +68,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_RowSetClones,\
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
connectivity/source/drivers/firebird/firebird_sdbc \ connectivity/source/drivers/firebird/firebird_sdbc \
connectivity/source/drivers/hsqldb/hsqldb \
connectivity/source/drivers/jdbc/jdbc \
connectivity/source/manager/sdbc2 \ connectivity/source/manager/sdbc2 \
dbaccess/util/dba \ dbaccess/util/dba \
dbaccess/util/dbu \ dbaccess/util/dbu \
......
...@@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_embeddeddb_performancetest, ...@@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_embeddeddb_performancetest,
configmgr/source/configmgr \ configmgr/source/configmgr \
connectivity/source/cpool/dbpool2 \ connectivity/source/cpool/dbpool2 \
connectivity/source/drivers/firebird/firebird_sdbc \ connectivity/source/drivers/firebird/firebird_sdbc \
connectivity/source/drivers/hsqldb/hsqldb \
connectivity/source/drivers/jdbc/jdbc \
connectivity/source/manager/sdbc2 \ connectivity/source/manager/sdbc2 \
dbaccess/util/dba \ dbaccess/util/dba \
dbaccess/source/filter/xml/dbaxml \ dbaccess/source/filter/xml/dbaxml \
......
...@@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\ ...@@ -47,8 +47,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\
configmgr/source/configmgr \ configmgr/source/configmgr \
connectivity/source/cpool/dbpool2 \ connectivity/source/cpool/dbpool2 \
connectivity/source/drivers/firebird/firebird_sdbc \ connectivity/source/drivers/firebird/firebird_sdbc \
connectivity/source/drivers/hsqldb/hsqldb \
connectivity/source/drivers/jdbc/jdbc \
connectivity/source/manager/sdbc2 \ connectivity/source/manager/sdbc2 \
dbaccess/util/dba \ dbaccess/util/dba \
dbaccess/source/filter/xml/dbaxml \ dbaccess/source/filter/xml/dbaxml \
...@@ -71,10 +69,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\ ...@@ -71,10 +69,6 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\
xmloff/util/xo \ xmloff/util/xo \
)) ))
$(eval $(call gb_CppunitTest_use_jars,dbaccess_hsqldb_test,\
sdbc_hsqldb \
))
$(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsqldb_test)) $(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsqldb_test))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment