You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/04/22 22:01:43 UTC

cvs commit: maven/xdocs/reference dirlayout.xml

vmassol     2004/04/22 13:01:43

  Modified:    xdocs/reference Tag: MAVEN-1_0-BRANCH dirlayout.xml
  Log:
  removed iutest directory which has been deprecated a long time ago. Cactus tests location is defined by the Cactus plugin (it defaults to src/test-cactus).
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.4.2   +0 -18     maven/xdocs/reference/dirlayout.xml
  
  Index: dirlayout.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/dirlayout.xml,v
  retrieving revision 1.9.4.1
  retrieving revision 1.9.4.2
  diff -u -r1.9.4.1 -r1.9.4.2
  --- dirlayout.xml	4 Mar 2004 17:45:57 -0000	1.9.4.1
  +++ dirlayout.xml	22 Apr 2004 20:01:43 -0000	1.9.4.2
  @@ -93,15 +93,6 @@
             </td>
           </tr>
           <tr>
  -          <td>src/iutest</td>
  -          <td>Integration unit test source code.</td>
  -          <td>
  -            This directory typically contains all of the integration
  -            unit testing code.  This testing utilizes tools such as
  -            <a href="http://jakarta.apache.org/cactus">Cactus</a>.
  -          </td>
  -        </tr>
  -        <tr>
             <td>src/announcements</td>
             <td>Contains a record of announcements.</td>
             <td>
  @@ -216,15 +207,6 @@
               test classes.  This directory is used when executing the unit
               tests.
             </td>
  -        </tr>        <tr>
  -          <td>target/iutest-classes</td>
  -          <td>Contains compiled integration unit test classes.</td>
  -          <td>
  -            The target/iutest-classes directory contains all compiled 
  -            integration unit test classes.  This directory is used 
  -            during the execution of the integration unit tests.
  -          </td>
  -        </tr>
           <tr>
             <td>target/generated-docs</td>
             <td>Contains Maven generated xdocs.</td>
  
  
  

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