diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-04 18:28:46 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-04 21:16:16 +0100 |
commit | 4f346c9c1610a1c4b7ecc11ff3b99980763635a0 (patch) | |
tree | 09deeb53d4d30e687d0895d018a149a2d8222dc7 /Repository.mk | |
parent | 9870a5f73dcfa6c2c15bc1fc6ba70fa3539f33ac (diff) |
gbuild: component files for Jars in NONE layer and move testComponent
... from URE to NONE.
Change-Id: If43e07b88f2ab0e845f77d1f1a835627e5c48dd7
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 5 |
1 files changed, 1 insertions, 4 deletions
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 |