dion        2002/05/31 09:46:21

  Modified:    xdocs/plugins/struts navigation.xml build-file.xml index.xml
  Log:
  Formatted to indent 2
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-turbine-maven/xdocs/plugins/struts/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/plugins/struts/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml    30 May 2002 12:55:22 -0000      1.1
  +++ navigation.xml    31 May 2002 16:46:21 -0000      1.2
  @@ -26,10 +26,10 @@
         <item name="Plugins"                 href="/plugins/index.html">
           <item name="J2EE Plugin"           href="/plugins/j2ee/index.html"/>
           <item name="Struts Plugin"         href="/plugins/struts/index.html">
  -            <item name="Build File"        href="/plugins/struts/build-file.html"/>
  -            <item name="Properties"        href="/plugins/struts/properties.html"/>
  -            <item name="Directory Layout"  href="/plugins/struts/dirlayout.html"/>
  -            <item name="Futures"           href="/plugins/struts/futures.html"/>
  +          <item name="Build File"        href="/plugins/struts/build-file.html"/>
  +          <item name="Properties"        href="/plugins/struts/properties.html"/>
  +          <item name="Directory Layout"  href="/plugins/struts/dirlayout.html"/>
  +          <item name="Futures"           href="/plugins/struts/futures.html"/>
           </item>
         </item>
         <item name="Powered By"              href="/powered.html"/>
  
  
  
  1.2       +32 -32    jakarta-turbine-maven/xdocs/plugins/struts/build-file.xml
  
  Index: build-file.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/plugins/struts/build-file.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-file.xml    30 May 2002 12:55:22 -0000      1.1
  +++ build-file.xml    31 May 2002 16:46:21 -0000      1.2
  @@ -69,40 +69,40 @@
         <p/>
         <subsection name="maven:validate-struts-war">
           <p>
  -            The <code>maven:validate-struts-war</code> target validates the 
  -            struts war file.
  +          The <code>maven:validate-struts-war</code> target validates the struts
  +          war file.
           </p>
           <p>
  -            The validator checks the folowing:
  -            <ol>
  -                <li>It's a valid war file as per the <a href="../j2ee/index.html">
  -                    J2EE War Validator</a></li>
  -                <li>The war file has a struts configuration, usually 
  -                    <code>WEB-INF/struts-config.xml</code></li>
  -                <li>Form Beans defined by a <code>&lt;form-bean&gt;</code> tag
  -                    have a <code>type</code> that is loadable from the war file 
  -                    and <strong>not</strong> the classpath. If the form bean has
  -                    a <code>className</code>, that class too must be loaded from
  -                    the war</li>
  -                <li>Actions defined by a <code>&lt;action&lt;</code> tag have 
  -                    several validations:
  -                    <ol>
  -                        <li>the <code>className</code> attribute must be a 
  -                        class loadable from the war</li>
  -                        <li>the <code>name</code> attribute, must match a 
  -                        <code>&lt;form-bean&gt; name</code> attribute.</li>
  -                        <li>the <code>path</code> attribute must start with a 
  -                        forward slash, i.e. '/'</li>
  -                        <li>the <code>scope</code> attribute must be one of
  -                        <code>request</code> or <code>sesssion</code></li>
  -                        <li>the <code>type</code> attribute must be a class
  -                        loadable from the war</li>
  -                        <li>the <code>unknown</code> and <code>validate</code>
  -                        attributes must be either <code>true</code> or <code>
  -                        false</code></li>
  -                    </ol>
  -                </li>
  -            </ol>
  +          The validator checks the folowing:
  +          <ol>
  +            <li>It's a valid war file as per the <a href="../j2ee/index.html">
  +              J2EE War Validator</a></li>
  +            <li>The war file has a struts configuration, usually 
  +              <code>WEB-INF/struts-config.xml</code></li>
  +            <li>Form Beans defined by a <code>&lt;form-bean&gt;</code> tag
  +              have a <code>type</code> that is loadable from the war file 
  +              and <strong>not</strong> the classpath. If the form bean has
  +              a <code>className</code>, that class too must be loaded from
  +              the war</li>
  +            <li>Actions defined by a <code>&lt;action&lt;</code> tag have 
  +              several validations:
  +              <ol>
  +                <li>the <code>className</code> attribute must be a 
  +                  class loadable from the war</li>
  +                <li>the <code>name</code> attribute, must match a 
  +                  <code>&lt;form-bean&gt; name</code> attribute.</li>
  +                <li>the <code>path</code> attribute must start with a 
  +                  forward slash, i.e. '/'</li>
  +                <li>the <code>scope</code> attribute must be one of
  +                  <code>request</code> or <code>sesssion</code></li>
  +                <li>the <code>type</code> attribute must be a class
  +                  loadable from the war</li>
  +                <li>the <code>unknown</code> and <code>validate</code>
  +                  attributes must be either <code>true</code> or <code>
  +                  false</code></li>
  +              </ol>
  +            </li>
  +          </ol>
           </p>
         </subsection>
       </section>
  
  
  
  1.2       +9 -9      jakarta-turbine-maven/xdocs/plugins/struts/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/plugins/struts/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 30 May 2002 12:55:22 -0000      1.1
  +++ index.xml 31 May 2002 16:46:21 -0000      1.2
  @@ -18,17 +18,17 @@
         </p>
         <subsection name="What it is">
           <p>
  -            The Struts Plug-in is the place where <a 
  -            href="http://jakarta.apache.org/struts/";>Struts</a> tools are found
  -            in Maven.
  +          The Struts Plug-in is the place where <a 
  +          href="http://jakarta.apache.org/struts/";>Struts</a> tools are found
  +          in Maven.
           </p>
           <p>
  -            At the moment it provides a some useful, simple functionality for
  -            developers who use struts as their web application framework of
  -            choice. This is in no way a statement by the Maven developers that
  -            Struts is the best web application framework for your needs, as
  -            Maven is web app framework agnostic, and will be soon providing
  -            plug-ins for other frameworks.
  +          At the moment it provides a some useful, simple functionality for
  +          developers who use struts as their web application framework of
  +          choice. This is in no way a statement by the Maven developers that
  +          Struts is the best web application framework for your needs, as
  +          Maven is web app framework agnostic, and will be soon providing
  +          plug-ins for other frameworks.
           </p>
         </subsection>
         <subsection name="Overview of the Struts Plug-in Reference Documentation">
  
  
  

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

Reply via email to