You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/09/10 11:54:22 UTC

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

evenisse    2003/09/10 02:54:22

  Modified:    src/plugins-build/javadoc plugin.jelly plugin.properties
               src/plugins-build/javadoc/xdocs changes.xml properties.xml
  Log:
  MAVEN-805. Add maven.javadoc.useexternalfile property.
  
  Revision  Changes    Path
  1.21      +2 -1      maven/src/plugins-build/javadoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/plugin.jelly,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- plugin.jelly	29 Aug 2003 06:27:51 -0000	1.20
  +++ plugin.jelly	10 Sep 2003 09:54:22 -0000	1.21
  @@ -104,7 +104,8 @@
           doctitle="${title}"
           bottom="${copyright}"
           stylesheetfile="${maven.javadoc.stylesheet}"
  -        additionalparam="${maven.javadoc.additionalparam}">
  +        additionalparam="${maven.javadoc.additionalparam}"
  +        useexternalfile="${maven.javadoc.useexternalfile}">
   
           <ant:fileset dir="${pom.build.sourceDirectory}">
             <ant:include name="**/*.java"/>
  
  
  
  1.6       +1 -0      maven/src/plugins-build/javadoc/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/plugin.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.properties	29 Aug 2003 06:27:51 -0000	1.5
  +++ plugin.properties	10 Sep 2003 09:54:22 -0000	1.6
  @@ -19,5 +19,6 @@
   maven.javadoc.stylesheet = ${plugin.resources}/stylesheet.css
   maven.javadoc.use = true
   maven.javadoc.version = true
  +maven.javadoc.useexternalfile = no
   
   maven.docs.outputencoding = ISO-8859-1
  
  
  
  1.8       +3 -0      maven/src/plugins-build/javadoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml	29 Aug 2003 06:27:53 -0000	1.7
  +++ changes.xml	10 Sep 2003 09:54:22 -0000	1.8
  @@ -8,6 +8,9 @@
   
     <body>
       <release version="1.3" date="in CVS">
  +      <action dev="evenisse" type="add">
  +        MAVEN-805. Add maven.javadoc.useexternalfile property.
  +      </action>
         <action dev="dion" type="update">
           update to use maven.docs.*/maven.gen.docs
         </action>
  
  
  
  1.7       +9 -0      maven/src/plugins-build/javadoc/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/xdocs/properties.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- properties.xml	26 Aug 2003 08:03:29 -0000	1.6
  +++ properties.xml	10 Sep 2003 09:54:22 -0000	1.7
  @@ -187,6 +187,15 @@
             </td>
           </tr>
           <tr>
  +          <td>maven.javadoc.useexternalfile</td>
  +          <td>Yes</td>
  +          <td>
  +            indicates whether the sourcefile name specified in srcfiles or as
  +            nested source elements should be written to a temporary file to make
  +            the command line shorter. Default value : no.
  +          </td>
  +        </tr>
  +        <tr>
             <td>maven.javadoc.customtags</td>
             <td>Yes</td>
             <td>
  
  
  

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