# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,sw_unoapi)) $(eval $(call gb_JunitTest_set_defs,sw_unoapi,\ $$(DEFS) \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sw/qa/unoapi/sw.sce \ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sw/qa/unoapi/knownissues.xcl \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sw/qa/unoapi/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,sw_unoapi,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_classes,sw_unoapi,\ org.openoffice.test.UnoApiTest \ )) # vim: set noet sw=4 ts=4: ib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scp2/Module_scp2.mk
AgeCommit message (Expand)Author
2014-04-07scp2: move firebird into base.Andrzej Hunt
2013-10-18Remove *_Test product, so cppunittester can be NONE againStephan Bergmann
2013-09-17remove WITH_ACTIVEX_COMPONENTMatúš Kukan
2013-07-16Fix --disable-firebird-sdbc.Andrzej J.R. Hunt
2013-07-16Setup Firebird installation / scp2 details.Andrzej J.R. Hunt
2013-06-10gbuild: s/AutoInstallLibs/AutoInstall/gMatúš Kukan
2013-06-09fdo#60924 autoinstall - gbuild/scp2: add canvas moduleMarcos Paulo de Souza
2013-06-07gbuild: simplify AutoInstallLibs makefilesMatúš Kukan
2013-06-06fdo#60924 autoinstall - gbuild/scp2: add impress moduleMarcos Paulo de Souza
2013-06-06fdo#60924 autoinstall - gbuild/scp2: add base moduleMarcos Paulo de Souza
2013-06-01fdo#60924 autoinstall - gbuild/scp2: add math moduleMarcos Paulo de Souza
2013-05-23fdo#60924 autoinstall - gbuild/scp2: add onlineupdate moduleMarcos Paulo de Souza
2013-05-15scp2: only package the sdk if it is enabled.Michael Meeks
2013-05-09fdo#60924 autoinstall - gbuild/scp2: add graphicfilter moduleMarcos Paulo de Souza
2013-05-07fdo#60924 autoinstall - gbuild/scp2: add gnome moduleMarcos Paulo de Souza
2013-05-07fdo#60924 autoinstall - gbuild/scp2: add tde moduleMarcos Paulo de Souza
2013-05-04fdo#60924 autoinstall - gbuild/scp2: add kde moduleMatúš Kukan
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-15scp2: forgot to include AutoInstallLibs_writer.mkMatúš Kukan
2013-04-11autoinstall ure private librariesMatúš Kukan
2013-03-03remove stale javafiltersAndras Timar
2013-02-19Kill the --without-system-stdlibs optionFridrich Štrba
2013-02-15Remove the need to manually register libs in scp2Bjoern Michaelsen
2013-01-16there is no standalone URE installationMatúš Kukan
2012-12-25Get rid of (most uses of) GUITor Lillqvist