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