summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-03-12 11:02:42 +0000
committerTino Rachui <tra@openoffice.org>2001-03-12 11:02:42 +0000
commit9234da7733c086e753a0f27d7c3d6158aa7957ca (patch)
tree8141a9e4ddc8b9941283f8e31a9a82a9f5c912fe /dtrans/source/cnttype
parent9e23ffe0589b41b2e1d652b00e0e9ab8893ee102 (diff)
*** empty log message ***
Diffstat (limited to 'dtrans/source/cnttype')
-rw-r--r--dtrans/source/cnttype/mcnttype.xml80
1 files changed, 33 insertions, 47 deletions
diff --git a/dtrans/source/cnttype/mcnttype.xml b/dtrans/source/cnttype/mcnttype.xml
index e10ab968d84d..2a362699eec2 100644
--- a/dtrans/source/cnttype/mcnttype.xml
+++ b/dtrans/source/cnttype/mcnttype.xml
@@ -1,49 +1,35 @@
<?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> Tino Rachui </Author>
-
-<Name> com.sun.star.comp.datatransfer.MimeContentTypeFactory </Name>
-
-<Description>
+<!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> mcnttype </module-name>
+ <component-description>
+ <author> Tino Rachui </author>
+ <name> com.sun.star.comp.datatransfer.MimeContentTypeFactory </name>
+ <description>
The win32 implementation of the datatransfer service.
-</Description>
-
-<ModuleName> mcnttype </ModuleName>
-
-<LoaderName> com.sun.star.loader.SharedLibrary </LoaderName>
-
-<Language> c++ </Language>
-
-<Status StatusValue="experimental"/>
-
-<SupportedService> com.sun.star.datatransfer.MimeContentTypeFactory </SupportedService>
-
-<ServiceDependency> ... </ServiceDependency>
-
-<ProjectBuildDependency> cppuhelper </ProjectBuildDependency>
-<ProjectBuildDependency> cppu </ProjectBuildDependency>
-<ProjectBuildDependency> sal </ProjectBuildDependency>
-
-<RuntimeModuleDependency> cppuhelper </RuntimeModuleDependency>
-<RuntimeModuleDependency> cppu2 </RuntimeModuleDependency>
-<RuntimeModuleDependency> sal2 </RuntimeModuleDependency>
-
-<Type> com.sun.star.datatransfer.XMimeContentTypeFactory </Type>
-<Type> com.sun.star.datatransfer.XMimeContentType </Type>
-<Type> com.sun.star.lang.XMultiServiceFactory </Type>
-<Type> com.sun.star.lang.XSingleServiceFactory </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.uno.TypeClass </Type>
-<Type> com.sun.star.uno.XWeak </Type>
-<Type> com.sun.star.uno.XAggregation </Type>
-<Type> com.sun.star.registry.XRegistryKey </Type>
-<Type> com.sun.star.container.XSet </Type>
-
-</COMPONENTDESCRIPTION>
-
+</description>
+ <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
+ <language> c++ </language>
+ <status value="beta"/>
+ <supported-service> com.sun.star.datatransfer.MimeContentTypeFactory </supported-service>
+ <service-dependency> ... </service-dependency>
+ <type> com.sun.star.datatransfer.XMimeContentTypeFactory </type>
+ <type> com.sun.star.datatransfer.XMimeContentType </type>
+ <type> com.sun.star.lang.XMultiServiceFactory </type>
+ <type> com.sun.star.lang.XSingleServiceFactory </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.uno.TypeClass </type>
+ <type> com.sun.star.uno.XWeak </type>
+ <type> com.sun.star.uno.XAggregation </type>
+ <type> com.sun.star.registry.XRegistryKey </type>
+ <type> com.sun.star.container.XSet </type>
+ </component-description>
+ <project-build-dependency> cppuhelper </project-build-dependency>
+ <project-build-dependency> cppu </project-build-dependency>
+ <project-build-dependency> sal </project-build-dependency>
+ <runtime-module-dependency> cppuhelper </runtime-module-dependency>
+ <runtime-module-dependency> cppu2 </runtime-module-dependency>
+ <runtime-module-dependency> sal2 </runtime-module-dependency>
+</module-description>