summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-10-25 13:54:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-10-25 14:00:05 +0200
commit5ba1694606577f9cda2b773d82ae765118bfc9e1 (patch)
tree4d88884585526a46b34ac0ca942aa48190fd755d /Repository.mk
parentd922cc0398ac4ec8de1a1b47402ceeb5d5d152b5 (diff)
fdo#53474: Fix Windows Java Accessibility Bridge
...by folding the contents of java_accessibility.jar back into java_uno_accessbridge.jar. In the old build system there were two jars, java_uno_accessbridge.jar containing the handful of org.openoffice.accessibility classes and all org.openoffice.java.accessibility classes (though how the latter got included was fairly obscure in the makefile.mk) and unused java_accessibility.jar that contained all org.openoffice.java.accessibility classes. When adapting this to gbuild, the unused java_accessibility.jar was carried over, but all its org.openoffice.accessibility classes were inadvertently droped from java_uno_accessbridge.jar. Change-Id: I9b582ba22667b1dae635828e85c4cc5b530353ac
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index 2298e496d5f6..ed4a0fbae869 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -734,7 +734,6 @@ $(eval $(call gb_Helper_register_jars,OOO, \
fax \
form \
htmlsoff \
- java_accessibility \
java_uno_accessbridge \
letter \
officebean \