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 /connectivity | |
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 'connectivity')
-rw-r--r-- | connectivity/Jar_ConnectivityTools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/Jar_ConnectivityTools.mk b/connectivity/Jar_ConnectivityTools.mk index ccc6c16746e2..e398d7372ef0 100644 --- a/connectivity/Jar_ConnectivityTools.mk +++ b/connectivity/Jar_ConnectivityTools.mk @@ -16,7 +16,7 @@ $(eval $(call gb_Jar_use_jars,ConnectivityTools,\ jurt \ juh \ java_uno \ - OOoRunnerLight \ + OOoRunner \ )) $(eval $(call gb_Jar_set_packageroot,ConnectivityTools,connectivity)) |