diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-04 18:03:46 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-04 21:16:16 +0100 |
commit | 9870a5f73dcfa6c2c15bc1fc6ba70fa3539f33ac (patch) | |
tree | 10633c07f65f7bbfa9ea81fec664ee54496a114b /Repository.mk | |
parent | 429255d1636e364b8054cc8fc4c417f10f783a54 (diff) |
scp2: move URE jars to AutoInstall
Change-Id: I68c5f5ac015e8c5d8efd60921f38eb31c6f8088d
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk index 2e820e7937ac..576e5a4c9011 100644 --- a/Repository.mk +++ b/Repository.mk @@ -636,15 +636,19 @@ $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \ passive_native \ )) -$(eval $(call gb_Helper_register_jars,URE, \ +ifneq ($(ENABLE_JAVA),) +$(eval $(call gb_Helper_register_jars_for_install,URE,ure, \ java_uno \ juh \ jurt \ ridl \ - testComponent \ unoloader \ )) +$(eval $(call gb_Helper_register_jars,URE, \ + testComponent \ +)) + $(eval $(call gb_Helper_register_jars,OOO, \ ConnectivityTools \ ScriptFramework \ @@ -694,6 +698,7 @@ $(eval $(call gb_Helper_register_jars,NONE,\ test \ test-tools \ )) +endif # External executables $(eval $(call gb_ExternalExecutable_register_executables,\ |