diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-26 17:59:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-26 18:00:48 +0200 |
commit | 3b317b52dce52b4302f40c8de75e3abf3d12afa2 (patch) | |
tree | be85581112474544e416be36c47f917f2e75f5d1 | |
parent | 3f8072136f02041f8c4615130405771bd6959d59 (diff) |
Fixed test/user-template/user/registrymodifications.xcu.
Also added license header.
-rw-r--r-- | test/user-template/user/registrymodifications.xcu | 40 |
1 files changed, 35 insertions, 5 deletions
diff --git a/test/user-template/user/registrymodifications.xcu b/test/user-template/user/registrymodifications.xcu index 7ac47c7f4d3b..cdfda4a723a3 100644 --- a/test/user-template/user/registrymodifications.xcu +++ b/test/user-template/user/registrymodifications.xcu @@ -1,7 +1,37 @@ <?xml version="1.0" encoding="UTF-8"?> -<oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <item oor:path="/org.openoffice.Office.Paths/Paths/org.openoffice.Office.Paths:NamedPath['UIConfig']/InternalPaths"> - <node oor:name="$(userurl)/config/"> - </node> - </item> +<!-- + * Version: MPL 1.1 / GPLv3+ / LGPLv3+ + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License or as specified alternatively below. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * Major Contributor(s): + * [ Copyright (C) 2011 Stephan Bergmann <sbergman@redhat.com> (initial + * developer) ] + * + * All Rights Reserved. + * + * For minor contributions see the git repository. + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 3 or later (the "GPLv3+"), or + * the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), + * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable + * instead of those above. +--> +<oor:items xmlns:oor="http://openoffice.org/2001/registry"> + <item oor:path="/org.openoffice.Office.Paths/Paths"> + <node oor:name="UIConfig" oor:op="replace"> + <node oor:name="InternalPaths"> + <node oor:name="$(userurl)/config" oor:op="fuse"/> + </node> + </node> + </item> </oor:items> |