summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-17 11:02:49 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-17 12:52:25 +0200
commit5a4bcd3b7578523af6a2754369231ca1cf413f82 (patch)
tree6d055022ed60cb89e8419f97610eb465a46cb91b /Repository.mk
parent79c9ea3818334b39eda6996cf488143a5dc586d4 (diff)
gbuild: register all jars
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk53
1 files changed, 53 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index 8e782d31a89e..ec9f19ee19cf 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -688,4 +688,57 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
))
endif
+$(eval $(call gb_Helper_register_jars,URE, \
+ java_uno \
+ juh \
+ jurt \
+ ridl \
+ unoil \
+ unoloader \
+))
+
+$(eval $(call gb_Helper_register_jars,OOO, \
+ ConnectivityTools \
+ EvolutionarySolver \
+ FCFGMerge \
+ HelloWorld \
+ Highlight \
+ MemoryUsage \
+ OOoRunner \
+ ScriptFramework \
+ ScriptProviderForBeanShell \
+ ScriptProviderForJava \
+ ScriptProviderForJavaScript \
+ TestExtension \
+ OOoRunnerLight \
+ XMergeBridge \
+ XSLTFilter \
+ XSLTValidate \
+ commonwizards \
+ agenda \
+ aportisdoc \
+ fax \
+ form \
+ htmlsoff \
+ java_accessibility \
+ java_uno_accessbridge \
+ letter \
+ mediawiki \
+ nlpsolver \
+ officebean \
+ pexcel \
+ pocketword \
+ query \
+ report \
+ reportbuilderwizard \
+ sdbc_hsqldb \
+ sun-report-builder \
+ table \
+ test \
+ test-tools \
+ testComponent \
+ web \
+ xmerge \
+))
+
# vim: set noet sw=4 ts=4: