1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22 23<!-- 24This file shows what elements the javasettings_platform.xml can contain. 25The children of javaInfo are only created when a JRE is selected. The children of 26vmParameters are only created when parameters are added and the children of 27jreLocations are only created when the paths are added. 28See CNodeJava::loadFromSettings and CNodeJava::writeSettings for details. 29When extending the javavendors.xml then use the schema to verify it. 30--> 31 32<java xmlns='http://openoffice.org/2004/java/framework/1.0' 33 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 34 xsi:schemaLocation='http://openoffice.org/2004/java/framework/1.0 file:/D:/cws-jl6/jvmfwk/source/javasettings.xsd'> 35 <classesDirectory>program/classes</classesDirectory> 36 <enabled xsi:nil="true"></enabled> 37 <userClassPath xsi:nil="true"></userClassPath> 38 <vmParameters xsi:nil="true"/> 39 <!--param>-Xdebug</param--> 40 <!--</vmParameters>--> 41 <jreLocations xsi:nil="true"/> 42 <!--location></location--> 43 <!--</jreLocations>--> 44 <javaInfo xsi:nil="true"/> 45 <!--javaInfo vendorUpdate="2004-03-27" xsi:nil="false"--> 46 <!--vendor></vendor> 47 <location></location> 48 <version></version> 49 <features></features> 50 <requirements></requirements> 51 <vendorData></vendorData> 52 </javaInfo--> 53 </java> 54 55 56