summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_javadoc.mk
AgeCommit message (Collapse)Author
2020-06-05Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
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 ae855bf48163ff64d94cfc34aff8e37abdb5518d 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> (cherry picked from commit 35518c92365cc183ba6cce2a4d284a130c0ca13f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95048 Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-05-30Cleanup: Move files to ridljarSamuel Mehrbrodt
These files are now part of ridl.jar instead of jurt.jar, so move them accordingly. Follow-up cleanup for ae855bf48163ff64d94cfc34aff8e37abdb5518d Change-Id: I01df60d99f5296b6252b260f52160c3e62f4b8dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88007 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit 57eee86bab2efd63b7eec9d73a86b1cc0422de29) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95046 Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2019-01-24Fix build with recent jdk 11.0.2Fridrich Štrba
Change-Id: I0ee68e087e3973b6a148f9bfefc16581606d6568
2014-06-09odk: run javadoc in shellMichael Stahl
Change-Id: Ifb4a21f6145b303f5c636a61a0fd35b9ccaa9800
2013-10-25stop looking for Jar files in solverMichael Stahl
Change-Id: I4d2a93fa7395354fbf2893df9e254ab39fa365af
2013-09-11odk: move files out of the confusing "pack" directory to better homesMichael Stahl
Change-Id: I46f4954ef07f60e1f7824a47f0617f8612ea9505
2013-04-24install javadoc files using filelistDavid Tardon
Change-Id: I434508057dbfab9410d8f7fc3844c45cd4201b11 Reviewed-on: https://gerrit.libreoffice.org/3588 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-18fix javadoc warningsPeter Foley
Change-Id: I86176860504893213a25afc2a3a886cab9acad68
2013-03-15fix deps for odkcommon.zipDavid Tardon
Change-Id: I06667cbb1fe24356bb24b7781258ef2c194f0e4d
2013-03-13odk: depend on OUTDIR jar file if that is on classpathMichael Stahl
Change-Id: I416b5aac3afd636bb67f496fa061f9ff9db9bdf0
2013-02-27Use PRODUCTVERSION instead of UDK_MAJOR/MINOR/MICRO in SDK HTML documentationStephan Bergmann
Change-Id: I132723457e02d6b3b9fa24d7d41ac621b03ef7b1
2013-02-26odk: add some quotes too so sh does not eat ;Michael Stahl
Change-Id: I77fa72869113be1fbce46baf3febe544064c6f76
2013-02-26odk: javadoc -sourcepath separated by ; on that other platformMichael Stahl
Change-Id: If6ab5a3874e82f205eaeba9024f75ba4d598e7f3
2013-02-26odk: remove pointless variableMichael Stahl
Change-Id: I07406ca6e00f2000045de09a1be45b5fa4a694cb
2013-02-26odk: remove temporary Zip file gratuitous complexityMichael Stahl
4 zip files containing ridl, unoloader, jurt and juh source files are created and copied to solver and unzipped again in odk when odk could simply run javadoc over the source files directly. Change-Id: I8d2d7c794988eab2e8a3c6005cc8a849a1232f64
2013-02-23convert odk to gbuild and add to tail_buildPeter Foley
Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0 Reviewed-on: https://gerrit.libreoffice.org/2288 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>