office-gobmx/bean
Samuel Mehrbrodt 35518c9236 Move all public Java classes to libreoffice.jar
This moves the classes from juh.jar and ridl.jar to libreoffice.jar

The goal is to have one single jar (and Java module, will be added later)
which developers can include to work with LO.

juh.jar and ridl.jar are kept as basically empty jars with libreoffice.jar
on its classpath to keep backwards compatibility.

This is a continuation of ae855bf481
and a preparation to have Java 9 module support.

Change-Id: Ifbbfb97f60373d14256e62ae3122913bd17d5bbb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91930
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-05-06 14:48:21 +02:00
..
com/sun/star/comp/beans cid#1448230 Dereference null return value 2019-11-17 20:08:23 +01:00
native loplugin:buriedassign in b* 2020-04-14 16:17:55 +02:00
qa/complex/bean Fix typo 2019-04-09 07:31:22 +02:00
test Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
BUCK
Jar_officebean.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
JunitTest_bean_complex.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
Library_officebean.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Makefile
Module_bean.mk Fix typos 2016-01-05 07:32:28 +00:00
pom.officebean.xml Use https instead of http 2018-04-16 15:57:08 +02:00
README

To use LibreOffice from Java applications.

LibreOffice's API is completely exposed so that all office components can be fully controlled.