diff options
author | Joachim Lingner <jl@openoffice.org> | 2004-04-21 08:30:36 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2004-04-21 08:30:36 +0000 |
commit | e61aa88e3dffcff717e7683cf18727701fcbb360 (patch) | |
tree | c857a33f979feb319aed08137261555ea9eb00d9 /jvmfwk/source/javasettings.xsd | |
parent | 6d849f1c9a8248f06367dcb4860243be5e1b012b (diff) |
#i20052#
Diffstat (limited to 'jvmfwk/source/javasettings.xsd')
-rw-r--r-- | jvmfwk/source/javasettings.xsd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jvmfwk/source/javasettings.xsd b/jvmfwk/source/javasettings.xsd index 03b3bf407c37..75107181edf6 100644 --- a/jvmfwk/source/javasettings.xsd +++ b/jvmfwk/source/javasettings.xsd @@ -21,6 +21,7 @@ <element name="userClassPath" nillable="true" type="string"/> <element name="javaInfo" nillable="true" type="jf:javaInfoType"/> <element name="vmParameters" nillable="true" type="jf:vmParametersType"/> + <element name="jreLocations" nillable="true" type="jf:jreLocationsType"/> </sequence> </complexType> @@ -45,4 +46,10 @@ </sequence> </complexType> +<complexType name="jreLocationsType"> + <sequence> + <element name="location" minOccurs="0" maxOccurs="unbounded" type="string"/> + </sequence> +</complexType> + </schema> |