# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Jar_Jar,HelloWorld)) $(eval $(call gb_Jar_use_jars,HelloWorld,\ juh \ jurt \ ridl \ unoil \ )) $(eval $(call gb_Jar_add_sourcefiles,HelloWorld,\ scripting/examples/java/HelloWorld/HelloWorld \ )) $(eval $(call gb_Jar_set_packageroot,HelloWorld,org)) # vim: set noet sw=4 ts=4: et'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/CppunitTest_svl_urihelper.mk
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-10-29CppunitTest_svl_urihelper needs the file UCPStephan Bergmann
2015-10-29Remove duplicateStephan Bergmann
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-11-24CppunitTest_svl_urihelper calls non-inline LanguageTag functionsStephan Bergmann
2012-11-24link with i18nisolang1Eike Rathke
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-01-17Adapted svl test_URIHelper to gbuild.Stephan Bergmann