Syntax error with greater than symbol

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-04-07 11:51:00 +00:00
parent 3cf711b813
commit e7ee83d577

View File

@@ -59,7 +59,7 @@
<ant:attribute name="Main-Class" value="${mainclass}"/>
</j:if>
<j:if test="${pom.getArtifacts().size() > 0}">
<j:if test="${pom.getArtifacts().size() != 0}">
<j:set var="extensionList" value=""/>
<j:forEach var="artifact" items="${pom.artifacts}">
<j:set var="dep" value="${artifact.dependency}"/>