dion        2002/12/13 08:47:03

  Modified:    src/plugins-build/ant plugin.jelly
  Log:
  Patch provided by "Richard Bounds" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-turbine-maven/src/plugins-build/ant/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/ant/plugin.jelly,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- plugin.jelly      7 Nov 2002 08:29:41 -0000       1.20
  +++ plugin.jelly      13 Dec 2002 16:47:03 -0000      1.21
  @@ -307,8 +307,8 @@
     
       <j:forEach var="dep" items="${pom.dependencies}">
       <get 
  -      src="${maven.repo.remote}/${dep.projectId}/jars/${dep.jar}"
  -      dest="lib/${dep.jar}"
  +      src="${maven.repo.remote}/${dep.projectId}/jars/${dep.getArtifact()}"
  +      dest="lib/${dep.getArtifact()}"
         usetimestamp="true"
         ignoreerrors="true"
       /></j:forEach>
  
  
  

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

Reply via email to