blob: 5403a5b22cc8cd71ca1446d762121d47d54155ff [file] [log] [blame]
<!-- Adapt the JDK pathes below, then copy this file to .m2/toolchains.xml in your user home -->
<toolchains>
<toolchain>
<!-- This is the only one currently required for MPC when running with the "strict" or "release" profile -->
<type>jdk</type>
<provides>
<id>J2SE-1.5</id>
<version>1.5</version>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>C:/Program Files/Java/jdk1.5.0/jre</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<id>JavaSE-1.6</id>
<version>1.6</version>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>C:/Program Files/Java/jdk1.6.0/jre</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<id>JavaSE-1.7</id>
<version>1.7</version>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>C:/Program Files/Java/jdk1.7.0/jre</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<id>JavaSE-1.8</id>
<version>1.8</version>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>C:/Program Files/Java/jdk1.8.0/jre</jdkHome>
</configuration>
</toolchain>
</toolchains>