# -*- 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_Jar_Jar,sdbc_hsqldb)) $(eval $(call gb_Jar_use_externals,sdbc_hsqldb,\ hsqldb \ )) $(eval $(call gb_Jar_add_manifest_classpath,sdbc_hsqldb,\ $(if $(filter MACOSX,$(OS)),../../Frameworks/,..) \ )) $(eval $(call gb_Jar_set_packageroot,sdbc_hsqldb,com)) $(eval $(call gb_Jar_add_packagedir,sdbc_hsqldb,org)) $(eval $(call gb_Jar_add_sourcefiles,sdbc_hsqldb,\ connectivity/org/hsqldb/lib/FileSystemRuntimeException \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess \ connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageAccess \ connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess \ connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream \ connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream \ )) # vim: set noet sw=4 ts=4: ice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot/CppunitTest_sot_test_sot.mk
AgeCommit message (Expand)Author
2018-03-29tdf#115574 sot: fix Excel -> Writer pasteMiklos Vajna
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel 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-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
2012-04-08clean upDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-02always pass --headless to cppunitsLuboš Luňák
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara
2011-10-15Related: fdo#41642 add regression testCaolán McNamara