# -*- 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_Library_Library,migrationoo2)) $(eval $(call gb_Library_use_external,migrationoo2,boost_headers)) $(eval $(call gb_Library_use_sdk_api,migrationoo2)) $(eval $(call gb_Library_use_libraries,migrationoo2,\ cppu \ cppuhelper \ i18nlangtag \ $(if $(ENABLE_JAVA), \ jvmfwk) \ sal \ tl \ utl \ )) $(eval $(call gb_Library_set_componentfile,migrationoo2,desktop/source/migration/services/migrationoo2)) $(eval $(call gb_Library_add_exception_objects,migrationoo2,\ desktop/source/migration/services/basicmigration \ desktop/source/migration/services/cexports \ $(if $(ENABLE_JAVA), \ desktop/source/migration/services/jvmfwk) \ desktop/source/migration/services/wordbookmigration \ )) # vim: set ts=4 sw=4 et: -4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test/source
AgeCommit message (Expand)Author
2013-10-23Improve test assertionsStephan Bergmann
2013-10-02WaE: unused variableTor Lillqvist
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-14Improve error messages for the xml-diff based unit tests.Jan Holesovsky
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-26test: clean up namespacingThomas Arnhold
2013-04-25don't pollute global namespaceThomas Arnhold
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-09move Python tests in-processMichael Stahl
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-29ResMgr with LanguageTagEike Rathke