xref: /trunk/main/helpauthoring/Paths.xcu (revision 79afff86)
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
221ecadb57SMathias Bauer<?xml version='1.0' encoding='UTF-8'?>
231ecadb57SMathias Bauer
241ecadb57SMathias Bauer<oor:component-data oor:package="org.openoffice.Office"
251ecadb57SMathias Bauer    oor:name="Paths" xmlns:install="http://openoffice.org/2004/installation"
261ecadb57SMathias Bauer    xmlns:oor="http://openoffice.org/2001/registry"
271ecadb57SMathias Bauer    xmlns:xs="http://www.w3.org/2001/XMLSchema"
281ecadb57SMathias Bauer    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
291ecadb57SMathias Bauer
301ecadb57SMathias Bauer	<node oor:name="Paths">
311ecadb57SMathias Bauer
321ecadb57SMathias Bauer		<node oor:name="Template" oor:op="fuse">
331ecadb57SMathias Bauer			<node oor:name="InternalPaths">
341ecadb57SMathias Bauer				<node oor:name="%origin%/template" oor:op="fuse"/>
351ecadb57SMathias Bauer			</node>
361ecadb57SMathias Bauer		</node>
371ecadb57SMathias Bauer
381ecadb57SMathias Bauer	</node>
391ecadb57SMathias Bauer</oor:component-data>
40