22 lines
362 B
Text
22 lines
362 B
Text
|
|
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'],
|
|
)
|