vmassol     2003/07/05 01:30:00

  Modified:    src/plugins-build/jboss plugin.jelly
  Log:
  Removed todo comment as dIon has already fixed it!
  
  Revision  Changes    Path
  1.14      +0 -3      maven/src/plugins-build/jboss/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly      4 Jul 2003 06:35:24 -0000       1.13
  +++ plugin.jelly      5 Jul 2003 08:30:00 -0000       1.14
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to