summaryrefslogtreecommitdiffstats
path: root/unotest/Jar_test-tools.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-15 20:10:10 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-15 21:29:14 +0200
commitcdbd6957a59183667f65dcb233bd9ddffd7b6e91 (patch)
treefc0e31ba2960284d0be72e7c88f133e84b20215b /unotest/Jar_test-tools.mk
parentgbuild: remove horrible abuses of gb_Jar_use_jars: (diff)
downloadcore-cdbd6957a59183667f65dcb233bd9ddffd7b6e91.tar.gz
core-cdbd6957a59183667f65dcb233bd9ddffd7b6e91.zip
gbuild: remove most uses of gb_Jar_set_jarclasspath:
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
Diffstat (limited to 'unotest/Jar_test-tools.mk')
-rw-r--r--unotest/Jar_test-tools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/Jar_test-tools.mk b/unotest/Jar_test-tools.mk
index f68b5a2931e4..23be65582935 100644
--- a/unotest/Jar_test-tools.mk
+++ b/unotest/Jar_test-tools.mk
@@ -27,7 +27,7 @@
$(eval $(call gb_Jar_Jar,test-tools))
-$(eval $(call gb_Jar_set_jarclasspath,test-tools,\
+$(eval $(call gb_Jar_add_manifest_classpath,test-tools,\
juh.jar \
ridl.jar \
unoil.jar \