mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
19 lines
544 B
XML
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>
|