vmassol     2003/07/02 00:03:24

  Modified:    src/plugins-build/cactus plugin.jelly
  Log:
  Make the core independent of the repo layout. Thanks to dIon. Actually, I never used 
the Artifact object. I'll need to check its source code as it looks good.
  
  Revision  Changes    Path
  1.24      +1 -1      maven/src/plugins-build/cactus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- plugin.jelly      1 Jul 2003 21:34:20 -0000       1.23
  +++ plugin.jelly      2 Jul 2003 07:03:23 -0000       1.24
  @@ -171,7 +171,7 @@
         <j:forEach var="artifact" items="${pom.artifacts}"> 
           <j:set var="dep" value="${artifact.dependency}"/> 
           <j:if test="${dep.getProperty('cactus.bundle')=='true'}">
  -          <lib 
file="${maven.repo.local}/${dep.artifactDirectory}/jars/${dep.artifact}"/>
  +          <lib file="${artifact.path}"/>
           </j:if>
         </j:forEach>
                                   
  
  
  

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

Reply via email to