Kaydet (Commit) 0f2d6f63 authored tarafından Rene Engelhard's avatar Rene Engelhard

build qadevOOo only if SOLAR_JAVA and OOO_JUNIT_JAR are set

üst 4fd2b87d
...@@ -72,7 +72,6 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -72,7 +72,6 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
package \ package \
padmin \ padmin \
psprint_config \ psprint_config \
qadevOOo \
regexp \ regexp \
reportdesign \ reportdesign \
sal \ sal \
...@@ -117,6 +116,14 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -117,6 +116,14 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
xmlscript \ xmlscript \
)) ))
ifneq ($(SOLAR_JAVA),)
ifneq "$(OOO_JUNIT_JAR)" ""
$(eval $(call gb_Module_add_moduledirs,ooo,\
qadevOOo \
))
endif
endif
# these have only migrated subsequentcheck for now # these have only migrated subsequentcheck for now
$(eval $(call gb_Module_add_moduledirs,ooo,\ $(eval $(call gb_Module_add_moduledirs,ooo,\
ucb \ ucb \
......
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