update credits
[LibreOffice.git] / unotest / Jar_test.mk
blob714e8535e06b300b19ce601260b81a6ec9c52bb7
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 juh.jar \
15 ridl.jar \
16 unoil.jar \
19 $(eval $(call gb_Jar_use_jars,test,\
20 juh \
21 ridl \
22 unoil \
23 OOoRunner \
26 $(eval $(call gb_Jar_use_system_jars,test,\
27 $(OOO_JUNIT_JAR) \
30 $(eval $(call gb_Jar_set_packageroot,test,org))
32 $(eval $(call gb_Jar_add_sourcefiles,test,\
33 unotest/source/java/org/openoffice/test/Argument \
34 unotest/source/java/org/openoffice/test/FileHelper \
35 unotest/source/java/org/openoffice/test/OfficeConnection \
36 unotest/source/java/org/openoffice/test/OfficeFileUrl \
37 unotest/source/java/org/openoffice/test/UnoApiTest \
40 # vim: set noet sw=4 ts=4: