35518c9236
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>
15 lines
805 B
XML
15 lines
805 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="qa"/>
|
|
<classpathentry kind="src" path="java"/>
|
|
<classpathentry kind="src" path="runner"/>
|
|
<classpathentry kind="src" path="testdocs/backend"/>
|
|
<classpathentry kind="src" path="testdocs/qadevlibs/source"/>
|
|
<classpathentry kind="src" path="tests/java"/>
|
|
<classpathentry kind="lib" path="testdocs/qadevlibs/JobExecutor.jar"/>
|
|
<classpathentry kind="lib" path="testdocs/qadevlibs/MyPersistObjectImpl.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="../instdir/program/classes/libreoffice.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
|
<classpathentry kind="output" path="../workdir/qadevooo-bin"/>
|
|
</classpath>
|