summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-05-11 13:08:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-05-11 13:10:27 +0200
commit3f5ddf2e873b76abe3e166089fac2cfcb358d346 (patch)
treebbe698d541f10698f036b464f795cd5d38e13bd9 /extensions/source/update/check/org/openoffice/Office/Jobs.xcu
parentd4e161e87ba11bf13256f66bce7fa96082db4f52 (diff)
Fix updchk xcu data after gbuild'ification
For one, install:module was missing from xcu files that are processed with gb_Configuration_add_spool_modules, resulting in effectively empty output xcu files. For another, localization from Addons.xcu is now merged into per-lang registry_*.xcd in postprocess/packregistry/makefile.mk. Change-Id: Ie87edbad163b124d18090ab36aa36de560a20cbc
Diffstat (limited to 'extensions/source/update/check/org/openoffice/Office/Jobs.xcu')
-rw-r--r--extensions/source/update/check/org/openoffice/Office/Jobs.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/org/openoffice/Office/Jobs.xcu b/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
index 840d630698cb..cf2e1cc6f47d 100644
--- a/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
+++ b/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="Jobs" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <node oor:name="Jobs">
+ <node oor:name="Jobs" install:module="onlineupdate">
<node oor:name="UpdateCheck" oor:op="replace">
<prop oor:name="Service">
<value>com.sun.star.setup.UpdateCheck</value>