[PATCH] Change in core[libreoffice-3-6]: fdo#53474: Fix Windows Java Accessibility Bridge
Stephan Bergmann (via Code Review)
gerrit at gerrit.libreoffice.org
Thu Oct 25 05:36:28 PDT 2012
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/906
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/06/906/1
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.
(cherry picked from commit 5ba1694606577f9cda2b773d82ae765118bfc9e1)
Conflicts:
Repository.mk
accessibility/Jar_accessibility.mk
accessibility/Jar_uno_accessbridge.mk
Change-Id: I9b582ba22667b1dae635828e85c4cc5b530353ac
---
D accessibility/Jar_accessibility.mk
M accessibility/Jar_uno_accessbridge.mk
M accessibility/Module_accessibility.mk
3 files changed, 49 insertions(+), 92 deletions(-)
--
To view, visit https://gerrit.libreoffice.org/906
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b582ba22667b1dae635828e85c4cc5b530353ac
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Stephan Bergmann <sbergman at redhat.com>
More information about the LibreOffice
mailing list