diff options
author | David Ostrovsky <david@ostrovsky.org> | 2013-11-26 15:05:51 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-05 05:31:43 -0600 |
commit | 130833f80e89774269108cf30b2d1155a00354ce (patch) | |
tree | 245267c3cd6664f6afebb7abb15906a4f1837b76 /postprocess | |
parent | 059cc67245a4f0a62589a0c877aea85e8859c435 (diff) |
fdo#39956 Delete JAB
JAB has been discontinued in favor of the native IA2 bridge.
Change-Id: I88461f73c620507d3e97b077ea2abdd2229322e1
Reviewed-on: https://gerrit.libreoffice.org/6819
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'postprocess')
-rwxr-xr-x | postprocess/Rdb_services.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index c044e14a7be4..c3a4d0f041fa 100755 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -136,12 +136,7 @@ $(eval $(call gb_Rdb_add_components,services,\ shell/source/win32/simplemail/smplmail \ shell/source/win32/syssh \ vcl/vcl.windows \ - $(if $(ENABLE_IA2), \ - winaccessibility/source/service/winaccessibility, \ - $(if $(ENABLE_JAVA), \ - accessibility/bridge/org/openoffice/accessibility/java_uno_accessbridge \ - ) \ - ) \ + winaccessibility/source/service/winaccessibility \ ) \ $(if $(ENABLE_HEADLESS), \ vcl/vcl.headless \ |