summaryrefslogtreecommitdiff
path: root/jurt/BUCK
blob: 1af7706d9203c3dbe28a0dbb503015b512efff1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

genrule(
  name = 'jurt-src',
  cmd = ' && '.join([
    'cd $TMP',
    'echo "FAKE SOURCE ARCHIVE" > README',
    'zip -qr $OUT *',
  ]),
  out = 'jurt-src.jar',
  visibility = ['PUBLIC'],
)

genrule(
  name = 'jurt-javadoc',
  cmd = ' && '.join([
    'cd $TMP',
    'echo "FAKE JAVADOC ARCHIVE" > README',
    'zip -qr $OUT *',
  ]),
  out = 'jurt-javadoc.jar',
  visibility = ['PUBLIC'],
)

extras/sclabelrangesobj.cxx?id=cee3278a3d5924e01d92ff8a39d7b9751996d7e3'>tdf#45904 Move XElementAccess Java tests to C++Jens Carl 2018-12-03tdf#45904 Move XIndexAccess Java tests to C++Jens Carl 2018-11-02tdf#45904 Move _XEnumerationAccess Java Tests to C++Rahul Gurung 2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin 2018-01-30Remove shared mxComponent (test document) in sclabelrangesobjJens Carl 2017-11-13tdf#45904 Move _XLabelRanges Java test to C++Jens Carl