You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2004/04/26 22:56:52 UTC

cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

aheritier    2004/04/26 13:56:52

  Modified:    ant/src/plugin-resources/templates build.jelly
  Log:
  bug fix for MPANT-12
  
  Revision  Changes    Path
  1.9       +2 -0      maven-plugins/ant/src/plugin-resources/templates/build.jelly
  
  Index: build.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/src/plugin-resources/templates/build.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.jelly	8 Apr 2004 00:34:44 -0000	1.8
  +++ build.jelly	26 Apr 2004 20:56:52 -0000	1.9
  @@ -245,6 +245,7 @@
           </classpath>
         </javac>
   
  +      <j:if test="${!pom.build.unitTest.resources.isEmpty()}">
         <j:choose trim="true">
           <j:when test="${!pom.build.unitTest.resources.includes.isEmpty()}">
              <j:set var="maven.has.test.resource.patterns" value="true"/>
  @@ -253,6 +254,7 @@
              <j:set var="maven.has.test.resource.patterns" value="true"/>
            </j:when>
         </j:choose>
  +      </j:if>
      
         <j:if test="${maven.has.test.resource.patterns}">
    
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org