Remove dubious lone mutex lock
[LibreOffice.git] / unotest / Jar_test.mk
blob45063ff1ccd95c9e3e21cf7a55f3b702b448192b
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Jar_Jar,test))
13 $(eval $(call gb_Jar_add_manifest_classpath,test,\
14 $(call gb_Helper_make_url,$(call gb_Jar_get_target,libreoffice)) \
17 $(eval $(call gb_Jar_use_jars,test,\
18 libreoffice \
19 OOoRunner \
22 $(eval $(call gb_Jar_use_system_jars,test,\
23 $(OOO_JUNIT_JAR) \
26 $(eval $(call gb_Jar_set_packageroot,test,org))
28 $(eval $(call gb_Jar_add_sourcefiles,test,\
29 unotest/source/java/org/openoffice/test/Argument \
30 unotest/source/java/org/openoffice/test/FileHelper \
31 unotest/source/java/org/openoffice/test/OfficeConnection \
32 unotest/source/java/org/openoffice/test/OfficeFileUrl \
33 unotest/source/java/org/openoffice/test/UnoApiTest \
36 # vim: set noet sw=4 ts=4: