o Using jelly expression so that the node comes out unescape so the user

can actually see what they are changing.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl 2003-02-14 19:28:46 +00:00
parent ccd84ffb82
commit fd8370dc46

View File

@ -58,14 +58,11 @@
<j:forEach var="transformation" items="${transformations}">
<!-- Display transformation info. Needs to be consumable by a GUI. -->
<echo>
${transformation.beforeTransformation}
</echo>
<echo>
${transformation.afterTransformation}
</echo>
<j:expr value="${transformation.beforeTransformation}"/>
<echo/>
<j:expr value="${transformation.afterTransformation}"/>
<echo/>
<i:ask
question="Do you want to update this dependency?"