diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-03-07 09:14:21 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-03-07 09:14:21 +0000 |
commit | b64a85b03f4550b27a712ebab27da45537c0bec4 (patch) | |
tree | cca69d841ea381d35974f721f66bcd67b99ea850 /stoc | |
parent | 79fae0b0fef918a1bff1a924ee2f9420629670e9 (diff) |
changes for new module-description.dtd
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/namingservice/namingservice.xml | 77 |
1 files changed, 32 insertions, 45 deletions
diff --git a/stoc/source/namingservice/namingservice.xml b/stoc/source/namingservice/namingservice.xml index 5d3071b720df..22efbd1e2f7d 100644 --- a/stoc/source/namingservice/namingservice.xml +++ b/stoc/source/namingservice/namingservice.xml @@ -1,47 +1,34 @@ <?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> Juergen Schmidt </Author> - -<Name> com.sun.star.comp.stoc.NamingService </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> namingservice </module-name> + <component-description> + <author> Juergen Schmidt </author> + <name> com.sun.star.comp.stoc.NamingService </name> + <description> The naming service allows the registration and retrieval of objects. -</Description> - -<ModuleName> namingservice </ModuleName> - -<LoaderName> com.sun.star.loader.SharedLibrary </LoaderName> - -<Language> c++ </Language> - -<Status StatusValue="final"/> - -<SupportedService> com.sun.star.uno.NamingService </SupportedService> - -<ProjectBuildDependency> cppuhelper </ProjectBuildDependency> -<ProjectBuildDependency> cppu </ProjectBuildDependency> -<ProjectBuildDependency> sal </ProjectBuildDependency> - -<RuntimeModuleDependency> cppuhelper </RuntimeModuleDependency> -<RuntimeModuleDependency> cppu2 </RuntimeModuleDependency> -<RuntimeModuleDependency> sal2 </RuntimeModuleDependency> - -<Type> com.sun.star.lang.XComponent </Type> -<Type> com.sun.star.lang.IllegalArgumentException </Type> -<Type> com.sun.star.lang.XInitialization </Type> -<Type> com.sun.star.lang.XTypeProvider </Type> -<Type> com.sun.star.lang.XServiceInfo </Type> -<Type> com.sun.star.lang.XSingleServiceFactory </Type> -<Type> com.sun.star.lang.XMultiServiceFactory </Type> -<Type> com.sun.star.registry.XRegistryKey </Type> -<Type> com.sun.star.uno.XAggregation </Type> -<Type> com.sun.star.uno.XWeak </Type> -<Type> com.sun.star.uno.TypeClass </Type> -<Type> com.sun.star.uno.XNamingService </Type> - -</COMPONENTDESCRIPTION> - +</description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="final"/> + <supported-service> com.sun.star.uno.NamingService </supported-service> + <type> com.sun.star.lang.XComponent </type> + <type> com.sun.star.lang.IllegalArgumentException </type> + <type> com.sun.star.lang.XInitialization </type> + <type> com.sun.star.lang.XTypeProvider </type> + <type> com.sun.star.lang.XServiceInfo </type> + <type> com.sun.star.lang.XSingleServiceFactory </type> + <type> com.sun.star.lang.XMultiServiceFactory </type> + <type> com.sun.star.registry.XRegistryKey </type> + <type> com.sun.star.uno.XAggregation </type> + <type> com.sun.star.uno.XWeak </type> + <type> com.sun.star.uno.TypeClass </type> + <type> com.sun.star.uno.XNamingService </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> |