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:
jvanzyl
2003-02-11 02:49:42 +00:00
parent 6ab2f65e2f
commit 6eb4994496

View File

@@ -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>