java_sources( name = 'ridl-src', srcs = glob(['com/**']), visibility = ['PUBLIC'], ) java_doc( name = 'ridl-javadoc', title = 'LibreOffice types for the Java Uno typesystem', pkgs = [ 'com.sun.star', ], paths = ['.'], srcs = glob(['com/**']), deps = [ '//:ridl', ], visibility = ['PUBLIC'], ) href='git://go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/registry/workben
2765e14f1dfc6124082ed62909422c31'>supress leak checking in JavaVM
AgeCommit message (Expand)Author
Noel Grandin
2021-05-21suppress more leaks in external librariesNoel Grandin
2021-05-12suppress more basic leaksNoel Grandin
2021-05-11suppress some leaks I don't want to deal withNoel Grandin
2021-05-10update leak-suppressNoel Grandin
2020-05-07ignore leaks in idlcNoel Grandin
2020-05-05add some leak suppressionsNoel Grandin
2019-11-13fix docNoel Grandin