kaz         02/02/22 17:20:31

  Modified:    xdocs    build-file.xml
  Log:
  Modified to reflect the change Jason just made to default.properties
  with regards to the value of ${final.name}.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-turbine-maven/xdocs/build-file.xml
  
  Index: build-file.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/build-file.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-file.xml    22 Feb 2002 18:24:19 -0000      1.1
  +++ build-file.xml    23 Feb 2002 01:20:31 -0000      1.2
  @@ -263,7 +263,7 @@
             <a href="project-descriptor.html#project"><code>project</code></a>
             element of the Maven project descriptor is used when creating
             the name of the jar file.  The current naming convention is
  -          <code>projectname-version</code>.
  +          <code>projectid-version</code>.
           </p>
         </subsection>
         <subsection name="dist">
  @@ -283,8 +283,8 @@
             <a href="project-descriptor.html#project"><code>project</code></a>
             element of the Maven project descriptor is used when creating
             the name of the distributions.  The current naming convention is
  -          <code>projectname-version</code> for binary distributions and
  -          <code>projectname-version-src</code> for source distributions.
  +          <code>projectid-version</code> for binary distributions and
  +          <code>projectid-version-src</code> for source distributions.
           </p>
         </subsection>
         <subsection name="install-jar">
  
  
  

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

Reply via email to