Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Updating plugin to use config-publishers2
Browse files Browse the repository at this point in the history
  • Loading branch information
nkammah committed Oct 19, 2012
1 parent a15e8d3 commit 9b9fed4
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,17 @@
</f:block>
</f:section>

<f:descriptorList
title="${%Post-build Actions}"
descriptors="${it.getPotentialPublisherDescriptors()}"
instances="${it.getPublishers()}" />
<f:section title="${%Post-build Actions}">
<f:block>
<f:hetero-list name="publisher" hasHeader="true"
descriptors="${h.getPublisherDescriptors(it)}"
items="${it.publishersList}"
oneEach="true"
menuAlign="bl-tl"
honorOrder="true"
addCaption="${%Add post-build action}"/>
</f:block>
</f:section>

</j:jelly>

0 comments on commit 9b9fed4

Please sign in to comment.