xref: /AOO41X/main/desktop/registry/data/org/openoffice/Office/Jobs.xcu (revision 66d002e8364738f4240879a2942fc03d856dcbe7)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*66d002e8SAndrew Rist<!--***********************************************************
3cdf0e10cSrcweir *
4*66d002e8SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*66d002e8SAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*66d002e8SAndrew Rist * distributed with this work for additional information
7*66d002e8SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*66d002e8SAndrew Rist * to you under the Apache License, Version 2.0 (the
9*66d002e8SAndrew Rist * "License"); you may not use this file except in compliance
10*66d002e8SAndrew Rist * with the License.  You may obtain a copy of the License at
11cdf0e10cSrcweir *
12*66d002e8SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13cdf0e10cSrcweir *
14*66d002e8SAndrew Rist * Unless required by applicable law or agreed to in writing,
15*66d002e8SAndrew Rist * software distributed under the License is distributed on an
16*66d002e8SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*66d002e8SAndrew Rist * KIND, either express or implied.  See the License for the
18*66d002e8SAndrew Rist * specific language governing permissions and limitations
19*66d002e8SAndrew Rist * under the License.
20cdf0e10cSrcweir *
21*66d002e8SAndrew Rist ***********************************************************-->
22*66d002e8SAndrew Rist
23*66d002e8SAndrew Rist
24cdf0e10cSrcweir<oor:component-data oor:name="Jobs" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
25cdf0e10cSrcweir  <node oor:name="Jobs">
26cdf0e10cSrcweir    <node oor:name="ProductRegistration" oor:op="replace">
27cdf0e10cSrcweir      <prop oor:name="Service">
28cdf0e10cSrcweir        <value>com.sun.star.comp.framework.DoRegistrationJob</value>
29cdf0e10cSrcweir      </prop>
30cdf0e10cSrcweir      <node oor:name="Arguments">
31cdf0e10cSrcweir        <prop oor:name="ProductName" oor:op="replace" oor:type="xs:string">
32cdf0e10cSrcweir          <value>${SERVICETAG_PRODUCTNAME}</value>
33cdf0e10cSrcweir        </prop>
34cdf0e10cSrcweir        <prop oor:name="ProductVersion" oor:op="replace" oor:type="xs:string">
35cdf0e10cSrcweir          <value>${SERVICETAG_PRODUCTVERSION}</value>
36cdf0e10cSrcweir        </prop>
37cdf0e10cSrcweir        <prop oor:name="ProductURN" oor:op="replace" oor:type="xs:string">
38cdf0e10cSrcweir          <value>${SERVICETAG_URN}</value>
39cdf0e10cSrcweir        </prop>
40cdf0e10cSrcweir        <prop oor:name="ProductSource" oor:op="replace" oor:type="xs:string">
41cdf0e10cSrcweir          <value>${SERVICETAG_SOURCE}</value>
42cdf0e10cSrcweir        </prop>
43cdf0e10cSrcweir        <prop oor:name="ProductParent" oor:op="replace" oor:type="xs:string">
44cdf0e10cSrcweir          <value>${SERVICETAG_PARENTNAME}</value>
45cdf0e10cSrcweir        </prop>
46cdf0e10cSrcweir        <prop oor:name="Vendor" oor:op="replace" oor:type="xs:string">
47cdf0e10cSrcweir          <value>Sun Microsystems, Inc.</value>
48cdf0e10cSrcweir        </prop>
49cdf0e10cSrcweir        <prop oor:name="RegistrationData" oor:op="replace" oor:type="xs:string">
50cdf0e10cSrcweir          <value>$(user)/registration.xml</value>
51cdf0e10cSrcweir        </prop>
52cdf0e10cSrcweir        <prop oor:name="RegistrationURL" oor:op="replace" oor:type="xs:string">
53cdf0e10cSrcweir          <value>${REGISTRATION_HOST}/register/${registry_urn}?product=${REGISTRATION_PRODUCT}&amp;locale=${locale}&amp;cid=${REGISTRATION_CID}</value>
54cdf0e10cSrcweir        </prop>
55cdf0e10cSrcweir      </node>
56cdf0e10cSrcweir    </node>
57cdf0e10cSrcweir  </node>
58cdf0e10cSrcweir  <node oor:name="Events">
59cdf0e10cSrcweir    <node oor:name="onRegisterNow" oor:op="fuse">
60cdf0e10cSrcweir      <node oor:name="JobList">
61cdf0e10cSrcweir        <node oor:name="ProductRegistration" oor:op="replace"/>
62cdf0e10cSrcweir      </node>
63cdf0e10cSrcweir    </node>
64cdf0e10cSrcweir    <node oor:name="onRegisterLater" oor:op="fuse">
65cdf0e10cSrcweir      <node oor:name="JobList">
66cdf0e10cSrcweir        <node oor:name="ProductRegistration" oor:op="replace"/>
67cdf0e10cSrcweir      </node>
68cdf0e10cSrcweir    </node>
69cdf0e10cSrcweir  </node>
70cdf0e10cSrcweir</oor:component-data>
71