# -*- 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_CppunitTest_CppunitTest,filter_priority)) $(eval $(call gb_CppunitTest_use_sdk_api,filter_priority)) $(eval $(call gb_CppunitTest_use_ure,filter_priority)) $(eval $(call gb_CppunitTest_use_vcl,filter_priority)) $(eval $(call gb_CppunitTest_use_configuration,filter_priority)) $(eval $(call gb_CppunitTest_use_external,filter_priority,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,filter_priority, \ comphelper \ unotest \ cppuhelper \ cppu \ sal \ )) $(eval $(call gb_CppunitTest_use_components,filter_priority,\ configmgr/source/configmgr \ filter/source/config/cache/filterconfig1 \ framework/util/fwk \ i18npool/util/i18npool \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ )) $(eval $(call gb_CppunitTest_add_exception_objects,filter_priority, \ filter/qa/cppunit/priority-test \ )) # vim: set noet sw=4 ts=4: /libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmerge
AgeCommit message (Expand)Author
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-03remove stale javafiltersAndras Timar
2013-02-28kill random dmake leftoversPeter Foley
2013-02-28remove all d.lstMichael Stahl
2013-02-22s/the the/the/Tor Lillqvist
2013-02-22s/childrens/children/Tor Lillqvist
2013-01-16Get rid of GetVersionInfo and checkdllTor Lillqvist
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
2012-09-26fdo#51304: Remove @author annotationJosé Guilherme Vanz
2012-08-28Make it clearer that previous change was soundStephan Bergmann
2012-08-28Java cleanup - remove unnecessary null checksNoel Grandin
2012-08-28Java cleanup - remove unused local fields and variables and parametersNoel Grandin
2012-08-28Java cleanup - remove unused importsNoel Grandin
2012-08-28Remove newly unused instance provisioningStephan Bergmann
2012-08-28Java cleanup - Static methods and fields should be accessed in a static way.Noel Grandin
2012-08-20Remove dead java code, fields and local variablesNoel Grandin
2012-08-20fix dead assignment in setRowStyleNoel Grandin
2012-08-20Java update - fix various javadoc issuesNoel Grandin
2012-08-17gbuild: register all jarsMichael Stahl
2012-08-15xmerge: remove obsolete xalan stuff from manifest classpathMichael Stahl
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl
2012-07-20new does not return nullStephan Bergmann
2012-07-04re-base on ALv2 code.Michael Meeks
2012-06-29Java5 update - convert to using generics where feasibleNoel Grandin
2012-06-29Java5 update - convert Vector to ArrayList and Enumeration to IteratorNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-05remove obsolete (and scary) stuff in xmerge/workbenBjoern Michaelsen
2012-06-05remove obsolete palm stuffBjoern Michaelsen
2012-05-28Fix typosJulien Nabet