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
,\
17 $(eval
$(call gb_Jar_set_packageroot
,officebean
,com
))
19 $(eval
$(call gb_Jar_add_sourcefiles
,officebean
,\
20 bean
/com
/sun
/star
/comp
/beans
/ContainerFactory \
21 bean
/com
/sun
/star
/comp
/beans
/Controller \
22 bean
/com
/sun
/star
/comp
/beans
/Frame \
23 bean
/com
/sun
/star
/comp
/beans
/HasConnectionException \
24 bean
/com
/sun
/star
/comp
/beans
/InvalidArgumentException \
25 bean
/com
/sun
/star
/comp
/beans
/JavaWindowPeerFake \
26 bean
/com
/sun
/star
/comp
/beans
/LocalOfficeConnection \
27 bean
/com
/sun
/star
/comp
/beans
/LocalOfficeWindow \
28 bean
/com
/sun
/star
/comp
/beans
/NativeConnection \
29 bean
/com
/sun
/star
/comp
/beans
/NativeService \
30 bean
/com
/sun
/star
/comp
/beans
/NoConnectionException \
31 bean
/com
/sun
/star
/comp
/beans
/NoDocumentException \
32 bean
/com
/sun
/star
/comp
/beans
/OfficeConnection \
33 bean
/com
/sun
/star
/comp
/beans
/OfficeDocument \
34 bean
/com
/sun
/star
/comp
/beans
/OfficeWindow \
35 bean
/com
/sun
/star
/comp
/beans
/OOoBean \
36 bean
/com
/sun
/star
/comp
/beans
/SystemWindowException \
37 bean
/com
/sun
/star
/comp
/beans
/Wrapper \
38 bean
/com
/sun
/star
/comp
/beans
/CallWatchThread \