vcl: no raw pointers
[LibreOffice.git] / desktop / Jar_passive_java.mk
blob0c8c4af5bc6409577c5ae1c48df80a186a192443
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
10 $(eval $(call gb_Jar_Jar,passive_java))
12 $(eval $(call gb_Jar_add_sourcefiles,passive_java, \
13 desktop/test/deployment/passive/com/sun/star/comp/test/deployment/Dispatch \
14 desktop/test/deployment/passive/com/sun/star/comp/test/deployment/Provider \
15 desktop/test/deployment/passive/com/sun/star/comp/test/deployment/Services \
18 $(eval $(call gb_Jar_set_componentfile,passive_java,desktop/test/deployment/passive/passive_java,OXT,passive_generic))
20 $(eval $(call gb_Jar_set_manifest,passive_java,$(SRCDIR)/desktop/test/deployment/passive/MANIFEST.MF))
22 $(eval $(call gb_Jar_set_packageroot,passive_java,com))
24 $(eval $(call gb_Jar_use_jars,passive_java, \
25 libreoffice \
28 # vim: set noet sw=4 ts=4: