summaryrefslogtreecommitdiff
path: root/RepositoryModule_ooo.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-06-01 08:00:14 +0200
committerDavid Tardon <dtardon@redhat.com>2012-06-01 10:19:29 +0200
commit5b8e012718190e6dbfc6208a0d533e3276141aa9 (patch)
treed9d62d84bd380d3767f2001fe33812f30fed34a0 /RepositoryModule_ooo.mk
parent8ee4f89f612ee6a7133590049de823df02818c6a (diff)
keep the list in alphabetical order
Change-Id: Ie1bcbe4fb1a67649b99b8f94625b74e51bb64306
Diffstat (limited to 'RepositoryModule_ooo.mk')
-rw-r--r--RepositoryModule_ooo.mk13
1 files changed, 4 insertions, 9 deletions
diff --git a/RepositoryModule_ooo.mk b/RepositoryModule_ooo.mk
index 6ccb2403634b..faa899979d2b 100644
--- a/RepositoryModule_ooo.mk
+++ b/RepositoryModule_ooo.mk
@@ -73,9 +73,9 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
idlc \
io \
javaunohelper \
+ jurt \
jvmaccess \
jvmfwk \
- jurt \
l10ntools \
lingucomponent \
linguistic \
@@ -93,6 +93,9 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
packimages \
padmin \
psprint_config \
+ $(if $(strip $(OOO_JUNIT_JAR)),\
+ qadevOOo \
+ ) \
rdbmaker \
regexp \
reportbuilder \
@@ -162,12 +165,4 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
xmlsecurity \
))
-ifneq ($(SOLAR_JAVA),)
- ifneq "$(OOO_JUNIT_JAR)" ""
-$(eval $(call gb_Module_add_moduledirs,ooo,\
- qadevOOo \
-))
- endif
-endif
-
# vim: set noet ts=4 sw=4: