vmassol     2003/08/29 00:28:33

  Modified:    xdocs/reference project-descriptor.xml
  Log:
  Mark integrationUnitTestSourceDirectory as deprecated.
  
  Revision  Changes    Path
  1.27      +6 -6      maven/xdocs/reference/project-descriptor.xml
  
  Index: project-descriptor.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/project-descriptor.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project-descriptor.xml    28 Aug 2003 23:37:39 -0000      1.26
  +++ project-descriptor.xml    29 Aug 2003 07:28:33 -0000      1.27
  @@ -788,12 +788,12 @@
           <tr>
             <td>integrationUnitTestSourceDirectory</td>
             <td>
  -            This element specifies a directory containing the
  -            integration unit test source of the project.  The generated
  -            build system will compile these directories when the project
  -            is being tested.  The integration unit tests must use the
  -            Cactus test framework.
  -            The path given is relative to the project descriptor.
  +            This element is deprecated and should no longer be used.
  +            Initially it was used by the first Cactus plugin. Now
  +            the location of the Cactus test sources is defined
  +            through a plugin property. See the
  +            <a 
href="http://maven.apache.org/reference/plugins/cactus/properties.html";>Cactus 
  +            plugin properties page</a>.            
             </td>
           </tr>
           <tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to