kaz         02/05/09 10:40:04

  Modified:    xdocs/ref/j2ee build-file.xml
               xdocs/start integrate.xml
  Log:
  - Fixing some formatting before I publish the site wrt the <table> in
    the J2EE plugin documentation.
  
  - Added a pointer in the Integration doc to the J2EE docs so users are
    aware that this functionality does exist.
  
  Revision  Changes    Path
  1.2       +64 -64    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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-file.xml    9 May 2002 07:31:31 -0000       1.1
  +++ build-file.xml    9 May 2002 17:40:04 -0000       1.2
  @@ -89,48 +89,48 @@
           </p>
           <p>
             The contents of the war file include:
  -          <table>
  -            <tr><th>Item</th><th>Description</th></tr>
  -            <tr>
  -                <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.
  -                </td>
  -            </tr>
  -            <tr>
  -                <td>Jar files</td>
  -                <td>
  -                    Any jar files that the war is dependent on to execute. These
  -                    jar files are placed into the <code>/WEB-INF/lib</code> of
  -                    the resulting war. Currently this is all of the jar files
  -                    defined in the <a 
href="../project-descriptor.html#dependencies">
  -                    project dependencies</a>.
  -                </td>
  -            </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>
  -            </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>
  -            </tr>
  -          </table>
           </p>
  +        <table>
  +          <tr><th>Item</th><th>Description</th></tr>
  +          <tr>
  +            <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.
  +            </td>
  +          </tr>
  +          <tr>
  +            <td>Jar files</td>
  +            <td>
  +              Any jar files that the war is dependent on to execute. These
  +              jar files are placed into the <code>/WEB-INF/lib</code> of
  +              the resulting war. Currently this is all of the jar files
  +              defined in the <a href="../project-descriptor.html#dependencies">
  +                project dependencies</a>.
  +            </td>
  +          </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>
  +          </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>
  +          </tr>
  +        </table>
         </subsection>
         <subsection name="maven:ear">
           <p>
  @@ -148,30 +148,30 @@
           </p>
           <p>
             The contents of the war file include:
  -          <table>
  -            <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>
  -            </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.
  -                </td>
  -            </tr>
  -          </table>
           </p>
  +        <table>
  +          <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>
  +          </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.
  +            </td>
  +          </tr>
  +        </table>
         </subsection>
       </section>
     </body>
  
  
  
  1.5       +5 -0      jakarta-turbine-maven/xdocs/start/integrate.xml
  
  Index: integrate.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/integrate.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- integrate.xml     7 May 2002 16:41:12 -0000       1.4
  +++ integrate.xml     9 May 2002 17:40:04 -0000       1.5
  @@ -463,6 +463,11 @@
                documentation.
              </li>
              <li>
  +             If you require the creation of J2EE distributions, please
  +             refer to the <a href="../ref/j2ee/index.html">J2EE
  +             Plugin</a> documentation for more information.
  +           </li>
  +           <li>
                Don't forget, all of the Turbine projects have been
                Maven-enabled.  You can check out the source to those
                projects to examine their project descriptors and/or build
  
  
  

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

Reply via email to