1*79afff86SAndrew Rist<!--***********************************************************
2*79afff86SAndrew Rist *
3*79afff86SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*79afff86SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*79afff86SAndrew Rist * distributed with this work for additional information
6*79afff86SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*79afff86SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*79afff86SAndrew Rist * "License"); you may not use this file except in compliance
9*79afff86SAndrew Rist * with the License.  You may obtain a copy of the License at
10*79afff86SAndrew Rist *
11*79afff86SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*79afff86SAndrew Rist *
13*79afff86SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*79afff86SAndrew Rist * software distributed under the License is distributed on an
15*79afff86SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*79afff86SAndrew Rist * KIND, either express or implied.  See the License for the
17*79afff86SAndrew Rist * specific language governing permissions and limitations
18*79afff86SAndrew Rist * under the License.
19*79afff86SAndrew Rist *
20*79afff86SAndrew Rist ***********************************************************-->
21*79afff86SAndrew Rist
22cdf0e10cSrcweir<?xml version='1.0' encoding='UTF-8'?>
2354befb6bSJürgen Schmidt<!--***********************************************************
2454befb6bSJürgen Schmidt *
2554befb6bSJürgen Schmidt * Licensed to the Apache Software Foundation (ASF) under one
2654befb6bSJürgen Schmidt * or more contributor license agreements.  See the NOTICE file
2754befb6bSJürgen Schmidt * distributed with this work for additional information
2854befb6bSJürgen Schmidt * regarding copyright ownership.  The ASF licenses this file
2954befb6bSJürgen Schmidt * to you under the Apache License, Version 2.0 (the
3054befb6bSJürgen Schmidt * "License"); you may not use this file except in compliance
3154befb6bSJürgen Schmidt * with the License.  You may obtain a copy of the License at
3254befb6bSJürgen Schmidt *
3354befb6bSJürgen Schmidt *   http://www.apache.org/licenses/LICENSE-2.0
3454befb6bSJürgen Schmidt *
3554befb6bSJürgen Schmidt * Unless required by applicable law or agreed to in writing,
3654befb6bSJürgen Schmidt * software distributed under the License is distributed on an
3754befb6bSJürgen Schmidt * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
3854befb6bSJürgen Schmidt * KIND, either express or implied.  See the License for the
3954befb6bSJürgen Schmidt * specific language governing permissions and limitations
4054befb6bSJürgen Schmidt * under the License.
4154befb6bSJürgen Schmidt *
4254befb6bSJürgen Schmidt ***********************************************************-->
43cdf0e10cSrcweir<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">
44cdf0e10cSrcweir	<node oor:name="Jobs">
45cdf0e10cSrcweir                <node oor:name="DemoAddOn" oor:op="replace">
46cdf0e10cSrcweir			<prop oor:name="Service">
47cdf0e10cSrcweir                <value>vnd.demo.NewDocListener</value>
48cdf0e10cSrcweir			</prop>
49cdf0e10cSrcweir		</node>
50cdf0e10cSrcweir	</node>
51cdf0e10cSrcweir	<node oor:name="Events">
52cdf0e10cSrcweir        <node oor:name="OnNew" oor:op="replace">
53cdf0e10cSrcweir			<node oor:name="JobList">
54cdf0e10cSrcweir                                <node oor:name="DemoAddOn" oor:op="replace"/>
55cdf0e10cSrcweir			</node>
56cdf0e10cSrcweir		</node>
57cdf0e10cSrcweir        <node oor:name="OnLoad" oor:op="replace">
58cdf0e10cSrcweir            <node oor:name="JobList">
59cdf0e10cSrcweir                <node oor:name="DemoAddOn" oor:op="replace"/>
60cdf0e10cSrcweir            </node>
61cdf0e10cSrcweir        </node>
62cdf0e10cSrcweir	</node>
63cdf0e10cSrcweir</oor:component-data>
64