1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4This file shows what elements the javasettings_platform.xml can contain.
5The children of javaInfo are only created when a JRE is selected. The children of
6vmParameters are only created when parameters are added and the children of
7jreLocations are only created when the paths are added.
8See CNodeJava::loadFromSettings and CNodeJava::writeSettings for details.
9When extending the javavendors.xml then use the schema to verify it.
10-->
11
12<java xmlns='http://openoffice.org/2004/java/framework/1.0'
13  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
14  xsi:schemaLocation='http://openoffice.org/2004/java/framework/1.0 file:/D:/cws-jl6/jvmfwk/source/javasettings.xsd'>
15 <classesDirectory>program/classes</classesDirectory>
16 <enabled xsi:nil="true"></enabled>
17 <userClassPath xsi:nil="true"></userClassPath>
18 <vmParameters xsi:nil="true"/>
19  <!--param>-Xdebug</param-->
20 <!--</vmParameters>-->
21 <jreLocations xsi:nil="true"/>
22  <!--location></location-->
23 <!--</jreLocations>-->
24 <javaInfo xsi:nil="true"/>
25 <!--javaInfo vendorUpdate="2004-03-27" xsi:nil="false"-->
26  <!--vendor></vendor>
27  <location></location>
28  <version></version>
29  <features></features>
30  <requirements></requirements>
31  <vendorData></vendorData>
32 </javaInfo-->
33 </java>
34
35
36