Commit Graph

5 Commits

Author SHA1 Message Date
5ba1694606 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
2012-10-25 14:00:05 +02:00
058723356d accessibility: use CustomTarget makefiles 2012-03-31 22:49:30 +02:00
7aadee6df6 convert windows-specific bits, part 2: lib 2011-12-23 16:43:00 +01:00
24585e1bf1 convert windows-specific bits, part 1: jars 2011-12-23 16:43:00 +01:00
7f31e252e4 gbuildize accessibility 2011-12-23 16:43:00 +01:00