# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2012 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Configuration_Configuration,driver_mysql)) $(eval $(call gb_Configuration_add_spool_modules,driver_mysql,connectivity/registry/mysql,\ org/openoffice/Office/DataAccess/Drivers-mysql.xcu \ )) $(eval $(call gb_Configuration_add_localized_datas,driver_mysql,connectivity/registry/mysql,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) # vim: set noet sw=4 ts=4: 4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/logerrit
AgeCommit message (Expand)Author
2013-03-29add wiki-link to logerritBjoern Michaelsen
2013-03-27logerrit setup - automate lots more for first-time users.Michael Meeks
2013-03-27kill './logerrit review'Bjoern Michaelsen
2013-03-26make ./logerrit setup hooks just to be sureBjoern Michaelsen
2013-03-26first time gerrit users register, they do not sign inBjoern Michaelsen
2013-03-26logerrit: kill copy-pasteMiklos Vajna
2013-03-26add draft-submittal to logerrit and retabBjoern Michaelsen
2013-03-26add a setup walkthrough to ./logerritBjoern Michaelsen
2013-03-04Print help text if no subcommand is providedPhilipp Weissenbacher
2013-02-01logerrit: print logerrit help with --helpPetr Mladek
2012-08-22logerrit: --code-review=2 in review implies --submitMiklos Vajna
2012-08-14logerrit: Fix some typos.Tim Retout