LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / ure / source / uretest / services.rdb.in
blob0bec749e8e6b57a8a090fe8ecf0eccf79842a063
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 -->
11 <components xmlns="http://openoffice.org/2010/uno-components">
12 <component
13 loader="com.sun.star.loader.SharedLibrary"
14 uri="./cpptest.uno.@SHAREDLIB_EXT@">
15 <implementation name="test.cpp.cpptest.Component">
16 <service name="test.types.CppTest"/>
17 </implementation>
18 </component>
19 <component loader="com.sun.star.loader.Java2" uri="./javatest.uno.jar">
20 <implementation name="test.java.javatest.Component">
21 <service name="test.types.JavaTest"/>
22 </implementation>
23 </component>
24 </components>