mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-11 23:24:16 +00:00
Revert "add an autotext 'common' directory like templates/common"
This reverts commit 3b267b65d2
.
reports of test failures at:
https://gerrit.libreoffice.org/c/core/+/176508
Nothing depends on this right now, so I'll have second go at this later.
Change-Id: I95999f05c69fa9b2459128116927616b1f6a9ca5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176743
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
@ -960,7 +960,6 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
|
||||
extensions_OOoSpotlightImporter \
|
||||
) \
|
||||
extras_autocorr \
|
||||
extras_autotext \
|
||||
extras_autotextuser \
|
||||
extras_cfgsrvnolang \
|
||||
extras_cfgusr \
|
||||
|
@ -16,7 +16,6 @@ $(eval $(call gb_Module_add_targets,extras,\
|
||||
CustomTarget_gallsystem \
|
||||
CustomTarget_templates \
|
||||
Package_autocorr \
|
||||
Package_autotext \
|
||||
Package_autotextuser \
|
||||
Package_cfgsrvnolang \
|
||||
Package_cfgusr \
|
||||
|
@ -1,14 +0,0 @@
|
||||
# -*- 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_Package_Package,extras_autotext,$(gb_CustomTarget_workdir)/extras/source/autotext))
|
||||
|
||||
$(eval $(call gb_Package_add_empty_directory,extras_autotext,$(LIBO_SHARE_FOLDER)/autotext/common))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
@ -34,7 +34,6 @@
|
||||
</node>
|
||||
<node oor:name="AutoText" oor:op="fuse" oor:mandatory="true">
|
||||
<node oor:name="InternalPaths">
|
||||
<node oor:name="$(insturl)/@LIBO_SHARE_FOLDER@/autotext/common" oor:op="fuse"/>
|
||||
<node oor:name="$(insturl)/@LIBO_SHARE_FOLDER@/autotext/$(vlang)" oor:op="fuse"/>
|
||||
</node>
|
||||
<prop oor:name="WritePath">
|
||||
|
@ -1377,7 +1377,6 @@
|
||||
</info>
|
||||
<value>
|
||||
<it>$(insturl)/@LIBO_SHARE_FOLDER@/autotext/$(vlang)</it>
|
||||
<it>$(insturl)/@LIBO_SHARE_FOLDER@/autotext/common</it>
|
||||
<it>$(userurl)/autotext</it>
|
||||
</value>
|
||||
</prop>
|
||||
|
Reference in New Issue
Block a user