You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/01/12 04:45:51 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/javadoc/xdocs properties.xml

dion        2003/01/11 19:45:51

  Modified:    src/plugins-build/javadoc plugin.jelly
               src/plugins-build/javadoc/xdocs properties.xml
  Log:
  Fix for Maven-190
  
  Revision  Changes    Path
  1.12      +5 -0      jakarta-turbine-maven/src/plugins-build/javadoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/javadoc/plugin.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly	10 Jan 2003 02:29:15 -0000	1.11
  +++ plugin.jelly	12 Jan 2003 03:45:51 -0000	1.12
  @@ -61,6 +61,11 @@
         doctitle="${title}"
         bottom="${copyright}"
         stylesheetfile="${maven.javadoc.stylesheet}">
  +      
  +      <j:if test="${context.getVariable('maven.javadoc.source') != null}">
  +        <setProperty name="source" value="${maven.javadoc.source}" />
  +      </j:if>
  +
         <j:forEach var="link" items="${links}">
           <link href="${link.trim()}"/>
         </j:forEach>
  
  
  
  1.3       +9 -0      jakarta-turbine-maven/src/plugins-build/javadoc/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/javadoc/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml	1 Oct 2002 15:27:17 -0000	1.2
  +++ properties.xml	12 Jan 2003 03:45:51 -0000	1.3
  @@ -58,6 +58,15 @@
             </td>
           </tr>
           <tr>
  +          <td>maven.javadoc.source</td>
  +          <td>Yes</td>
  +          <td>
  +            Specifies the version of the jdk in use. See
  +            <a href="http://jakarta.apache.org/ant/manual/CoreTasks/javadoc.html">the 
  +            ant javadoc task</a> documentation for more detail.
  +          </td>
  +        </tr>
  +        <tr>
             <td>maven.javadoc.use</td>
             <td>Yes</td>
             <td>