summaryrefslogtreecommitdiff
path: root/javaunohelper/BUCK
blob: a33df7b9d3470a593ee914520fc7e0c6fb2fce58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
genrule(
  name = 'juh-src',
  cmd = ' && '.join([
    'cd $TMP',
    'echo "FAKE SOURCE ARCHIVE" > README',
    'zip -qr $OUT *',
  ]),
  out = 'juh-src.jar',
  visibility = ['PUBLIC'],
)

genrule(
  name = 'juh-javadoc',
  cmd = ' && '.join([
    'cd $TMP',
    'echo "FAKE JAVADOC ARCHIVE" > README',
    'zip -qr $OUT *',
  ]),
  out = 'juh-javadoc.jar',
  visibility = ['PUBLIC'],
)
>implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke 2014-12-18unotools: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini 2014-10-01fdo#82577: Handle TimeNoel Grandin 2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza 2014-07-01clang scan-build: various warningsCaolán McNamara 2014-06-04Fix commentsIsamu Mogi 2014-06-01Fix hungarian prefix for calendarsIsamu Mogi 2014-05-11fix-includes.pl: unotoolsThomas Arnhold 2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist 2014-04-06Kill superfluous vertical whitespaceTor Lillqvist 2014-02-26Remove visual noise from unotoolsAlexander Wilms 2014-02-19unotools: sal_Bool -> boolStephan Bergmann 2014-01-28bool improvementsStephan Bergmann 2014-01-28coverity#440774 Logically dead codeCaolán McNamara 2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann 2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin 2013-12-03convert xub_StrLen->sal_Int32 in unotoolsNoel Grandin 2013-11-07remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist