diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-03-08 07:49:18 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-03-08 07:49:18 +0000 |
commit | bdaf477e969068c89aa96e5d4713e3be5ed0c058 (patch) | |
tree | 50e65c756c657d8c3123d81ce0abb8e831c518fd /solenv/src | |
parent | e271d1072c154eac55beb745a2fc9f0578ba6ecf (diff) |
changes for new module-description.dtd
Diffstat (limited to 'solenv/src')
-rw-r--r-- | solenv/src/default_description.xml | 37 |
1 files changed, 13 insertions, 24 deletions
diff --git a/solenv/src/default_description.xml b/solenv/src/default_description.xml index fd8609152346..2f5cda8681d9 100644 --- a/solenv/src/default_description.xml +++ b/solenv/src/default_description.xml @@ -1,26 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd"> +<!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> XXX </module-name> + <component-description> + <author> automatic generated </author> + <name> XXX </name> + <description> no description yet. </description> + <loader-name> com.sun.star.loader.SharedLibrary </loader-name> + <language> c++ </language> + <status value="under_construction"/> + <supported-service> XXX </supported-service> + </component-description> +</module-description> -<COMPONENTDESCRIPTION - xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" > - -<Author> automatic generated </Author> - -<Name> XXX </Name> - -<Description> - no description yet. -</Description> - -<ModuleName> xxx </ModuleName> - -<LoaderName> com.sun.star.loader.SharedLibrary </LoaderName> - -<Language> c++ </Language> - -<Status StatusValue="under_construction"/> - -<SupportedService> xxx </SupportedService> - - -</COMPONENTDESCRIPTION> |