Skip to content

Commit

Permalink
due to JENKINS-15120 relative path isn't supported anymore by st:include
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Aug 21, 2013
1 parent 6a374e3 commit 995b204
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 995b204

Please sign in to comment.