java_sources( name = 'officebean-src', srcs = glob(['com/**']), visibility = ['PUBLIC'], ) java_doc( name = 'officebean-javadoc', title = 'LibreOffice API', pkgs = [ 'com.sun.star.comp.beans', ], paths = ['.'], srcs = glob(['com/**']), deps = [ '//:juh', '//:officebean', '//:unoil', '//:ridl', ], visibility = ['PUBLIC'], ) header'> cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ridljar/test/com/sun/star
AgeCommit message (Expand)Author
2024-02-22fix dodgy unit testNoel Grandin
2023-11-02'new Character' is deprecated in JavaNoel Grandin
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-11-02'new Float' is deprecated in JavaNoel Grandin
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2020-02-10Cleanup: Move unit tests to ridljarSamuel Mehrbrodt