diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-13 10:48:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-13 10:48:02 +0000 |
commit | 52dfefe2e3dfc49f5c57d72e4f0cb5634edcefdc (patch) | |
tree | eebde09b7b1575753bb473d99a19f49aa0bae983 /officecfg | |
parent | b172d6e0f28cf419393f7b36ffd433fdae168057 (diff) |
INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED
2006/07/11 22:28:31 mav 1.1.2.5: #i66461# UserPath is a property, not a node
2006/07/10 12:19:50 as 1.1.2.4: #i66461# make internal/user props of real SINGLE paths readonly
2006/07/10 09:01:07 as 1.1.2.3: #i66461# typo
2006/07/10 08:31:46 as 1.1.2.2: #i66461# Graphics path must have a writable path in user not in share
2006/06/19 08:55:37 as 1.1.2.1: #i66461# typo: Pathes-Paths
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Paths.xcu | 217 |
1 files changed, 217 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu new file mode 100644 index 000000000000..52309713b133 --- /dev/null +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -0,0 +1,217 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!--*********************************************************************** + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: Paths.xcu,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: obo $ $Date: 2006-07-13 11:48:02 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************ --> +<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> +<oor:component-data + + oor:name="Paths" + 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"> + + <node oor:name="Paths"> + + <node oor:name="Addin" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(progpath)/addin" oor:op="fuse" /> + </node> + </node> + + <node oor:name="AutoCorrect" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/autocorr" oor:op="fuse" /> + </node> + <prop oor:name="WritePath"> + <value>$(userurl)/autocorr</value> + </prop> + </node> + + <node oor:name="AutoText" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/autotext/$(vlang)" oor:op="fuse" /> + </node> + <prop oor:name="WritePath"> + <value>$(userurl)/autotext</value> + </prop> + </node> + + <node oor:name="Backup" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths" oor:finalized="true" /> + <prop oor:name="UserPaths" oor:finalized="true" /> + <prop oor:name="WritePath"> + <value>$(userurl)/backup</value> + </prop> + </node> + + <node oor:name="Basic" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/basic" oor:op="fuse" /> + </node> + <prop oor:name="WritePath"> + <value>$(userurl)/basic</value> + </prop> + </node> + + <node oor:name="Bitmap" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/config/symbol" oor:op="fuse" /> + </node> + </node> + + <node oor:name="Config" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/config" oor:op="fuse" /> + </node> + </node> + + <node oor:name="Dictionary" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/wordbook/$(vlang)" oor:op="fuse" /> + </node> + </node> + + <node oor:name="Favorite" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="WritePath"> + <value>$(userurl)/config/folders</value> + </prop> + </node> + + <node oor:name="Filter" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(progpath)/filter" oor:op="fuse" /> + </node> + </node> + + <node oor:name="Gallery" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/gallery" oor:op="fuse" /> + </node> + <prop oor:name="WritePath"> + <value>$(userurl)/gallery</value> + </prop> + </node> + + <node oor:name="Graphic" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="WritePath"> + <value>$(insturl)/user/gallery</value> + </prop> + </node> + + <node oor:name="Help" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(instpath)/help" oor:op="fuse" /> + </node> + </node> + + <node oor:name="Linguistic" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/dict" oor:op="fuse" /> + </node> + </node> + + <node oor:name="Module" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(progpath)" oor:op="fuse" /> + </node> + </node> + + <node oor:name="Palette" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="WritePath"> + <value>$(userurl)/config</value> + </prop> + </node> + + <node oor:name="Plugin" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(progpath)/plugin" oor:op="fuse" /> + </node> + </node> + + <!-- deprecated ! --> + <node oor:name="Storage" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="WritePath"> + <value>$(userpath)/store</value> + </prop> + </node> + + <node oor:name="Temp" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths" oor:finalized="true" /> + <prop oor:name="UserPaths" oor:finalized="true" /> + <prop oor:name="WritePath"> + <value>$(temp)</value> + </prop> + </node> + + <node oor:name="Template" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/template/$(vlang)" oor:op="fuse" /> + </node> + <prop oor:name="WritePath"> + <value>$(userurl)/template</value> + </prop> + </node> + + <node oor:name="UIConfig" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(insturl)/share/config" oor:op="fuse" /> + </node> + </node> + + <node oor:name="UserConfig" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="WritePath"> + <value>$(userurl)/config</value> + </prop> + </node> + + <node oor:name="UserDictionary" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="WritePath"> + <value>$(userurl)/wordbook</value> + </prop> + </node> + + <node oor:name="Work" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths" oor:finalized="true" /> + <prop oor:name="UserPaths" oor:finalized="true" /> + <prop oor:name="WritePath"> + <value>$(work)</value> + </prop> + </node> + </node> + +</oor:component-data> + |