# -*- 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_pcx_test)) $(eval $(call gb_CppunitTest_use_external,filter_pcx_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,filter_pcx_test, \ filter/qa/cppunit/filters-pcx-test \ )) $(eval $(call gb_CppunitTest_use_libraries,filter_pcx_test, \ gie \ sal \ test \ tl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,filter_pcx_test)) $(eval $(call gb_CppunitTest_use_ure,filter_pcx_test)) $(eval $(call gb_CppunitTest_use_vcl,filter_pcx_test)) $(eval $(call gb_CppunitTest_use_components,filter_pcx_test,\ configmgr/source/configmgr \ )) $(eval $(call gb_CppunitTest_use_configuration,filter_pcx_test)) # vim: set noet sw=4 ts=4: allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/reportbuilder/Jar_reportbuilder.mk
AgeCommit message (Expand)Author
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: remove dead stylemapper code in reportbuilderNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused interfacesNoel Grandin
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky
2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky
2013-03-06remove ReportEngine2 interfaceDavid Ostrovsky
2013-03-06fdo#61726 java class collision with new idlDavid Ostrovsky
2012-08-17gbuild: register all jarsMichael Stahl
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl
2012-07-13fdo#51278 fix reportbuilder manifestDavid Tardon
2012-05-29gbuildize reportbuilderDavid Tardon