Revert "tdf#127471 Remove font width scaling hack"
[LibreOffice.git] / ridljar / Jar_unoloader.mk
blob2acf20b5b2893065ee4fa30ed493f7f8e152c63c
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,unoloader,org.libreoffice.unoloader))
12 $(eval $(call gb_Jar_set_packageroot,unoloader,com))
14 $(eval $(call gb_Jar_set_manifest,unoloader,$(SRCDIR)/ridljar/source/unoloader/com/sun/star/lib/unoloader/manifest))
16 # the module-info.class is manually added here since it's not in "com" dir
17 $(eval $(call gb_Jar_add_packagedirs,unoloader,\
18 $(call gb_JavaClassSet_get_classdir,$(call gb_Jar_get_classsetname,unoloader))/module-info.class \
21 $(eval $(call gb_Jar_add_sourcefiles_java9,unoloader,\
22 ridljar/source/unoloader/module-info \
25 $(eval $(call gb_Jar_add_sourcefiles,unoloader,\
26 ridljar/source/unoloader/com/sun/star/lib/unoloader/UnoClassLoader \
27 ridljar/source/unoloader/com/sun/star/lib/unoloader/UnoLoader \
30 # vim:set noet sw=4 ts=4: