Files
sailing-analytics/toolchains.xml
T
2019-04-30 09:59:07 +02:00

19 lines
544 B
XML

<!-- Copy this file to ~/.m2/toolchains.xml and adjust according to your JRE locations to
give your Maven / Tycho installation knowledge of how to resolve the different
execution environments.
-->
<toolchains>
<!-- JDK toolchains -->
<toolchain>
<type>jdk</type>
<provides>
<version>1.8</version>
<id>JavaSE-1.8</id>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>/opt/jdk1.8.0_20/jre</jdkHome>
</configuration>
</toolchain>
</toolchains>