summaryrefslogtreecommitdiff
path: root/remotebridges/source/factory/brdgfctr.xml
diff options
context:
space:
mode:
Diffstat (limited to 'remotebridges/source/factory/brdgfctr.xml')
-rw-r--r--remotebridges/source/factory/brdgfctr.xml99
1 files changed, 42 insertions, 57 deletions
diff --git a/remotebridges/source/factory/brdgfctr.xml b/remotebridges/source/factory/brdgfctr.xml
index 2bfd1e8fb2d5..41949cda736f 100644
--- a/remotebridges/source/factory/brdgfctr.xml
+++ b/remotebridges/source/factory/brdgfctr.xml
@@ -1,58 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION
- xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-
-<Author> Joerg Budischewski </Author>
-
-<Name> com.sun.star.comp.remotebridges.BridgeFactory </Name>
-
-<Description>
- This component allows
- to establish a connection to another process.
-</Description>
-
-<ModuleName> brdgfctr </ModuleName>
-
-<LoaderName> com.sun.star.loader.SharedLibrary </LoaderName>
-
-<Language> c++ </Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService> com.sun.star.bridge.BridgeFactory </SupportedService>
-
-<ServiceDependency> ... </ServiceDependency>
-
-<ProjectBuildDependency> cppuhelper </ProjectBuildDependency>
-<ProjectBuildDependency> cppu </ProjectBuildDependency>
-<ProjectBuildDependency> vos </ProjectBuildDependency>
-<ProjectBuildDependency> sal </ProjectBuildDependency>
-
-<RuntimeModuleDependency> cppuhelper2 </RuntimeModuleDependency>
-<RuntimeModuleDependency> cppu2 </RuntimeModuleDependency>
-<RuntimeModuleDependency> vos2 </RuntimeModuleDependency>
-<RuntimeModuleDependency> sal2 </RuntimeModuleDependency>
-
-
-<Type> com.sun.star.bridge.XBridgeFactory </Type>
-<Type> com.sun.star.bridge.XInstanceProvider </Type>
-<Type> com.sun.star.bridge.XBridge </Type>
-<Type> com.sun.star.bridge.BridgeExistsException </Type>
-<Type> com.sun.star.container.XContentEnumerationAccess </Type>
-<Type> com.sun.star.lang.XMultiServiceFactory </Type>
-<Type> com.sun.star.lang.XSingleServiceFactory </Type>
-<Type> com.sun.star.lang.XInitialization </Type>
-<Type> com.sun.star.lang.XComponent </Type>
-<Type> com.sun.star.lang.XServiceInfo </Type>
-<Type> com.sun.star.lang.XTypeProvider </Type>
-<Type> com.sun.star.lang.IllegalArgumentException </Type>
-<Type> com.sun.star.lang.XInitialization </Type>
-<Type> com.sun.star.registry.XRegistryKey </Type>
-<Type> com.sun.star.uno.XWeak </Type>
-<Type> com.sun.star.uno.TypeClass </Type>
-<Type> com.sun.star.uno.XAggregation </Type>
-
-</COMPONENTDESCRIPTION>
-
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name> brdgfctr </module-name>
+ <component-description>
+ <author> Joerg Budischewski </author>
+ <name> com.sun.star.comp.remotebridges.BridgeFactory </name>
+ <description>
+ This component allows
+ to establish a connection to another process.
+ </description>
+ <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
+ <language> c++ </language>
+ <status value="final"/>
+ <supported-service> com.sun.star.bridge.BridgeFactory </supported-service>
+ <service-dependency> ... </service-dependency>
+ <type> com.sun.star.bridge.XBridgeFactory </type>
+ <type> com.sun.star.bridge.XInstanceProvider </type>
+ <type> com.sun.star.bridge.XBridge </type>
+ <type> com.sun.star.bridge.BridgeExistsException </type>
+ <type> com.sun.star.container.XContentEnumerationAccess </type>
+ <type> com.sun.star.lang.XMultiServiceFactory </type>
+ <type> com.sun.star.lang.XSingleServiceFactory </type>
+ <type> com.sun.star.lang.XInitialization </type>
+ <type> com.sun.star.lang.XComponent </type>
+ <type> com.sun.star.lang.XServiceInfo </type>
+ <type> com.sun.star.lang.XTypeProvider </type>
+ <type> com.sun.star.lang.IllegalArgumentException </type>
+ <type> com.sun.star.lang.XInitialization </type>
+ <type> com.sun.star.registry.XRegistryKey </type>
+ <type> com.sun.star.uno.XWeak </type>
+ <type> com.sun.star.uno.TypeClass </type>
+ <type> com.sun.star.uno.XAggregation </type>
+ </component-description>
+ <project-build-dependency> cppuhelper </project-build-dependency>
+ <project-build-dependency> cppu </project-build-dependency>
+ <project-build-dependency> vos </project-build-dependency>
+ <project-build-dependency> sal </project-build-dependency>
+ <runtime-module-dependency> cppuhelper2 </runtime-module-dependency>
+ <runtime-module-dependency> cppu2 </runtime-module-dependency>
+ <runtime-module-dependency> vos2 </runtime-module-dependency>
+ <runtime-module-dependency> sal2 </runtime-module-dependency>
+</module-description>