# -*- 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_JunitTest_JunitTest,jurt_urp)) $(eval $(call gb_JunitTest_use_customtargets,jurt_urp,\ jurt/test/com/sun/star/lib/uno/protocols/urp \ )) $(eval $(call gb_JunitTest_use_jars,jurt_urp,\ ridl \ )) $(eval $(call gb_JunitTest_use_jar_classset,jurt_urp,jurt)) $(eval $(call gb_JunitTest_add_sourcefiles,jurt_urp,\ jurt/test/com/sun/star/lib/uno/protocols/urp/Cache_Test \ jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test \ jurt/test/com/sun/star/lib/uno/protocols/urp/Protocol_Test \ jurt/test/com/sun/star/lib/uno/protocols/urp/TestBridge \ jurt/test/com/sun/star/lib/uno/protocols/urp/TestObject \ )) $(eval $(call gb_JunitTest_add_classes,jurt_urp,\ com.sun.star.lib.uno.protocols.urp.Cache_Test \ com.sun.star.lib.uno.protocols.urp.Marshaling_Test \ com.sun.star.lib.uno.protocols.urp.Protocol_Test \ )) # vim:set noet sw=4 ts=4: '>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/Library_cached1.mk
AgeCommit message (Expand)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2020-07-15ucb/cacher: create instances with uno constructorsNoel Grandin
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2014-07-25Avoid possible memory leaks in case of exceptionsTakeshi Abe
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel 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-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-01-15ucb: convert to gbuildMatúš Kukan