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
lok: use "None" string item in the ListBox control
[LibreOffice.git]
/
unoil
/
BUCK
blob
e84663c81d4f1a5950eae9692ca472993f393db9
1
genrule(
2
name = 'unoil-src',
3
cmd = ' && '.join([
4
'cd $TMP',
5
'echo "FAKE SOURCE ARCHIVE" > README',
6
'zip -qr $OUT *',
7
]),
8
out = 'unoil-src.jar',
9
visibility = ['PUBLIC'],
10
)
11
12
genrule(
13
name = 'unoil-javadoc',
14
cmd = ' && '.join([
15
'cd $TMP',
16
'echo "FAKE JAVADOC ARCHIVE" > README',
17
'zip -qr $OUT *',
18
]),
19
out = 'unoil-javadoc.jar',
20
visibility = ['PUBLIC'],
21
)