From 5a4bcd3b7578523af6a2754369231ca1cf413f82 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 17 Aug 2012 11:02:49 +0200 Subject: gbuild: register all jars Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc --- sot/JunitTest_sot_complex.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sot') diff --git a/sot/JunitTest_sot_complex.mk b/sot/JunitTest_sot_complex.mk index 18f75817d797..96be0e9d5ea4 100644 --- a/sot/JunitTest_sot_complex.mk +++ b/sot/JunitTest_sot_complex.mk @@ -27,11 +27,11 @@ $(eval $(call gb_JunitTest_add_sourcefiles,sot_complex,\ )) $(eval $(call gb_JunitTest_use_jars,sot_complex,\ - $(OUTDIR)/bin/OOoRunner.jar \ - $(OUTDIR)/bin/ridl.jar \ - $(OUTDIR)/bin/test.jar \ - $(OUTDIR)/bin/unoil.jar \ - $(OUTDIR)/bin/jurt.jar \ + OOoRunner \ + ridl \ + test \ + unoil \ + jurt \ )) $(eval $(call gb_JunitTest_add_classes,sot_complex,\ -- cgit