Skip to content

Commit

Permalink
gbuild: require java UNO runtime explicitly
Browse files Browse the repository at this point in the history
Change-Id: I83e468a729ef72b74c2718fe98dd3998dac6c21e
  • Loading branch information
dtardon committed Aug 2, 2014
1 parent 485216a commit 1f6e670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dbaccess/CppunitTest_dbaccess_hsqldb_test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ $(eval $(call gb_CppunitTest_use_api,dbaccess_hsqldb_test,\
$(eval $(call gb_CppunitTest_use_ure,dbaccess_hsqldb_test))
$(eval $(call gb_CppunitTest_use_vcl,dbaccess_hsqldb_test))

$(eval $(call gb_CppunitTest_use_java_ure,dbaccess_hsqldb_test))

$(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\
basic/util/sb \
comphelper/util/comphelp \
Expand Down
2 changes: 1 addition & 1 deletion solenv/gbuild/CppunitTest.mk
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ $(call gb_CppunitTest_get_target,$(1)) : $(call gb_Executable_get_target,$(2))

endef

define gb_CppunitTest__use_java_ure
define gb_CppunitTest_use_java_ure
$(call gb_CppunitTest_get_target,$(1)) : \
$(foreach jar,java_uno juh jurt unoil unoloader,$(call gb_Jar_get_target,$(jar))) \
$(call gb_Library_get_target,affine_uno_uno) \
Expand Down

0 comments on commit 1f6e670

Please sign in to comment.