Kaydet (Commit) 5b8e0127 authored tarafından David Tardon's avatar David Tardon

keep the list in alphabetical order

Change-Id: Ie1bcbe4fb1a67649b99b8f94625b74e51bb64306
üst 8ee4f89f
...@@ -73,9 +73,9 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -73,9 +73,9 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
idlc \ idlc \
io \ io \
javaunohelper \ javaunohelper \
jurt \
jvmaccess \ jvmaccess \
jvmfwk \ jvmfwk \
jurt \
l10ntools \ l10ntools \
lingucomponent \ lingucomponent \
linguistic \ linguistic \
...@@ -93,6 +93,9 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -93,6 +93,9 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
packimages \ packimages \
padmin \ padmin \
psprint_config \ psprint_config \
$(if $(strip $(OOO_JUNIT_JAR)),\
qadevOOo \
) \
rdbmaker \ rdbmaker \
regexp \ regexp \
reportbuilder \ reportbuilder \
...@@ -162,12 +165,4 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -162,12 +165,4 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
xmlsecurity \ 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: # vim: set noet ts=4 sw=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment