summaryrefslogtreecommitdiffstats
path: root/unotest/Jar_test-tools.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-17 11:02:49 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-17 12:52:25 +0200
commit5a4bcd3b7578523af6a2754369231ca1cf413f82 (patch)
tree6d055022ed60cb89e8419f97610eb465a46cb91b /unotest/Jar_test-tools.mk
parentFix build breaker in cli_ure: Avoid C# 4.0 when using MSVC 2008 (diff)
downloadcore-5a4bcd3b7578523af6a2754369231ca1cf413f82.tar.gz
core-5a4bcd3b7578523af6a2754369231ca1cf413f82.zip
gbuild: register all jars
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
Diffstat (limited to 'unotest/Jar_test-tools.mk')
-rw-r--r--unotest/Jar_test-tools.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotest/Jar_test-tools.mk b/unotest/Jar_test-tools.mk
index 23be65582935..86fcbdcd2321 100644
--- a/unotest/Jar_test-tools.mk
+++ b/unotest/Jar_test-tools.mk
@@ -34,9 +34,9 @@ $(eval $(call gb_Jar_add_manifest_classpath,test-tools,\
))
$(eval $(call gb_Jar_use_jars,test-tools,\
- $(OUTDIR)/bin/juh.jar \
- $(OUTDIR)/bin/ridl.jar \
- $(OUTDIR)/bin/unoil.jar \
+ juh \
+ ridl \
+ unoil \
))
$(eval $(call gb_Jar_set_packageroot,test-tools,org))