summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-01 15:04:48 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-01 16:55:40 +0200
commit0773c8c77af0ea1e884b2498ea8a5ed7d7dfa9ef (patch)
tree912fb35511fe032f44eaba99e092c05c5d236720 /Repository.mk
parentf45c3418d11009dbe9a78e59aa9e5fcbbdad5f91 (diff)
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
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk19
1 files changed, 11 insertions, 8 deletions
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 \