office-gobmx/solenv
Rene Engelhard ea8d6cd596 Adapt buck build to jars merged into libreoffice.jar
Since ae855bf481 and
35518c9236 the ridl,jurt und unoil jars
were merged into libreoffice.jar. Adapt the buck build correspondingly.

Preserve the publishing of merged jars for now with dummy content and
consider to remove them in future releases.

Test Plan:

1. To replace version number with upcoming release version:

  $ solenv/bin/version.py 7.1.0

2. To install the API to local Maven repository:

  $ VERBOSE=1 buck build api_install

3. To deploy the API to Maven Central:

  $ VERBOSE=1 buck build api_deploy

Change-Id: Id1b2135682ab962c901b944f3c26aeead9a4b19b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93724
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2020-11-30 11:27:47 +01:00
..
bin Adapt buck build to jars merged into libreoffice.jar 2020-11-30 11:27:47 +01:00
buck Adapt buck build to jars merged into libreoffice.jar 2020-11-30 11:27:47 +01:00
clang-cl
clang-format oox: make effectpropertiescontext available to everyone in oox/ 2020-11-27 21:33:33 +01:00
doc/gbuild
gbuild Simplify makefile logic using new gb_not 2020-10-31 06:44:49 +01:00
gbuildtojson
gcc-wrappers Fix typos 2020-11-22 21:05:03 +01:00
gdb Adapt solenv/gdb/ to old Python 2020-10-09 17:04:24 +02:00
inc add Central Kurdish (ckb) language pack 2020-06-24 15:36:39 +02:00
lldb/libreoffice
maven Adapt buck build to jars merged into libreoffice.jar 2020-11-30 11:27:47 +01:00
qa/python Move MimeContentTypeFactory into vcl 2020-09-22 22:37:54 +02:00
sanitizers weld TabBar 2020-11-20 21:07:56 +01:00
vs Remove useless and wrong mask; it turns signed short into unsigned 2019-10-18 13:11:40 +02:00
wsl Add --list-registry function 2020-10-25 22:35:03 +01:00
CompilerTest_compilerplugins_clang.mk New loplugin:stringviewparam 2020-11-12 16:53:30 +01:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in Adapt solenv/flatpak-manifest.in to 86744f0399 2020-11-28 09:08:12 +01:00
Makefile
Module_solenv.mk
PythonTest_solenv_python.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
README
StaticLibrary_wrapper.mk

Tools and makefile fragments necessary for compilation

This module contains many tools and makefile configuration pieces,
critical for building LibreOffice:

bin/
    contains lots of tools used during the build:

    concat-deps*
        these aggregate, and remove duplicates from module
        dependencies, to accelerate build times.

    make_installer.pl
        this script executes the compiled instructions from
        the scp2/ module to create an installer, and/or to
        do a local install for the smoketest.

gbuild/
    implementation of the LibreOffice build system
    See gbuild/README for more info.

gdb/
    lots of nice python helpers to make debugging -much- easier
    that (eg.) print UCS2 strings as UTF-8 on the console to
    help with debugging.

inc/
    old / increasingly obsolete dmake setup and includes, we are
    trying to entirely rid ourselves of this

src/
    useful standard / re-usable component map files for components
    which shouldn't export anything more than a few registration
    symbols.