From 5ba1694606577f9cda2b773d82ae765118bfc9e1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 25 Oct 2012 13:54:03 +0200 Subject: 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 --- accessibility/Module_accessibility.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'accessibility/Module_accessibility.mk') diff --git a/accessibility/Module_accessibility.mk b/accessibility/Module_accessibility.mk index 368973e54581..47751e88b396 100644 --- a/accessibility/Module_accessibility.mk +++ b/accessibility/Module_accessibility.mk @@ -37,7 +37,6 @@ ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,accessibility,\ CustomTarget_bridge \ CustomTarget_bridge_inc \ - Jar_accessibility \ Jar_uno_accessbridge \ Library_java_uno_accessbridge \ )) -- cgit