MSForms: Reorder categories in menu
[LibreOffice.git] / unoil / Jar_unoil.mk
blob9dc1ffc1012c69463370a63695389c2e08eeac26
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,unoil))
12 $(eval $(call gb_Jar_use_customtargets,unoil,\
13 unoil/javamaker \
16 $(eval $(call gb_Jar_add_packagedirs,unoil,\
17 $(call gb_CustomTarget_get_workdir,unoil/javamaker)/com \
20 # vim:set noet sw=4 ts=4: