Removed todo comment as dIon has already fixed it!

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-07-05 08:30:00 +00:00
parent f6b478f1b4
commit 6d249d9f16

View File

@@ -188,9 +188,6 @@
<j:set var="dep" value="${lib.dependency}"/>
<j:if test="${dep.getProperty('jboss.bundle')=='true'}">
<ant:echo>Bundling: (${dep.groupId}, ${dep.artifactId}, ${dep.type})</ant:echo>
<!-- TODO: Use getDependencyPath() once it supports artifacts other
than jars -->
<ant:copy todir="${maven.jboss.build.deploy.dir}" file="${lib.path}"/>
</j:if>
</j:forEach>