lok: emit ProfileZone data in messages when requested.
[LibreOffice.git] / jurt / BUCK
blobf2349aa017e08841ed2ce7bf77bc92690ad53668
2 java_sources(
3   name = 'jurt-src',
4   srcs = glob(['com/**']),
5   visibility = ['PUBLIC'],
8 java_doc(
9   name = 'jurt-javadoc',
10   title = 'LibreOffice Java Uno Runtime',
11   pkgs = [
12     'com.sun.star',
13   ],
14   paths = ['.'],
15   srcs = glob(['com/**']),
16   deps = [
17     '//:jurt',
18     '//:unoloader',
19   ],
20   visibility = ['PUBLIC'],