# -*- 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_UnpackedTarball_UnpackedTarball,jfreereport_libserializer)) $(eval $(call gb_UnpackedTarball_set_tarball,jfreereport_libserializer,$(JFREEREPORT_LIBSERIALIZER_TARBALL),0)) $(eval $(call gb_UnpackedTarball_fix_end_of_line,jfreereport_libserializer,\ common_build.xml \ )) $(eval $(call gb_UnpackedTarball_add_patches,jfreereport_libserializer,\ external/jfreereport/patches/common_build.patch \ )) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/hsqldb
AgeCommit message (Expand)Author
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-02-07use current version as build.labelDavid Tardon
2012-11-03these have been converted; use _tarball variablesMatúš Kukan
2012-10-15tweak some build.lsts for the group photo...Michael Stahl
2012-10-10more icerun annotation to stop parallel java builds from explodingMichael Meeks
2012-10-03do not overcomplicate thisDavid Tardon
2012-09-24rhbz#836827: SQLFeatureNotSupportedException only in Java 6Stephan Bergmann
2012-09-10hsqldb: quote $(ANT) to make paths with spaces workMichael Stahl
2012-08-27include can be first statement nowDavid Tardon
2012-08-26fix conditional inclusion of jdbc patch in hsqldbDavid Tardon
2012-08-24gbuildize hsqldbDavid Tardon
2012-07-12fix hsqldb java version detectionLionel Elie Mamane
2012-07-10quote $ANT in makefiles so path with spaces worksMichael Stahl
2012-07-03fdo#36824 hsqldb properly escape automatically built namesLionel Elie Mamane
2012-06-22.mk files don't need executable bitsMichael Stahl
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-03-21chmod -xTor Lillqvist
2012-02-09plan B, skip 1.7.0 patch when building with java 1.5.0Caolán McNamara
2012-02-09turns out that the java-is-gcj hack is a generic java 1.5 problemCaolán McNamara
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich
2012-02-08make hsqldb build with java 1.7Caolán McNamara