Files
sailing-analytics/toolchains.xml
T

19 lines
541 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/sapjvm_8/jre</jdkHome>
</configuration>
</toolchain>
</toolchains>