diff options
author | Joachim Lingner <jl@openoffice.org> | 2002-07-15 07:39:52 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2002-07-15 07:39:52 +0000 |
commit | 2d5a5e30f707ad15491563dc6497d0f4764a553d (patch) | |
tree | e28422fa4119f738ff36af6ed70bc710c9847b18 /officecfg | |
parent | 7620ef2de729cde4e0ad27c1773dbb6cba855bae (diff) |
#101252# added responsibility
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Java.xcs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Java.xcs b/officecfg/registry/schema/org/openoffice/Office/Java.xcs index 89119c47c87b..87f25fdfdcd1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Java.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Java.xcs @@ -3,9 +3,9 @@ * * $RCSfile: Java.xcs,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jl $ $Date: 2002-07-08 11:23:46 $ + * last change: $Author: jl $ $Date: 2002-07-15 08:39:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,9 +61,9 @@ ************************************************************************ --> <!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> <oor:component-schema oor:name="Java" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US"> + <!-- Responsible: JL --> <component> <group oor:name="VirtualMachine"> - <!-- Responsible: JL --> <info> <desc xml:lang="en-US">Provides information used to initialize a Java Virtual Machine. </desc> </info> |