kaz         02/05/12 07:40:56

  Modified:    xdocs/ref/j2ee build-file.xml properties.xml
  Log:
  Making the docs more consistent with the rest of the site.
  
  Revision  Changes    Path
  1.5       +35 -36    jakarta-turbine-maven/xdocs/ref/j2ee/build-file.xml
  
  Index: build-file.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/j2ee/build-file.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-file.xml    12 May 2002 14:28:02 -0000      1.4
  +++ build-file.xml    12 May 2002 14:40:56 -0000      1.5
  @@ -80,13 +80,13 @@
           <p>
             The <code>maven:war</code> target generates the project's war file.
             This is the default target of the build file. The war file is produced
  -          in the <a href="../properties.html#Directory Layout Settings">
  -          maven.build.dir</a> directory and has a name defined by the
  -          <a href="properties.html#maven.j2ee.war.name">maven.j2ee.war.name</a>
  +          in the <code><a href="../properties.html#Directory Layout Settings">
  +              ${maven.build.dir}</a></code> directory and has a name defined by the
  +          <code><a 
href="properties.html#maven.j2ee.war.name">${maven.j2ee.war.name}</a></code>
             property.
           </p>
           <p>
  -          This target calls the <a href="../build-file.html#maven:jar">maven:jar</a>
  +          This target calls the <code><a 
href="../build-file.html#maven:jar">maven:jar</a></code>
             target of the maven build file so that any jar files, classes and
             resources created by the project during compilation are available to
             the war process.
  @@ -104,8 +104,7 @@
               <td>Web Content</td>
               <td>
                 HTML, images, JavaScript, stylesheets, JSP pages and other
  -              files, as defined by the <a 
href="properties.html#maven.j2ee.war.content">
  -                maven.j2ee.war.content</a> property.
  +              files, as defined by the <code><a 
href="properties.html#maven.j2ee.war.content">${maven.j2ee.war.content}</a></code> 
property.
               </td>
             </tr>
             <tr>
  @@ -120,29 +119,30 @@
             </tr>
             <tr>
               <td>Java classes</td>
  -            <td>Class files in the <a href="../properties.html#Directory Layout 
Settings">
  -                maven.build.dest</a> directory. The properties <a 
href="properties.html#maven.j2ee.war.classes.includes">
  -                maven.j2ee.war.classes.includes</a> and <a 
href="properties.html#maven.j2ee.war.classes.excludes">
  -                maven.j2ee.war.classes.excludes</a> determine how to filter 
  -              the directory contents for inclusion in the war. These files
  -              are placed in the <code>/WEB-INF/classes</code> of the
  -              resulting war file.
  +            <td>
  +              Class files in the 
  +              <code><a href="../properties.html#Directory Layout 
Settings">${maven.build.dest}</a></code> 
  +              directory. The properties <code><a 
href="properties.html#maven.j2ee.war.classes.includes">${maven.j2ee.war.classes.includes}</a></code>
 
  +              and <code><a 
href="properties.html#maven.j2ee.war.classes.excludes">${maven.j2ee.war.classes.excludes}</a></code>
 
  +              determine how to filter the directory contents for
  +              inclusion in the war. These files are placed in the
  +              <code>/WEB-INF/classes</code> of the resulting war file.
               </td>
             </tr>
             <tr>
               <td>web.xml</td>
  -            <td>A J2EE web application deployment descriptor, which is 
  -              placed in the <code>/WEB-INF</code> of the resulting war file.
  -              The <a href="properties.html#maven.j2ee.war.webxml">
  -                maven.j2ee.war.webxml</a> property defines the location of 
  -              this file
  +            <td>
  +              A J2EE web application deployment descriptor, which is
  +              placed in the <code>/WEB-INF</code> of the resulting war
  +              file.  The <code><a 
href="properties.html#maven.j2ee.war.webxml">${maven.j2ee.war.webxml}</a></code> 
  +              property defines the location of this file
               </td>
             </tr>
           </table>
         </subsection>
         <subsection name="maven:validate-war">
           <p>
  -            The <code>maven:validate-war</code>code> target validates the newly 
  +            The <code>maven:validate-war</code> target validates the newly 
               produced war file.
           </p>
           <p>
  @@ -158,15 +158,15 @@
           <p>
             The <code>maven:ear</code> target generates an ear file for the
             project. The ear file is produced in the 
  -          <a href="../properties.html#Directory Layout Settings">
  -          maven.build.dir</a> directory and has a name defined by the
  -          <a href="properties.html#maven.j2ee.ear.name">maven.j2ee.ear.name</a>
  +          <code><a href="../properties.html#Directory Layout 
Settings">${maven.build.dir}</a></code> 
  +          directory and has a name defined by the
  +          <code><a 
href="properties.html#maven.j2ee.ear.name">${maven.j2ee.ear.name}</a></code>
             property.
           </p>
           <p>
  -          This target automatically invokes the <a href="#maven:war">
  -          maven:war</a> target to ensure any war generated by the project is
  -          included in the ear.
  +          This target automatically invokes the 
  +          <code><a href="#maven:war">maven:war</a></code> target to ensure
  +          any war generated by the project is included in the ear.
           </p>
           <p>
             Maven also includes the license file, LICENSE.txt, if it exists, under
  @@ -179,22 +179,21 @@
             <tr><th>Item</th><th>Description</th></tr>
             <tr>
               <td>application.xml</td>
  -            <td>A J2EE enterprise application deployment descriptor, which is 
  -              placed in the root of the resulting ear file.
  -              The <a href="properties.html#maven.j2ee.ear.appxml">
  -                maven.j2ee.ear.appxml</a> property defines the location of 
  -              this file.
  +            <td>
  +              A J2EE enterprise application deployment descriptor, which
  +              is placed in the root of the resulting ear file.
  +              The <code><a 
href="properties.html#maven.j2ee.ear.appxml">${maven.j2ee.ear.appxml}</a></code> 
  +              property defines the location of this file.
               </td>
             </tr>
             <tr>
               <td>Other Content</td>
               <td>
  -              Files in the <a href="../properties.html#Directory Layout Settings">
  -                maven.build.dir</a> directory may be included using the
  -              <a href="properties.html#maven.j2ee.ear.includes">
  -                maven.j2ee.ear.includes</a> and 
  -              <a href="properties.html#maven.j2ee.ear.excludes">
  -                maven.j2ee.ear.excludes</a> properties.
  +              Files in the <code><a href="../properties.html#Directory Layout 
Settings">${maven.build.dir}</a></code> 
  +              directory may be included using the
  +              <code><a 
href="properties.html#maven.j2ee.ear.includes">${maven.j2ee.ear.includes}</a></code>
  +              and <code><a 
href="properties.html#maven.j2ee.ear.excludes">${maven.j2ee.ear.excludes}</a></code> 
  +              properties.
               </td>
             </tr>
           </table>
  
  
  
  1.3       +7 -10     jakarta-turbine-maven/xdocs/ref/j2ee/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/j2ee/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml    9 May 2002 08:02:23 -0000       1.2
  +++ properties.xml    12 May 2002 14:40:56 -0000      1.3
  @@ -66,8 +66,7 @@
             <td>
               Specifies the directory in the local file system that is
               used as the base directory for finding web applications. It defaults 
  -            to <a href="../properties.html#Directory Layout Settings">
  -            ${maven.src.dir}</a>/webapps
  +            to <code><a href="../properties.html#Directory Layout 
Settings">${maven.src.dir}</a>/webapps</code>
             </td>
           </tr>
           <tr>
  @@ -84,7 +83,7 @@
             <td>Yes</td>
             <td>
               Specifies the pattern of files in the directory specified by
  -            <a href="../properties.html#Directory Layout 
Settings">maven.build.dest</a>
  +            <code><a href="../properties.html#Directory Layout 
Settings">${maven.build.dest}</a></code>
               to be included in the <code>/WEB-INF/classes</code> of the resulting
               war file. It defaults to <code>**</code>, that is, all files.
             </td>
  @@ -94,7 +93,7 @@
             <td>Yes</td>
             <td>
               Specifies the pattern of files in the directory specified by
  -            <a href="../properties.html#Directory Layout 
Settings">maven.build.dest</a>
  +            <code><a href="../properties.html#Directory Layout 
Settings">${maven.build.dest}</a></code>
               that are <strong>not</strong> to be included in the 
               <code>/WEB-INF/classes</code> of the resulting war file. 
               It defaults to <code>**/package.html</code>.
  @@ -128,8 +127,7 @@
             <td>
               Specifies the deployment descriptor to be used when building the war
               file. It will be placed in <code>/WEB-INF/web.xml</code> of the 
resulting
  -            war file. It defaults to <a href="../properties.html#Directory Layout 
Settings">
  -            ${maven.conf.dir}</a>/${maven.j2ee.war.name}-web.xml
  +            war file. It defaults to <code><a href="../properties.html#Directory 
Layout Settings">${maven.conf.dir}</a>/${maven.j2ee.war.name}-web.xml</code>
             </td>
           </tr>
         </table>
  @@ -149,7 +147,7 @@
             <td>Yes</td>
             <td>
               Specifies the pattern of files in the 
  -            <a href="../properties.html#Directory Layout 
Settings">maven.build.dir</a>
  +            <code><a href="../properties.html#Directory Layout 
Settings">${maven.build.dir}</a></code>
               directory to be included in the resulting ear file. It defaults to 
               <code>*.jar, *.war</code>, that is, all jar and war files.
             </td>
  @@ -159,7 +157,7 @@
             <td>Yes</td>
             <td>
               Specifies the pattern of files in the 
  -            <a href="../properties.html#Directory Layout 
Settings">maven.build.dir</a>
  +            <code><a href="../properties.html#Directory Layout 
Settings">${maven.build.dir}</a></code>
               directory that are not to be included in the resulting ear file. 
               It defaults to blank, that is, nothing is excluded.
             </td>
  @@ -170,8 +168,7 @@
             <td>
               Specifies the deployment descriptor to be used when building the ear
               file. It will be placed in <code>/application.xml</code> of the 
resulting
  -            ear file. It defaults to <a href="../properties.html#Directory Layout 
Settings">
  -            ${maven.conf.dir}</a>/${maven.j2ee.ear.name}-application.xml
  +            ear file. It defaults to <code><a href="../properties.html#Directory 
Layout Settings">${maven.conf.dir}</a>/${maven.j2ee.ear.name}-application.xml</code>
             </td>
           </tr>
   
  
  
  

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

Reply via email to