diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-10-30 12:04:52 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-10-30 12:04:52 +0000 |
commit | 515721a9b6ee325f631ee74efc2a189260eaef17 (patch) | |
tree | 7e79ba010646a3c4930da3dc756f5bbd8ed6b1bc /solenv/src | |
parent | 9e9bb37f3eb4f5233de3da3edbfc96051c9e6070 (diff) |
default library description
Diffstat (limited to 'solenv/src')
-rw-r--r-- | solenv/src/default_description.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/solenv/src/default_description.xml b/solenv/src/default_description.xml new file mode 100644 index 000000000000..fd8609152346 --- /dev/null +++ b/solenv/src/default_description.xml @@ -0,0 +1,26 @@ +<?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> 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> |