felipeal    2004/11/15 19:51:40

  Modified:    ear      plugin.jelly
  Log:
  fix for previous commit
  
  Revision  Changes    Path
  1.26      +4 -1      maven-plugins/ear/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ear/plugin.jelly,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- plugin.jelly      16 Nov 2004 03:22:59 -0000      1.25
  +++ plugin.jelly      16 Nov 2004 03:51:39 -0000      1.26
  @@ -104,8 +104,11 @@
   
           </j:if>  
         </j:forEach>
  +
         <!-- bundle all dependencies that were copied to a temporary dir -->
  -      <ant:fileset dir="${tmpDependenciesDir}"/>
  +      <util:available file="${tmpDependenciesDir}">
  +         <ant:fileset dir="${tmpDependenciesDir}"/>
  +      </util:available>
   
         <!-- include license -->
         <j:set var="licenseFileName"><license:fileName/></j:set>
  
  
  

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

Reply via email to