summaryrefslogtreecommitdiff
path: root/ridljar/source/unoloader
AgeCommit message (Collapse)Author
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
Set up the toolchain to create sources and javadocs artifacts in addition to JARs created during the build. Use Buck build tool for that: [1]. This is a fork of Google's build tool Blaze, created by Xooglers at Facebook. This build tool (like Blaze itself) uses Python to write build files. Add needed tools and build files to install LibreOffice API artifacts to local Maven repository or deploy them to Maven Central. To build all needed artifacts LibreOffice must be built regularly with GNU make first. To build the rest of the API (sources and javadocs): $> buck build api To replace version number with upcoming release version: $> solenv/bin/version.py 5.1.0 To install the API to local Maven repository: $> buck build api_install To deploy the API to Maven Central: $> buck build api_deploy Detailed documentation is added to document the prerequisites and the workflow to upload LibreOffice API to Maven Central. * [1] https://buckbuild.com Change-Id: Ibdd552a01110836703bc069abe829b9921491cac Reviewed-on: https://gerrit.libreoffice.org/20343 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2012-06-29Java5 update - convert code to use genericsNoel Grandin
Note that WeakMap no longer extends Map, because it does not conform to the generic Map interface. Change-Id: I72ea681528c932d84c95f095434e1dc95b0a3d16
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2011-12-25remove stray delzip filesDavid Tardon
2011-12-23gbuildize ridljarDavid Tardon
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.5.34); FILE MERGEDRüdiger Timm
2008/03/31 07:25:37 rt 1.5.34.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.16); FILE MERGEDRüdiger Timm
2008/03/31 07:25:37 rt 1.7.16.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.16); FILE MERGEDRüdiger Timm
2008/03/31 07:25:37 rt 1.5.16.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.50); FILE MERGEDRüdiger Timm
2008/03/31 07:25:37 rt 1.3.50.1: #i87441# Change license header to LPGL v3.
2007-03-16#i10000# merge problemOliver Bolte
2007-03-14INTEGRATION: CWS sb69 (1.4.24); FILE MERGEDOliver Bolte
2007/01/25 13:25:22 sb 1.4.24.1: #i72612# Creating a class loader should be done priviliged.
2007-03-12INTEGRATION: CWS sb36 (1.2.4); FILE MERGEDOliver Bolte
2006/03/13 10:38:15 sb 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 04:13:21 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:24:40 sb 1.2.4.1: #i51803# Changed parameters of UnoClassLoader ctor, to specifiy a per-UnoClassLoader classpath.
2007-03-12INTEGRATION: CWS sb36 (1.2.4); FILE MERGEDOliver Bolte
2006/03/14 14:33:15 sb 1.2.4.4: #i51803# Reverted additional ctor introduced in 1.4, which is not used until now, and is obsoleted by the classPath parameter of the other ctor; marked the class as internal again. 2006/03/13 10:38:08 sb 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 04:13:04 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:24:40 sb 1.2.4.1: #i51803# Changed parameters of UnoClassLoader ctor, to specifiy a per-UnoClassLoader classpath.
2006-07-20INTEGRATION: CWS sb55 (1.4.20); FILE MERGEDKurt Zenker
2006/07/10 14:35:32 sb 1.4.20.1: #i66004# More robust now.
2006-01-20INTEGRATION: CWS tbe25 (1.3.4); FILE MERGEDOliver Bolte
2005/10/27 13:12:19 sb 1.3.4.1: #i56785# Fixed @since tag.
2006-01-20INTEGRATION: CWS tbe25 (1.3.4); FILE MERGEDOliver Bolte
2005/10/27 13:12:01 sb 1.3.4.1: #i56785# Added ctor with extraTypes; fixed @since tag.
2005-09-08INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGEDRüdiger Timm
2005/09/05 13:57:00 rt 1.3.4.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGEDRüdiger Timm
2005/09/05 13:56:59 rt 1.2.8.1: #i54170# Change license header: remove SISSL
2005-07-07INTEGRATION: CWS sb33 (1.2.2); FILE MERGEDOliver Bolte
2005/06/29 12:32:17 sb 1.2.2.1: #i51194# Make sure build works w/o SOLAR_JAVA (patch supplied by kendy).
2005-06-17INTEGRATION: CWS sb31 (1.1.2); FILE ADDEDOliver Bolte
2005/04/29 10:25:41 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader.
2005-06-17INTEGRATION: CWS sb31 (1.1.2); FILE ADDEDOliver Bolte
2005/04/29 10:25:25 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader.
2005-06-17INTEGRATION: CWS sb31 (1.1.2); FILE ADDEDOliver Bolte
2005/04/29 10:24:51 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader.
2005-06-17INTEGRATION: CWS sb31 (1.1.2); FILE ADDEDOliver Bolte
2005/05/03 12:28:35 sb 1.1.2.2: #121392# Excluded jut.jar from URE. 2005/04/29 10:25:09 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader.
2005-06-17INTEGRATION: CWS sb31 (1.1.2); FILE ADDEDOliver Bolte
2005/04/29 10:22:13 sb 1.1.2.4: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader. 2005/04/21 13:32:02 sb 1.1.2.3: #120220# Reworked unoloader.jar: UnoLoader.execute to launch applications; UNO-Type-Path for type JARs; no need to include unoil.jar any longer. 2005/04/07 13:49:13 sb 1.1.2.2: #120220# Fixed copyright statement. 2005/04/07 12:24:54 sb 1.1.2.1: #120220# Added unoloader.jar.
2005-06-17INTEGRATION: CWS sb31 (1.1.2); FILE ADDEDOliver Bolte
2005/04/29 10:22:50 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar.