jvanzyl     2002/07/10 19:19:30

  Modified:    src/bin  driver.jelly
  Log:
  o Setting the values of sourcesPresent and unitTestSourcesPresent to
    false to begin with. Necessary for sites that only want to generate
    docs. Lost this in the last round.
  
  Revision  Changes    Path
  1.12      +3 -1      jakarta-turbine-maven/src/bin/driver.jelly
  
  Index: driver.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/bin/driver.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- driver.jelly      11 Jul 2002 01:41:44 -0000      1.11
  +++ driver.jelly      11 Jul 2002 02:19:30 -0000      1.12
  @@ -3,7 +3,8 @@
     xmlns:define="jelly:define"
     xmlns:m="maven"
     xmlns:f="foo">
  -
  +  
  +  <j:set var="sourcesPresent" value="false"/>
     <j:set var="dir" value="${pom.build.sourceDirectory}X"/>
     <j:if test="${dir != 'X'}">
       <available
  @@ -12,6 +13,7 @@
       />
     </j:if>
   
  +  <j:set var="unitTestSourcesPresent" value="false"/>
     <j:set var="dir" value="${pom.build.unitTestSourceDirectory}X"/>
     <j:if test="${dir != 'X'}">
       <available
  
  
  

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

Reply via email to