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'], ) ory'/>
summaryrefslogtreecommitdiff
path: root/ucb/Library_ucpimage.mk
AgeCommit message (Expand)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann