brett       2003/08/28 16:37:39

  Modified:    xdocs/reference project-descriptor.xml
  Log:
  explain about relativity of paths
  
  Revision  Changes    Path
  1.26      +9 -1      maven/xdocs/reference/project-descriptor.xml
  
  Index: project-descriptor.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/project-descriptor.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project-descriptor.xml    21 Aug 2003 08:19:06 -0000      1.25
  +++ project-descriptor.xml    28 Aug 2003 23:37:39 -0000      1.26
  @@ -44,6 +44,7 @@
             <td>
               The location of the parent project, if one exists. Values from the 
parent project will be
               the default for this project if they are left unspecified.
  +            The path may be absolute, or relative to the current project.xml file.
               <source><![CDATA[<extend>${basedir}/../project.xml</extend>]]></source>
             </td>
           </tr>
  @@ -764,6 +765,7 @@
               This element specifies a directory containing the source
               of the project. The generated build system will compile
               the source in this directory when the project is built.
  +            The path given is relative to the project descriptor.
             </td>
           </tr>
           <tr>
  @@ -780,6 +782,7 @@
               source of the project. The generated build system will
               compile these directories when the project is being tested.
               The unit tests must use the JUnit test framework.
  +            The path given is relative to the project descriptor.
             </td>
           </tr>
           <tr>
  @@ -790,6 +793,7 @@
               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.
             </td>
           </tr>
           <tr>
  @@ -800,6 +804,7 @@
               compile the Aspects in this directory when the project is
               built if Aspects have been enabled (see the <a
               href="plugins/aspectj/goals.html">Aspectj goals</a> document).
  +            The path given is relative to the project descriptor.
             </td>
           </tr>
           <tr>
  @@ -883,7 +888,10 @@
             <tr><th>Element</th><th>Description</th></tr>
             <tr>
               <td>directory</td>
  -            <td>Describe the directory where the resource is stored.</td>
  +            <td>
  +              Describe the directory where the resource is stored.
  +              The path may be absolute, or relative to the project.xml file.
  +            </td>
             </tr>
             <tr>
               <td>targetPath</td>
  
  
  

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

Reply via email to