# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,unoxml_complex)) $(eval $(call gb_JunitTest_set_defs,unoxml_complex,\ $$(DEFS) \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/unoxml/qa/complex/unoxml/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,unoxml_complex,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_sourcefiles,unoxml_complex,\ unoxml/qa/complex/unoxml/DOMTest \ unoxml/qa/complex/unoxml/TestDocument \ )) $(eval $(call gb_JunitTest_add_classes,unoxml_complex,\ complex.unoxml.DOMTest \ )) # vim: set noet sw=4 ts=4: stro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2020-02-16Add case table for AdlamAlex Henrie
2020-02-12Add case table for MedefaidrinAlex Henrie
2020-02-10Add case table for Warang CitiAlex Henrie
2020-01-22Add case table for Old HungarianAlex Henrie
2020-01-10Fix Osage lowercase-to-uppercase mappingsAlex Henrie
2020-01-08Fix case mapping for undefined characters in the Osage blockAlex Henrie
2019-12-20Add case table for Deseret and OsageAlex Henrie
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-28Upgrade to ICU 64.2Eike Rathke
2019-10-05Drop bogus memsetStephan Bergmann
2019-09-17avoid some copyingNoel Grandin