Hi,

i have an *.oxt extension which will deploy keyboard shortcuts:

+META-INF
+config
  +soffice.cfg
    + global
       +accelerator
         +de
           current.xml
+registry
  paths.xcu
  common.xcu
description.xml

my "Paths.xcu" has an entry:

<node oor:name="UserConfig" oor:op="fuse" oor:mandatory="true">
        <prop oor:name="IsSinglePath" oor:finalized="true">
                <value>true</value>
        </prop>
        <node oor:name="InternalPaths" oor:finalized="true"/>
        <prop oor:name="UserPaths" oor:finalized="true"/>
        <prop oor:name="WritePath">
                <value>%origin%/../config</value>
        </prop>
</node>

and my "Common.xcu" looks like

<node oor:name="Path">
  <node oor:name="Current">
        <prop oor:name="UserConfig" oor:type="xs:string">
                <value xsi:nil="true"/>
        </prop>
 </node>
</node>


Oliver


Am 14.01.2009 12:32 schrieb jaunty ashu:
> Hi,
> 
> I have a doubt relating to non code extension:
> 
> How to add some .xml files to config subfolders in user install directory
> like we add templates using extensions. I tried it by "UIconfig" and
> "UserConfig" , similar to the way as "Template" is used under Paths.xcu in
> templates extensions. Can anyone plz. tell how to achieve this.
> 
> This is the Paths.xcu i used.
> 
> 
> Paths.xcu
> 
> <?xml version='1.0' encoding='UTF-8'?>
> 
> <oor:component-data oor:package="org.openoffice.Office" oor:name="Paths"
> 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="UIConfig" oor:op="fuse" oor:mandatory="true">
>       <node oor:name="InternalPaths">
>         <node oor:name="%origin%/config//sunfolder/" oor:op="fuse"/>
>       </node>
>     </node>
> 
> 
>     </node>
> </oor:component-data>
> 
> Thanks
> 


-- 
Oliver Brinzing         fon   +49 7181 481401   fax +49 7181 475635
Ludwigstrasse 14    mobil +49 174 3015743
73614 Schorndorf    mailto:[email protected]

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to