vscode: add Cygwin terminal profile and config for VS debugger for Windows
[LibreOffice.git] / jvmfwk / source / javasettings_template.xml
blobc73404c696de75e3af63ef7afbc00e000854ee26
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
20 <!--
21 This file shows what elements the javasettings_platform.xml can contain.
22 The children of javaInfo are only created when a JRE is selected. The children of
23 vmParameters are only created when parameters are added and the children of
24 jreLocations are only created when the paths are added.
25 See CNodeJava::loadFromSettings and CNodeJava::writeSettings for details.
26 When extending the javavendors.xml then use the schema to verify it.
27 -->
29 <java xmlns='http://openoffice.org/2004/java/framework/1.0'
30   xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
31   xsi:schemaLocation='http://openoffice.org/2004/java/framework/1.0 file:/D:/cws-jl6/jvmfwk/source/javasettings.xsd'>
32  <classesDirectory>program/classes</classesDirectory>
33  <enabled xsi:nil="true"></enabled>
34  <userClassPath xsi:nil="true"></userClassPath>
35  <vmParameters xsi:nil="true"/>
36   <!--param>-Xdebug</param-->
37  <!--</vmParameters>-->
38  <jreLocations xsi:nil="true"/>
39   <!--location></location-->
40  <!--</jreLocations>-->
41  <javaInfo xsi:nil="true"/>
42  <!--javaInfo vendorUpdate="2004-03-27" xsi:nil="false"-->
43   <!--vendor></vendor>
44   <location></location>
45   <version></version>
46   <features></features>
47   <requirements></requirements>
48   <vendorData></vendorData>
49  </javaInfo-->
50  </java>