summaryrefslogtreecommitdiff
path: root/unotest
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
parent79c9ea3818334b39eda6996cf488143a5dc586d4 (diff)
gbuild: register all jars
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
Diffstat (limited to 'unotest')
-rw-r--r--unotest/Jar_test-tools.mk6
-rw-r--r--unotest/Jar_test.mk8
2 files changed, 7 insertions, 7 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))
diff --git a/unotest/Jar_test.mk b/unotest/Jar_test.mk
index 9f718cc871cd..014a835016e2 100644
--- a/unotest/Jar_test.mk
+++ b/unotest/Jar_test.mk
@@ -34,10 +34,10 @@ $(eval $(call gb_Jar_add_manifest_classpath,test,\
))
$(eval $(call gb_Jar_use_jars,test,\
- $(OUTDIR)/bin/juh.jar \
- $(OUTDIR)/bin/ridl.jar \
- $(OUTDIR)/bin/unoil.jar \
- $(OUTDIR)/bin/OOoRunner.jar \
+ juh \
+ ridl \
+ unoil \
+ OOoRunner \
))
$(eval $(call gb_Jar_use_system_jars,test,\