diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-15 14:00:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-16 11:51:57 +0100 |
commit | 39327e71b5098a430f07d4f32b31afdd926d11ef (patch) | |
tree | f02f7a3773a6061e9c5d96d15a6d5c4794a47242 /javaunohelper | |
parent | 1816bdd1965a8395e8878462e5c7693591327888 (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 'javaunohelper')
-rw-r--r-- | javaunohelper/JunitTest_juh.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javaunohelper/JunitTest_juh.mk b/javaunohelper/JunitTest_juh.mk index 214589d36a6d..22aff54608d6 100644 --- a/javaunohelper/JunitTest_juh.mk +++ b/javaunohelper/JunitTest_juh.mk @@ -15,7 +15,7 @@ $(eval $(call gb_JunitTest_set_defs,juh,\ )) $(eval $(call gb_JunitTest_use_jars,juh,\ - OOoRunnerLight \ + OOoRunner \ ridl \ jurt \ )) |