Skip to content

Commit

Permalink
Merge pull request #62 from ndeloof/master
Browse files Browse the repository at this point in the history
due to JENKINS-15120 relative path isn't supported anymore by st:include
  • Loading branch information
francisu committed Aug 21, 2013
2 parents 6a374e3 + 995b204 commit 8d5be49
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ THE SOFTWARE.

<f:entry title="${%Tags}" description="${%EC2 Tag/Value Pairs}">
<f:repeatable field="tags">
<st:include page="../EC2Tag/config.jelly" />
<st:include page="config.jelly" class="hudson.plugins.ec2.EC2Tag" />
</f:repeatable>
</f:entry>

Expand Down

0 comments on commit 8d5be49

Please sign in to comment.