summaryrefslogtreecommitdiff
path: root/BUCK
blob: 66b0dbdabcec4059725075b16c66eff80879e923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
prebuilt_jar(
  name = 'juh',
  binary_jar = 'instdir/program/classes/juh.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'jurt',
  binary_jar = 'instdir/program/classes/jurt.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'officebean',
  binary_jar = 'instdir/program/classes/officebean.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'ridl',
  binary_jar = 'instdir/program/classes/ridl.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'unoil',
  binary_jar = 'instdir/program/classes/unoil.jar',
  visibility = ['PUBLIC'],
)

prebuilt_jar(
  name = 'unoloader',
  binary_jar = 'instdir/program/classes/unoloader.jar',
  visibility = ['PUBLIC'],
)

zip_file(
  name = 'api',
  srcs = [
   ':juh',
   '//javaunohelper:juh-src',
   '//javaunohelper:juh-javadoc',
   ':jurt',
   '//jurt:jurt-src',
   '//jurt:jurt-javadoc',
   ':officebean',
   '//bean:officebean-src',
   '//bean:officebean-javadoc',
   ':ridl',
   '//ridljar:ridl-src',
   '//ridljar:ridl-javadoc',
   ':unoil',
   '//unoil:unoil-src',
   '//unoil:unoil-javadoc',
   ':unoloader',
   '//ridljar/source/unoloader:unoloader-src',
   '//ridljar/source/unoloader:unoloader-javadoc',
  ]
)
lass='decoration'>David Tardon 2016-03-08follow the boost lib naming scheme for DateTime tooDavid Tardon 2016-03-08Update liborcus to 0.11.0.Kohei Yoshida 2016-03-04Adapt to more warnings being enabled for clang-clStephan Bergmann 2016-02-26Adapt clang-cl.patch.0 to Boost 1.60Stephan Bergmann 2016-02-01boost: restore auto_ptr patch for boost::spiritMichael Stahl 2016-01-30And now put the patch in the right locationDavid Ostrovsky 2016-01-30Blind attempt to fix build breakage on androidDavid Ostrovsky 2016-01-30Bump boost version to 1.60David Ostrovsky 2016-01-21Fix for Jenkins Gerrit Mac buildsStephan Bergmann 2016-01-19Remove bogus addition from prev commitStephan Bergmann 2016-01-19Does that help old GCC that don't know -Wplacement-newStephan Bergmann 2016-01-19external/boost: silence some GCC 6 warningsStephan Bergmann 2015-12-15boost: suppress auto_ptr deprecation warnings in boost::spiritMichael Stahl 2015-12-02boost/external: More fixes for clang-clStephan Bergmann 2015-12-02external/boost: Work around -Werror,-Winvalid-constexprStephan Bergmann 2015-11-13external/boost: Adapt to clang-clStephan Bergmann 2015-09-01core: fix build with system boost 1.59David Ostrovsky 2015-08-29Bump boost to 1.59 final releaseDavid Ostrovsky 2015-07-31boost: fix Clang > 3.5 -Wunused-local-typedefs in concept_checkMichael Stahl 2015-07-30Bump boost to 1.59David Ostrovsky 2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl 2015-01-26external/boost: Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann 2015-01-07external/boost: Work around -fsanitize=boolStephan Bergmann 2014-11-13external/boost: WaEStephan Bergmann 2014-10-06Even latest Clang only claims GCC 4.2Stephan Bergmann 2014-10-03WaE: -WshadowTor Lillqvist 2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl 2014-09-15Forgot to add patch fileStephan Bergmann 2014-09-15-Werror,-Wunused-local-typedef in forced-C++03 CppunitTest_odk_checkapiStephan Bergmann 2014-09-15WaE: -Wshadow signals2Caolán McNamara 2014-09-14avoid warnings with boost signals2Luboš Luňák