Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / jurt / Jar_jurt.mk
blob0c1757433dfd74d197623322c93225303e9eb136
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_Jar_Jar,jurt))
30 $(eval $(call gb_Jar_use_jars,jurt,\
31 ridl \
32 unoloader \
35 $(eval $(call gb_Jar_set_packageroot,jurt,com))
37 $(eval $(call gb_Jar_set_manifest,jurt,$(SRCDIR)/jurt/util/manifest))
39 $(eval $(call gb_Jar_add_manifest_classpath,jurt, \
40 ridl.jar unoloader.jar ../../lib/ ../bin/))
42 $(eval $(call gb_Jar_add_sourcefiles,jurt,\
43 jurt/com/sun/star/comp/bridgefactory/BridgeFactory \
44 jurt/com/sun/star/comp/connections/Acceptor \
45 jurt/com/sun/star/comp/connections/Connector \
46 jurt/com/sun/star/comp/connections/ConstantInstanceProvider \
47 jurt/com/sun/star/comp/connections/Implementation \
48 jurt/com/sun/star/comp/connections/PipedConnection \
49 jurt/com/sun/star/comp/loader/FactoryHelper \
50 jurt/com/sun/star/comp/loader/JavaLoader \
51 jurt/com/sun/star/comp/loader/JavaLoaderFactory \
52 jurt/com/sun/star/comp/loader/RegistrationClassFinder \
53 jurt/com/sun/star/comp/servicemanager/ServiceManager \
54 jurt/com/sun/star/comp/urlresolver/UrlResolver \
55 jurt/com/sun/star/lib/connections/pipe/PipeConnection \
56 jurt/com/sun/star/lib/connections/pipe/pipeAcceptor \
57 jurt/com/sun/star/lib/connections/pipe/pipeConnector \
58 jurt/com/sun/star/lib/connections/socket/ConnectionDescriptor \
59 jurt/com/sun/star/lib/connections/socket/SocketConnection \
60 jurt/com/sun/star/lib/connections/socket/socketAcceptor \
61 jurt/com/sun/star/lib/connections/socket/socketConnector \
62 jurt/com/sun/star/lib/uno/Proxy \
63 jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject \
64 jurt/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory \
65 jurt/com/sun/star/lib/uno/bridges/java_remote/RequestHandler \
66 jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter \
67 jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter \
68 jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge \
69 jurt/com/sun/star/lib/uno/environments/java/java_environment \
70 jurt/com/sun/star/lib/uno/environments/remote/IProtocol \
71 jurt/com/sun/star/lib/uno/environments/remote/IReceiver \
72 jurt/com/sun/star/lib/uno/environments/remote/IThreadPool \
73 jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool \
74 jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory \
75 jurt/com/sun/star/lib/uno/environments/remote/Job \
76 jurt/com/sun/star/lib/uno/environments/remote/JobQueue \
77 jurt/com/sun/star/lib/uno/environments/remote/Message \
78 jurt/com/sun/star/lib/uno/environments/remote/NativeThreadPool \
79 jurt/com/sun/star/lib/uno/environments/remote/ThreadId \
80 jurt/com/sun/star/lib/uno/environments/remote/ThreadPoolManager \
81 jurt/com/sun/star/lib/uno/environments/remote/remote_environment \
82 jurt/com/sun/star/lib/uno/protocols/urp/Cache \
83 jurt/com/sun/star/lib/uno/protocols/urp/Marshal \
84 jurt/com/sun/star/lib/uno/protocols/urp/PendingRequests \
85 jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal \
86 jurt/com/sun/star/lib/uno/protocols/urp/UrpMessage \
87 jurt/com/sun/star/lib/uno/protocols/urp/urp \
88 jurt/com/sun/star/lib/util/AsynchronousFinalizer \
89 jurt/com/sun/star/lib/util/NativeLibraryLoader \
90 jurt/com/sun/star/lib/util/StringHelper \
91 jurt/com/sun/star/lib/util/UrlToFileMapper \
92 jurt/com/sun/star/uno/AnyConverter \
93 jurt/com/sun/star/uno/Ascii \
94 jurt/com/sun/star/uno/AsciiString \
95 jurt/com/sun/star/uno/MappingException \
96 jurt/com/sun/star/uno/WeakReference \
99 # vim:set shiftwidth=4 softtabstop=4 expandtab: