summaryrefslogtreecommitdiff
path: root/qadevOOo/Module_qadevOOo.mk
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 /qadevOOo/Module_qadevOOo.mk
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 'qadevOOo/Module_qadevOOo.mk')
-rw-r--r--qadevOOo/Module_qadevOOo.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/Module_qadevOOo.mk b/qadevOOo/Module_qadevOOo.mk
index 142d2d04d917..3093a18de0cd 100644
--- a/qadevOOo/Module_qadevOOo.mk
+++ b/qadevOOo/Module_qadevOOo.mk
@@ -11,7 +11,6 @@ $(eval $(call gb_Module_Module,qadevOOo))
ifeq ($(ENABLE_JAVA),TRUE)
$(eval $(call gb_Module_add_targets,qadevOOo,\
- Jar_OOoRunnerLight \
Jar_OOoRunner \
))
endif