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 /smoketest | |
parent | 7da7682965c0465a4c6ae017870daadc2b9ac099 (diff) |
stop looking for Jar files in solver
Change-Id: I4d2a93fa7395354fbf2893df9e254ab39fa365af
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/Extension_TestExtension.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/Extension_TestExtension.mk b/smoketest/Extension_TestExtension.mk index 8644a73784e3..83ab2517fa78 100644 --- a/smoketest/Extension_TestExtension.mk +++ b/smoketest/Extension_TestExtension.mk @@ -9,6 +9,6 @@ $(eval $(call gb_Extension_Extension,TestExtension,smoketest/com/sun/star/comp/smoketest,nodeliver)) -$(eval $(call gb_Extension_add_file,TestExtension,TestExtension.jar,$(call gb_Jar_get_outdir_target,TestExtension))) +$(eval $(call gb_Extension_add_file,TestExtension,TestExtension.jar,$(call gb_Jar_get_target,TestExtension))) # vim: set noet sw=4 ts=4: |