blob: 76d27e0bc6ae67637d2af246284655eadd68930f [file] [log] [blame]
<!--
This toolchains file provides a JDK relative homes as opposed to the default JRE-relative
definitions available at hudson.eclipse.org. Should not be used outside of builds at hudson.eclipse.org.
-->
<toolchains>
<toolchain>
<type>jdk</type>
<provides>
<id>JavaSE-1.7</id>
</provides>
<configuration>
<jdkHome>/opt/public/common/jdk1.7.0-latest</jdkHome>
<bootClassPath>
<includes>
<include>jre/lib/*</include>
<include>jre/lib/ext/*</include>
<include>jre/lib/endorsed/*</include>
</includes>
</bootClassPath>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<id>JavaSE-1.8</id>
</provides>
<configuration>
<jdkHome>/opt/public/common/jdk1.8.0_x64-latest</jdkHome>
<bootClassPath>
<includes>
<include>jre/lib/*.jar</include>
<include>jre/lib/ext/*.jar</include>
<include>jre/lib/endorsed/*.jar</include>
</includes>
</bootClassPath>
</configuration>
</toolchain>
</toolchains>