From 0773c8c77af0ea1e884b2498ea8a5ed7d7dfa9ef Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 1 May 2013 15:04:48 +0200 Subject: gbuild: add group NONE for jars without comp. file This is mainly to avoid polluting instdir because these jars are only used during build. Change-Id: Ia5bab3155787b690bd915f3e83e6b6144715948b --- Repository.mk | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index 76d6662b5539..26d95f4f352c 100644 --- a/Repository.mk +++ b/Repository.mk @@ -731,16 +731,10 @@ $(eval $(call gb_Helper_register_jars,URE, \ $(eval $(call gb_Helper_register_jars,OOO, \ ConnectivityTools \ - HelloWorld \ - Highlight \ - MemoryUsage \ - OOoRunner \ ScriptFramework \ ScriptProviderForBeanShell \ ScriptProviderForJava \ ScriptProviderForJavaScript \ - TestExtension \ - OOoRunnerLight \ XMergeBridge \ XSLTFilter \ XSLTValidate \ @@ -761,8 +755,6 @@ $(eval $(call gb_Helper_register_jars,OOO, \ reportbuilderwizard \ sdbc_hsqldb \ table \ - test \ - test-tools \ web \ xmerge \ )) @@ -774,6 +766,17 @@ $(eval $(call gb_Helper_register_jars,OXT, \ passive_java \ )) +$(eval $(call gb_Helper_register_jars,NONE,\ + HelloWorld \ + Highlight \ + MemoryUsage \ + OOoRunner \ + OOoRunnerLight \ + TestExtension \ + test \ + test-tools \ +)) + # External executables $(eval $(call gb_ExternalExecutable_register_executables,\ genbrk \ -- cgit v1.2.3