# -*- 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,test-tools)) $(eval $(call gb_Jar_add_manifest_classpath,test-tools,\ libreoffice.jar \ )) $(eval $(call gb_Jar_use_jars,test-tools,\ libreoffice \ )) $(eval $(call gb_Jar_set_packageroot,test-tools,org)) $(eval $(call gb_Jar_add_sourcefiles,test-tools,\ unotest/source/java/org/openoffice/test/tools/DocumentType \ unotest/source/java/org/openoffice/test/tools/OfficeDocument \ unotest/source/java/org/openoffice/test/tools/OfficeDocumentView \ unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument \ unotest/source/java/org/openoffice/test/tools/SpreadsheetView \ )) # vim: set noet sw=4 ts=4: eta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/qa/extras/data/ppt
a href='/cgit/lo/core/log/slideshow/Package_opengl.mk?id=25a0bd7b909fb8c87387d1413060f6c4ba5a51bd&showmsg=1'>Expand)
AgeCommit message (Expand)Author
2013-10-30Unit tests for Chart Series NameVinaya Mandke
Author
2014-10-03GLSL files should go into $(LIBO_ETC_FOLDER)/openglTor Lillqvist
2014-08-13fix problems around shadersMarkus Mohrhard
2014-08-13remove useless OGL transition shader codeMarkus Mohrhard