You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/03/20 22:03:07 UTC

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

bwalding    2003/03/20 13:03:07

  Modified:    src/plugins-build/linkcheck plugin.properties
               src/plugins-build/linkcheck/xdocs properties.xml
  Log:
  o Cleanup properties
  
  Revision  Changes    Path
  1.2       +2 -7      maven/src/plugins-build/linkcheck/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/linkcheck/plugin.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.properties	30 Jan 2003 10:59:00 -0000	1.1
  +++ plugin.properties	20 Mar 2003 21:03:07 -0000	1.2
  @@ -5,12 +5,7 @@
   # -------------------------------------------------------------------
   
   maven.build.dir = ${basedir}/target
  -
  -
  -maven.linkcheck.cache=${maven.build.dir}/linkcheck/linkcheck.cache
  -
  -
  -
  -
   maven.docs.dest = ${maven.build.dir}/docs
   maven.docs.outputencoding = ISO-8859-1
  +
  +maven.linkcheck.cache=${maven.build.dir}/linkcheck/linkcheck.cache
  
  
  
  1.3       +8 -33     maven/src/plugins-build/linkcheck/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/linkcheck/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml	30 Jan 2003 11:00:22 -0000	1.2
  +++ properties.xml	20 Mar 2003 21:03:07 -0000	1.3
  @@ -14,39 +14,6 @@
             <th>Description</th>
           </tr>
           <tr>
  -          <td>maven.linkcheck.enable</td>
  -          <td>Yes</td>
  -          <td>If defined, the report is enabled
  -            <p>Default value is 
  -              <code>undefined</code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.conf.dir</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>${basedir}/conf</code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.gen.docs</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>${maven.build.dir}/generated-xdocs</code>.</p>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>maven.docs.src</td>
  -          <td>Yes</td>
  -          <td>
  -            <p>Default value is
  -              <code>${basedir}/xdocs</code>.</p>
  -          </td>
  -        </tr>
  -        
  -        <tr>
             <td>maven.build.dir</td>
             <td>Yes</td>
             <td>
  @@ -68,6 +35,14 @@
             <td>
               <p>Default value is
                 <code>ISO-8859-1</code>.</p>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>maven.linkcheck.cache</td>
  +          <td>Yes</td>
  +          <td>
  +            <p>Default value is
  +              <code>${maven.build.dir}/linkcheck/linkcheck.cache</code>.</p>
             </td>
           </tr>
           
  
  
  

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