repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sc lok: cope with non 100% zoom better.
[LibreOffice.git]
/
javaunohelper
/
BUCK
blob
7f1120dab5f531c20fd258743a9b5b508de96777
1
2
java_sources(
3
name = 'juh-src',
4
srcs = glob(['com/**']),
5
visibility = ['PUBLIC'],
6
)
7
8
java_doc(
9
name = 'juh-javadoc',
10
title = 'LibreOffice Makes it easier to use UNO with Java',
11
pkgs = [
12
'com.sun.star',
13
],
14
paths = ['.'],
15
srcs = glob(['com/**']),
16
deps = [
17
'//:juh',
18
],
19
visibility = ['PUBLIC'],
20
)