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
,juh
)) \
15 $(call gb_Helper_make_url
,$(call gb_Jar_get_target
,ridl
)) \
16 $(call gb_Helper_make_url
,$(call gb_Jar_get_target
,unoil
)) \
19 $(eval
$(call gb_Jar_use_jars
,test,\
26 $(eval
$(call gb_Jar_use_system_jars
,test,\
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: