From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- bean/BUCK | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bean/BUCK (limited to 'bean/BUCK') diff --git a/bean/BUCK b/bean/BUCK new file mode 100644 index 000000000..0a0ac72b6 --- /dev/null +++ b/bean/BUCK @@ -0,0 +1,22 @@ + +java_sources( + name = 'officebean-src', + srcs = glob(['com/**']), + root = '.', + visibility = ['PUBLIC'], +) + +java_doc( + name = 'officebean-javadoc', + title = 'LibreOffice API', + pkgs = [ + 'com.sun.star.comp.beans', + ], + paths = ['.'], + srcs = glob(['com/**']), + deps = [ + '//:libreoffice', + '//:officebean', + ], + visibility = ['PUBLIC'], +) -- cgit v1.2.3