o fixing typos
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
<j:if test="${answer == 'yes'}">
|
||||
|
||||
<j:forEach var="transformation" items="${transformations}"/>
|
||||
<j:forEach var="transformation" items="${transformations}">
|
||||
|
||||
<!-- Display transformation info. Needs to be consumable by a GUI. -->
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
answer="answer"
|
||||
default="yes"/>
|
||||
|
||||
<j:if test=${answer == 'yes'}">
|
||||
<j:if test="${answer == 'yes'}">
|
||||
|
||||
<!-- Change the node. -->
|
||||
<r:transform transformation="${transformation}"/>
|
||||
@@ -86,7 +86,7 @@
|
||||
answer="answer"
|
||||
default="yes"/>
|
||||
|
||||
<j:if test=${answer == 'yes'}">
|
||||
<j:if test="${answer == 'yes'}">
|
||||
<!-- Write out the pom. -->
|
||||
${transformer.write()}
|
||||
</j:if>
|
||||
|
||||
Reference in New Issue
Block a user