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/03 14:24:48 UTC

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

evenisse    2003/09/03 05:24:48

  Modified:    src/plugins-build/junitdoclet project.xml
               src/plugins-build/junitdoclet/xdocs changes.xml
                        properties.xml
  Log:
  Add documentation.
  
  Revision  Changes    Path
  1.10      +1 -1      maven/src/plugins-build/junitdoclet/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/junitdoclet/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	2 Sep 2003 10:23:32 -0000	1.9
  +++ project.xml	3 Sep 2003 12:24:48 -0000	1.10
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-junit-doclet-plugin</id>
     <name>Maven JUnitDoclet Plug-in</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <description>A plugin to generate test cases use JUnitDoclet</description>
     <shortDescription>JUnitDoclet test generator</shortDescription>
     <url>http://maven.apache.org/reference/plugins/junitdoclet/</url>
  
  
  
  1.2       +5 -0      maven/src/plugins-build/junitdoclet/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/junitdoclet/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	24 Jan 2003 03:45:38 -0000	1.1
  +++ changes.xml	3 Sep 2003 12:24:48 -0000	1.2
  @@ -6,6 +6,11 @@
     </properties>
   
     <body>
  +    <release version="1.1" date="In CVS">
  +      <action dev="evenisse" type="add">
  +        Add documentation.
  +      </action>
  +    </release>
       <release version="1.0" date="2002-08-04">
         <action dev="jvanzyl" type="add">
           Original release for Maven 1.0-beta8
  
  
  
  1.2       +6 -3      maven/src/plugins-build/junitdoclet/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/junitdoclet/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	24 Jan 2003 03:45:38 -0000	1.1
  +++ properties.xml	3 Sep 2003 12:24:48 -0000	1.2
  @@ -15,9 +15,12 @@
             <th>Description</th>
           </tr>
           <tr>
  -          <td></td>
  -          <td></td>
  -          <td></td>
  +          <td>maven.junitdoclet.outputDirectory</td>
  +          <td>Yes</td>
  +          <td>
  +            Specifies the location of the generated files.
  +            The default value is <code>${maven.build.dir}/junitdoclet</code>.
  +          </td>
           </tr>
         </table>
       </section>
  
  
  

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