Bump version to 5.3-27
[LibreOffice.git] / bean / Jar_officebean.mk
blob12b895aa191b1edbb37dd440e234e795d1586ee6
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Jar_Jar,officebean))
13 $(eval $(call gb_Jar_use_jars,officebean,\
14 ridl \
15 unoil \
16 jurt \
17 juh \
20 $(eval $(call gb_Jar_set_packageroot,officebean,com))
22 $(eval $(call gb_Jar_add_sourcefiles,officebean,\
23 bean/com/sun/star/comp/beans/ContainerFactory \
24 bean/com/sun/star/comp/beans/Controller \
25 bean/com/sun/star/comp/beans/Frame \
26 bean/com/sun/star/comp/beans/HasConnectionException \
27 bean/com/sun/star/comp/beans/InvalidArgumentException \
28 bean/com/sun/star/comp/beans/JavaWindowPeerFake \
29 bean/com/sun/star/comp/beans/LocalOfficeConnection \
30 bean/com/sun/star/comp/beans/LocalOfficeWindow \
31 bean/com/sun/star/comp/beans/NativeConnection \
32 bean/com/sun/star/comp/beans/NativeService \
33 bean/com/sun/star/comp/beans/NoConnectionException \
34 bean/com/sun/star/comp/beans/NoDocumentException \
35 bean/com/sun/star/comp/beans/OfficeConnection \
36 bean/com/sun/star/comp/beans/OfficeDocument \
37 bean/com/sun/star/comp/beans/OfficeWindow \
38 bean/com/sun/star/comp/beans/OOoBean \
39 bean/com/sun/star/comp/beans/SystemWindowException \
40 bean/com/sun/star/comp/beans/Wrapper \
41 bean/com/sun/star/comp/beans/CallWatchThread \