dion        02/05/20 17:16:59

  Modified:    xdocs/ref/j2ee build-file.xml
  Log:
  Fix bad termination of code tags
  
  Revision  Changes    Path
  1.9       +2 -2      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build-file.xml    20 May 2002 07:12:50 -0000      1.8
  +++ build-file.xml    21 May 2002 00:16:59 -0000      1.9
  @@ -152,9 +152,9 @@
                   <li>It is readable</li>
                   <li>The war file has a web.xml (it's only a warning if it 
                       doesn't exist)</li>
  -                <li>Servlets defined by a <code>&lt;servlet&gt;<code> tag are 
loadable
  +                <li>Servlets defined by a <code>&lt;servlet&gt;</code> tag are 
loadable
                       from the war file and <strong>not</strong> the classpath</li>
  -                <li>JSPs defined by a <code>&lt;servlet&gt;<code> tag exist in the 
war
  +                <li>JSPs defined by a <code>&lt;servlet&gt;</code> tag exist in the 
war
                   </li>
                   <li>Taglibs defined by a <code>&lt;taglib&gt;</code> have a <code>
                       &lt;taglib-location&gt;</code> that exists in the war</li>
  
  
  

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

Reply via email to