lok: intercept the UNO command ".uno:ThesaurusDialog"
[LibreOffice.git] / desktop / Jar_active_java.mk
blob5fa49e840297a8971f916d2962be45bf00a00eb2
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,active_java))
12 $(eval $(call gb_Jar_add_sourcefiles,active_java, \
13 desktop/test/deployment/active/com/sun/star/comp/test/deployment/Dispatch \
14 desktop/test/deployment/active/com/sun/star/comp/test/deployment/Provider \
15 desktop/test/deployment/active/com/sun/star/comp/test/deployment/Services \
18 $(eval $(call gb_Jar_set_manifest,active_java,$(SRCDIR)/desktop/test/deployment/active/MANIFEST.MF))
20 $(eval $(call gb_Jar_set_packageroot,active_java,com))
22 $(eval $(call gb_Jar_use_jars,active_java, \
23 juh \
24 ridl \
25 unoil \
28 # vim: set noet sw=4 ts=4: