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'],
)
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
¤
*© Formatika GbR, Deutschland