diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-24 21:58:38 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-25 11:42:40 +0200 |
commit | 8e602afd1e999e984e18d984a9986324831ac881 (patch) | |
tree | c963379f4e317fa1f2b3d430adbb01da2088b252 /unotest | |
parent | 7da7682965c0465a4c6ae017870daadc2b9ac099 (diff) |
stop looking for Jar files in solver
Change-Id: I4d2a93fa7395354fbf2893df9e254ab39fa365af
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/Jar_test.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotest/Jar_test.mk b/unotest/Jar_test.mk index 714e8535e06b..cc5fde435c7b 100644 --- a/unotest/Jar_test.mk +++ b/unotest/Jar_test.mk @@ -11,9 +11,9 @@ $(eval $(call gb_Jar_Jar,test)) $(eval $(call gb_Jar_add_manifest_classpath,test,\ - juh.jar \ - ridl.jar \ - unoil.jar \ + $(call gb_Helper_make_url,$(call gb_Jar_get_target,juh)) \ + $(call gb_Helper_make_url,$(call gb_Jar_get_target,ridl)) \ + $(call gb_Helper_make_url,$(call gb_Jar_get_target,unoil)) \ )) $(eval $(call gb_Jar_use_jars,test,\ |