Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / jurt / Zip_jurt.mk
blob4624f219cf9b1eafcafcd9837c30a3830a0e5555
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Zip_Zip,jurt_src,$(SRCDIR)/jurt))
30 $(eval $(call gb_Zip_add_files,jurt_src,\
31 com/sun/star/comp/bridgefactory/BridgeFactory.java \
32 com/sun/star/comp/connections/Acceptor.java \
33 com/sun/star/comp/connections/Connector.java \
34 com/sun/star/comp/connections/ConstantInstanceProvider.java \
35 com/sun/star/comp/connections/Implementation.java \
36 com/sun/star/comp/connections/PipedConnection.java \
37 com/sun/star/comp/loader/FactoryHelper.java \
38 com/sun/star/comp/loader/JavaLoader.java \
39 com/sun/star/comp/loader/JavaLoaderFactory.java \
40 com/sun/star/comp/loader/RegistrationClassFinder.java \
41 com/sun/star/comp/servicemanager/ServiceManager.java \
42 com/sun/star/comp/urlresolver/UrlResolver.java \
43 com/sun/star/lib/connections/pipe/PipeConnection.java \
44 com/sun/star/lib/connections/pipe/pipeAcceptor.java \
45 com/sun/star/lib/connections/pipe/pipeConnector.java \
46 com/sun/star/lib/connections/socket/ConnectionDescriptor.java \
47 com/sun/star/lib/connections/socket/SocketConnection.java \
48 com/sun/star/lib/connections/socket/socketAcceptor.java \
49 com/sun/star/lib/connections/socket/socketConnector.java \
50 com/sun/star/lib/uno/Proxy.java \
51 com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java \
52 com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.java \
53 com/sun/star/lib/uno/bridges/java_remote/RequestHandler.java \
54 com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter.java \
55 com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter.java \
56 com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java \
57 com/sun/star/lib/uno/environments/java/java_environment.java \
58 com/sun/star/lib/uno/environments/remote/IProtocol.java \
59 com/sun/star/lib/uno/environments/remote/IReceiver.java \
60 com/sun/star/lib/uno/environments/remote/IThreadPool.java \
61 com/sun/star/lib/uno/environments/remote/JavaThreadPool.java \
62 com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory.java \
63 com/sun/star/lib/uno/environments/remote/Job.java \
64 com/sun/star/lib/uno/environments/remote/JobQueue.java \
65 com/sun/star/lib/uno/environments/remote/Message.java \
66 com/sun/star/lib/uno/environments/remote/NativeThreadPool.java \
67 com/sun/star/lib/uno/environments/remote/ThreadId.java \
68 com/sun/star/lib/uno/environments/remote/ThreadPoolManager.java \
69 com/sun/star/lib/uno/environments/remote/remote_environment.java \
70 com/sun/star/lib/uno/protocols/urp/Cache.java \
71 com/sun/star/lib/uno/protocols/urp/Marshal.java \
72 com/sun/star/lib/uno/protocols/urp/PendingRequests.java \
73 com/sun/star/lib/uno/protocols/urp/Unmarshal.java \
74 com/sun/star/lib/uno/protocols/urp/UrpMessage.java \
75 com/sun/star/lib/uno/protocols/urp/urp.java \
76 com/sun/star/lib/util/AsynchronousFinalizer.java \
77 com/sun/star/lib/util/NativeLibraryLoader.java \
78 com/sun/star/lib/util/StringHelper.java \
79 com/sun/star/lib/util/UrlToFileMapper.java \
80 com/sun/star/uno/AnyConverter.java \
81 com/sun/star/uno/Ascii.java \
82 com/sun/star/uno/AsciiString.java \
83 com/sun/star/uno/MappingException.java \
84 com/sun/star/uno/WeakReference.java \
87 # vim:set shiftwidth=4 softtabstop=4 expandtab: