Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11 from hrabbouh/master
Fix for JENKINS-16204
  • Loading branch information
lessonz committed Mar 23, 2014
2 parents 5834f5f + d56c3dc commit 3d0ac03
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
checked="${instance.fitnesseStart==true}">

<j:set var="jdks" value="${app.JDKs}" />
<j:if test="${jdks.size() gt 1}">
<j:if test="${jdks.size() gt 0}">
<!-- if there's only one JDK configured, always use that. -->
<f:entry title="Fitnesse JDK"
description="JDK to be used for Fitnesse">
Expand Down

0 comments on commit 3d0ac03

Please sign in to comment.