diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Package_unittest.mk | 3 | ||||
-rw-r--r-- | test/user-template/registry-common/modifications.xcd (renamed from test/user-template/registry/modifications.xcd) | 9 | ||||
-rw-r--r-- | test/user-template/registry-user-ui/user-ui.xcd | 20 |
3 files changed, 22 insertions, 10 deletions
diff --git a/test/Package_unittest.mk b/test/Package_unittest.mk index 2aabc9272eb4..a187fcf8b1ef 100644 --- a/test/Package_unittest.mk +++ b/test/Package_unittest.mk @@ -11,7 +11,8 @@ $(eval $(call gb_Package_Package,test_unittest,$(SRCDIR)/test/user-template)) $(eval $(call gb_Package_set_outdir,test_unittest,$(WORKDIR))) -$(eval $(call gb_Package_add_file,test_unittest,unittest/registry/modifications.xcd,registry/modifications.xcd)) +$(eval $(call gb_Package_add_file,test_unittest,unittest/registry-common/modifications.xcd,registry-common/modifications.xcd)) +$(eval $(call gb_Package_add_file,test_unittest,unittest/registry-user-ui/user-ui.xcd,registry-user-ui/user-ui.xcd)) $(eval $(call gb_Package_add_file,test_unittest,unittest/user/wordbook/sl.dic,user/wordbook/sl.dic)) $(eval $(call gb_Package_add_file,test_unittest,unittest/user/wordbook/en-US.dic,user/wordbook/en-US.dic)) $(eval $(call gb_Package_add_file,test_unittest,unittest/user/database/biblio.odb,user/database/biblio.odb)) diff --git a/test/user-template/registry/modifications.xcd b/test/user-template/registry-common/modifications.xcd index 61a1a85b4fa8..b5e3ad6f9fd1 100644 --- a/test/user-template/registry/modifications.xcd +++ b/test/user-template/registry-common/modifications.xcd @@ -106,15 +106,6 @@ </node> </node> </oor:component-data> - <oor:component-data oor:name="Paths" oor:package="org.openoffice.Office"> - <node oor:name="Paths"> - <node oor:name="UIConfig" oor:op="replace"> - <node oor:name="InternalPaths"> - <node oor:name="$(userurl)/config" oor:op="fuse"/> - </node> - </node> - </node> - </oor:component-data> <oor:component-data oor:name="Setup" oor:package="org.openoffice"> <node oor:name="L10N"> <prop oor:name="ooLocale"> diff --git a/test/user-template/registry-user-ui/user-ui.xcd b/test/user-template/registry-user-ui/user-ui.xcd new file mode 100644 index 000000000000..e1ada600c5de --- /dev/null +++ b/test/user-template/registry-user-ui/user-ui.xcd @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> +<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:oor="http://openoffice.org/2001/registry"> + <oor:component-data oor:name="Paths" oor:package="org.openoffice.Office"> + <node oor:name="Paths"> + <node oor:name="UIConfig" oor:op="replace"> + <node oor:name="InternalPaths"> + <node oor:name="$(userurl)/config" oor:op="fuse"/> + </node> + </node> + </node> + </oor:component-data> +</oor:data> |