summaryrefslogtreecommitdiff
path: root/dtrans/source/generic/dtrans.xml
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2001-07-27 09:03:36 +0000
committerOliver Braun <obr@openoffice.org>2001-07-27 09:03:36 +0000
commit5569daab1037e8c7ad5b67931f4c99e5433c9cee (patch)
treeae345bed1e958417bc7fc73a08bc7c9d19e33e6c /dtrans/source/generic/dtrans.xml
parentba6f56b4983fb6fd03fb367f0f1315a0df6c4a77 (diff)
#89829# updated and reactivated
Diffstat (limited to 'dtrans/source/generic/dtrans.xml')
-rw-r--r--dtrans/source/generic/dtrans.xml98
1 files changed, 41 insertions, 57 deletions
diff --git a/dtrans/source/generic/dtrans.xml b/dtrans/source/generic/dtrans.xml
index b42b29fdf992..2540df20b192 100644
--- a/dtrans/source/generic/dtrans.xml
+++ b/dtrans/source/generic/dtrans.xml
@@ -1,58 +1,42 @@
<?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> Oliver Braun </Author>
-
-<Name> com.sun.star.comp.datatransfer.generic </Name>
-
-<Description>
- This component covers
- the generic part of data transfer concept.
-</Description>
-
-<ModuleName> dtrans </ModuleName>
-
-<LoaderName> com.sun.star.loader.SharedLibrary </LoaderName>
-
-<Language> c++ </Language>
-
-<Status StatusValue="experimental"/>
-
-<SupportedService> com.sun.star.datatransfer.clipboard.ClipboardManager </SupportedService>
-<SupportedService> com.sun.star.datatransfer.clipboard.GenericClipboard </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.clipboard.RenderingCapabilities </Type>
-<Type> com.sun.star.datatransfer.clipboard.XClipboardEx </Type>
-<Type> com.sun.star.datatransfer.clipboard.XClipboardManager </Type>
-<Type> com.sun.star.datatransfer.clipboard.XClipboardNotifier </Type>
-<Type> com.sun.star.datatransfer.XTransferableEx </Type>
-<Type> com.sun.star.datatransfer.XTransferableSource </Type>
-<Type> com.sun.star.io.XOutputStream </Type>
-<Type> com.sun.star.lang.DisposedException </Type>
-<Type> com.sun.star.lang.IllegalArgumentException </Type>
-<Type> com.sun.star.lang.XComponent </Type>
-<Type> com.sun.star.lang.XInitialization </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.registry.XRegistryKey </Type>
-<Type> com.sun.star.uno.TypeClass </Type>
-<Type> com.sun.star.uno.XWeak </Type>
-<Type> com.sun.star.uno.XAggregation </Type>
-
-</COMPONENTDESCRIPTION>
-
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
+
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name> dtrans </module-name>
+ <component-description>
+ <author> Oliver Braun </author>
+ <name> com.sun.star.comp.datatransfer.generic </name>
+ <description> This module includes a generic clipboard implementation </description>
+ <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
+ <language> c++ </language>
+ <status value="beta"/>
+ <supported-service> com.sun.star.datatransfer.clipboard.GenericClipboard </supported-service>
+ <supported-service> com.sun.star.datatransfer.clipboard.ClipboardManager </supported-service>
+ <service-dependency> ... </service-dependency>
+ <type> com.sun.star.datatransfer.clipboard.RenderingCapabilities </type>
+ <type> com.sun.star.datatransfer.clipboard.XClipboardEx </type>
+ <type> com.sun.star.datatransfer.clipboard.XClipboardManager </type>
+ <type> com.sun.star.datatransfer.clipboard.XClipboardNotifier </type>
+ <type> com.sun.star.datatransfer.XTransferableEx </type>
+ <type> com.sun.star.datatransfer.XTransferableSource </type>
+ <type> com.sun.star.io.XOutputStream </type>
+ <type> com.sun.star.lang.DisposedException </type>
+ <type> com.sun.star.lang.IllegalArgumentException </type>
+ <type> com.sun.star.lang.XComponent </type>
+ <type> com.sun.star.lang.XInitialization </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.registry.XRegistryKey </type>
+ <type> com.sun.star.uno.TypeClass </type>
+ <type> com.sun.star.uno.XWeak </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> 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>