Skip to content

Commit

Permalink
[releng] Backport toolchains-hudson.xml
Browse files Browse the repository at this point in the history
Change-Id: Ibb6cd1b587a9934b9c8ad77aa2f341b4f95dbdc1
Signed-off-by: Dénes Harmath <[email protected]>
  • Loading branch information
Dénes Harmath authored and ujhelyiz committed Jun 7, 2017
1 parent 094a8c3 commit 0730eae
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions releng/org.eclipse.viatra.parent/toolchains-hudson.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--
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>

0 comments on commit 0730eae

Please sign in to comment.