summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-15 14:00:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-12-16 11:51:57 +0100
commit39327e71b5098a430f07d4f32b31afdd926d11ef (patch)
treef02f7a3773a6061e9c5d96d15a6d5c4794a47242 /ridljar
parent1816bdd1965a8395e8878462e5c7693591327888 (diff)
java: remove OOoRunnerLight
and just use OOoRunner, there is no point in having a stripped down jar, the cost of firing up the Java VM completely dwarfs any benefit of having a smaller jar. Change-Id: Ibcc3c5bd6e9b9c918041142dd32db0ea5dddc25b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/JunitTest_util.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ridljar/JunitTest_util.mk b/ridljar/JunitTest_util.mk
index a50f6cdf975b..3286b384a5a1 100644
--- a/ridljar/JunitTest_util.mk
+++ b/ridljar/JunitTest_util.mk
@@ -10,7 +10,7 @@
$(eval $(call gb_JunitTest_JunitTest,ridljar_util))
$(eval $(call gb_JunitTest_use_jars,ridljar_util,\
- OOoRunnerLight \
+ OOoRunner \
ridl \
))