jvanzyl     2002/10/18 19:48:51

  Modified:    src/plugins-build/test plugin.jelly
  Log:
  o reverting changes as they break the bootstrap. bad.
  
  Revision  Changes    Path
  1.18      +3 -5      jakarta-turbine-maven/src/plugins-build/test/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/test/plugin.jelly,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- plugin.jelly      18 Oct 2002 15:58:55 -0000      1.17
  +++ plugin.jelly      19 Oct 2002 02:48:51 -0000      1.18
  @@ -3,10 +3,10 @@
   <project xmlns:j="jelly:core" xmlns:u="jelly:util">
   
     <j:choose>
  -    <j:when test="${pom.build.unitTest.resources == null}">
  +    <j:when test="${pom.build.testResources == null}">
         <j:set var="maven.has.test.resource.patterns" value="false"/>
       </j:when>
  -    <j:when test="${pom.build.unitTest.resources.isEmpty()}">
  +    <j:when test="${pom.build.testResources.isEmpty()}">
         <j:set var="maven.has.test.resource.patterns" value="false"/>
       </j:when>
       <j:otherwise>
  @@ -284,12 +284,10 @@
   
         <j:if test="${maven.has.test.resource.patterns}">
   
  -        <echo>Copying unit test resources:/echo>
  -
           <!-- Copy any resources that must be present for run tests. -->
   
           <copy todir="${maven.test.dest}">
  -          <j:forEach var="res" items="${pom.build.unitTest.resources}">
  +          <j:forEach var="res" items="${pom.build.testResources}">
               <fileset dir="${res.directory}">
                 <j:forEach var="inc" items="${res.includes}">
                   <include name="${inc}"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>

Reply via email to