xref: /AOO42X/main/extensions/source/update/check/Jobs.xcu (revision 4d2934513114992ca701dbf4d237eef906d8f663)
1a54b639eSAndrew Rist<?xml version='1.0' encoding='utf-8'?>
279afff86SAndrew Rist<!--***********************************************************
379afff86SAndrew Rist *
479afff86SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
579afff86SAndrew Rist * or more contributor license agreements.  See the NOTICE file
679afff86SAndrew Rist * distributed with this work for additional information
779afff86SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
879afff86SAndrew Rist * to you under the Apache License, Version 2.0 (the
979afff86SAndrew Rist * "License"); you may not use this file except in compliance
1079afff86SAndrew Rist * with the License.  You may obtain a copy of the License at
1179afff86SAndrew Rist *
1279afff86SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1379afff86SAndrew Rist *
1479afff86SAndrew Rist * Unless required by applicable law or agreed to in writing,
1579afff86SAndrew Rist * software distributed under the License is distributed on an
1679afff86SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1779afff86SAndrew Rist * KIND, either express or implied.  See the License for the
1879afff86SAndrew Rist * specific language governing permissions and limitations
1979afff86SAndrew Rist * under the License.
2079afff86SAndrew Rist *
2179afff86SAndrew Rist ***********************************************************-->
2279afff86SAndrew Rist
23cdf0e10cSrcweir<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">
24cdf0e10cSrcweir    <node oor:name="Jobs">
25cdf0e10cSrcweir        <node oor:name="UpdateCheck" oor:op="replace">
26cdf0e10cSrcweir            <prop oor:name="Service">
27cdf0e10cSrcweir                <value>com.sun.star.setup.UpdateCheck</value>
28cdf0e10cSrcweir            </prop>
29cdf0e10cSrcweir            <node oor:name="Arguments">
30cdf0e10cSrcweir                <prop oor:name="AutoCheckEnabled" oor:type="xs:boolean" oor:op="replace">
31*5929732cSAriel Constenla-Haile                    <value>true</value>
32cdf0e10cSrcweir                </prop>
33cdf0e10cSrcweir                <prop oor:name="LastCheck" oor:type="xs:long" oor:op="replace">
34cdf0e10cSrcweir                    <value>0</value>
35cdf0e10cSrcweir                </prop>
36cdf0e10cSrcweir                <prop oor:name="CheckInterval" oor:type="xs:long" oor:op="replace">
37*5929732cSAriel Constenla-Haile                    <!--
38*5929732cSAriel Constenla-Haile                        Every Day   =   86400
39*5929732cSAriel Constenla-Haile                        Every Week  =  604800
40*5929732cSAriel Constenla-Haile                        Every Month = 2592000
41*5929732cSAriel Constenla-Haile                    -->
42cdf0e10cSrcweir                    <value>604800</value>
43cdf0e10cSrcweir                </prop>
44cdf0e10cSrcweir                <prop oor:name="DownloadDestination" oor:type="xs:string" oor:op="replace">
45cdf0e10cSrcweir                    <value></value>
46cdf0e10cSrcweir                </prop>
47cdf0e10cSrcweir                <prop oor:name="AutoDownloadEnabled" oor:type="xs:boolean" oor:op="replace">
48cdf0e10cSrcweir                    <value>false</value>
49cdf0e10cSrcweir                </prop>
50cdf0e10cSrcweir                <prop oor:name="DownloadSupported" oor:type="xs:boolean" oor:op="replace">
51cdf0e10cSrcweir                    <value>true</value>
52cdf0e10cSrcweir                </prop>
53cdf0e10cSrcweir                <prop oor:name="DownloadPaused" oor:type="xs:boolean" oor:op="replace">
54cdf0e10cSrcweir                    <value>false</value>
55cdf0e10cSrcweir                </prop>
56cdf0e10cSrcweir            </node>
57cdf0e10cSrcweir        </node>
58cdf0e10cSrcweir    </node>
59cdf0e10cSrcweir    <node oor:name="Events">
60cdf0e10cSrcweir    </node>
61cdf0e10cSrcweir</oor:component-data>
62