merge the formfield patch from ooo-build
[ooovba.git] / jvmfwk / source / javasettings_template.xml
blob5cb41c98bd9901d7dfe765ae4f9ddcb20c4430b5
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
4 This file shows what elements the javasettings_platform.xml can contain.
5 The children of javaInfo are only created when a JRE is selected. The children of 
6 vmParameters are only created when parameters are added and the children of 
7 jreLocations are only created when the paths are added.
8 See CNodeJava::loadFromSettings and CNodeJava::writeSettings for details.
9 When extending the javavendors.xml then use the schema to verify it.
10 -->
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>