jvanzyl     2004/01/06 10:47:25

  Modified:    xdoc/src/plugin-resources site.jsl
  Log:
  o use the new maven:property tag in order to determine the value of
    maven.xdoc.version so that we don't need to refer to the pom within
    the plugin.properties.
  
  Revision  Changes    Path
  1.46      +1 -1      maven-plugins/xdoc/src/plugin-resources/site.jsl
  
  Index: site.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/site.jsl,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- site.jsl  6 Jan 2004 18:05:22 -0000       1.45
  +++ site.jsl  6 Jan 2004 18:47:25 -0000       1.46
  @@ -127,7 +127,7 @@
             <table border="0" cellspacing="0" cellpadding="4" width="100%">
               <tr>
                 <j:if test="${date == 'left'}">
  -                <j:set var="version" value="${maven.xdoc.version}"/>
  +                <maven:property var="version" name="maven.xdoc.version" 
defaultValue="${pom.currentVersion}"/>
                   <td>Last published: ${build.date}
                     <j:if test="${!empty(version)}">| Doc for ${version}</j:if>
                   </td>
  
  
  

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

Reply via email to