You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
517 B
18 lines
517 B
4 months ago
|
<?xml version="1.0" encoding="UTF8"?>
|
||
|
<toolchains xmlns="http://maven.apache.org/TOOLCHAINS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://maven.apache.org/TOOLCHAINS/1.1.0 http://maven.apache.org/xsd/toolchains-1.1.0.xsd">
|
||
|
|
||
|
<toolchain>
|
||
|
<type>jdk</type>
|
||
|
<provides>
|
||
|
<id>java15</id>
|
||
|
<version>5</version>
|
||
|
<vendor>sun</vendor>
|
||
|
</provides>
|
||
|
<configuration>
|
||
|
<jdkHome>/tmp/jdk/5</jdkHome>
|
||
|
</configuration>
|
||
|
</toolchain>
|
||
|
|
||
|
</toolchains>
|