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