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

java_sources(
  name = 'juh-src',
  srcs = glob(['com/**']),
  visibility = ['PUBLIC'],
)

java_doc(
  name = 'juh-javadoc',
  title = 'LibreOffice Makes it easier to use UNO with Java',
  pkgs = [
    'com.sun.star',
  ],
  paths = ['.'],
  srcs = glob(['com/**']),
  deps = [
    '//:juh',
  ],
  visibility = ['PUBLIC'],
)
;2012-09-26 23:45:28 +0200 committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:05 +0200 commit2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 (patch) treea9490f3ae4a64e0de2e1982dfbc4a8e28836070f /configmgr/Library_configmgr.mk parentd26118611f108b12815a5e5735992cd591abd87b (diff)
gbuild: split uwinapi out of gb_STDLIBS