xref: /trunk/main/javaunohelper/Zip_juh_src.mk (revision 8d1a3dfa5ab64f51ad85a7ce8d7a0a855595e2ab)
1###############################################################
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20###############################################################
21
22
23
24$(eval $(call gb_Zip_Zip,juh_src,$(SRCDIR)/javaunohelper))
25
26$(eval $(call gb_Zip_add_files,juh_src,\
27    com/sun/star/lib/uno/helper/UnoUrl.java \
28    com/sun/star/lib/uno/helper/Factory.java \
29    com/sun/star/lib/uno/helper/ComponentBase.java \
30    com/sun/star/lib/uno/helper/WeakAdapter.java \
31    com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer.java \
32    com/sun/star/lib/uno/helper/WeakBase.java \
33    com/sun/star/lib/uno/helper/PropertySetMixin.java \
34    com/sun/star/lib/uno/helper/PropertySet.java \
35    com/sun/star/lib/uno/helper/InterfaceContainer.java \
36    com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java \
37    com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java \
38    com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter.java \
39    com/sun/star/lib/uno/adapter/InputStreamToXInputStreamAdapter.java \
40    com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter.java \
41    com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter.java \
42    com/sun/star/comp/JavaUNOHelperServices.java \
43    com/sun/star/comp/juhtest/SmoketestCommandEnvironment.java \
44    com/sun/star/comp/helper/RegistryServiceFactory.java \
45    com/sun/star/comp/helper/UnoInfo.java \
46    com/sun/star/comp/helper/ComponentContext.java \
47    com/sun/star/comp/helper/BootstrapException.java \
48    com/sun/star/comp/helper/SharedLibraryLoader.java \
49    com/sun/star/comp/helper/Bootstrap.java \
50    com/sun/star/comp/helper/ComponentContextEntry.java \
51))
52
53# vim: set noet sw=4 ts=4:
54