From 4f346c9c1610a1c4b7ecc11ff3b99980763635a0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 4 Feb 2014 18:28:46 +0100 Subject: gbuild: component files for Jars in NONE layer and move testComponent ... from URE to NONE. Change-Id: If43e07b88f2ab0e845f77d1f1a835627e5c48dd7 --- Repository.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index 576e5a4c9011..98c9da5e464c 100644 --- a/Repository.mk +++ b/Repository.mk @@ -645,10 +645,6 @@ $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \ unoloader \ )) -$(eval $(call gb_Helper_register_jars,URE, \ - testComponent \ -)) - $(eval $(call gb_Helper_register_jars,OOO, \ ConnectivityTools \ ScriptFramework \ @@ -697,6 +693,7 @@ $(eval $(call gb_Helper_register_jars,NONE,\ TestExtension \ test \ test-tools \ + testComponent \ )) endif -- cgit