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 /jurt | |
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 'jurt')
-rw-r--r-- | jurt/JunitTest_java_remote.mk | 2 | ||||
-rw-r--r-- | jurt/JunitTest_uno.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jurt/JunitTest_java_remote.mk b/jurt/JunitTest_java_remote.mk index 6ea59b6abdf3..defa35abf76d 100644 --- a/jurt/JunitTest_java_remote.mk +++ b/jurt/JunitTest_java_remote.mk @@ -10,7 +10,7 @@ $(eval $(call gb_JunitTest_JunitTest,jurt_java_remote)) $(eval $(call gb_JunitTest_use_jars,jurt_java_remote,\ - OOoRunnerLight \ + OOoRunner \ ridl \ )) diff --git a/jurt/JunitTest_uno.mk b/jurt/JunitTest_uno.mk index c6570cf2d5c3..3af341eb15d3 100644 --- a/jurt/JunitTest_uno.mk +++ b/jurt/JunitTest_uno.mk @@ -10,7 +10,7 @@ $(eval $(call gb_JunitTest_JunitTest,jurt_uno)) $(eval $(call gb_JunitTest_use_jars,jurt_uno,\ - OOoRunnerLight \ + OOoRunner \ ridl \ )) |