You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by sa...@locus.apache.org on 2000/11/03 00:20:13 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/engine/PageContext include.jsp

santosh     00/11/02 15:20:12

  Added:       src/server/jsp-tests/jsp/engine/PageContext include.jsp
  Log:
  watchdog 4.0 ...missed this file while checking in the jsp tests
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/server/jsp-tests/jsp/engine/PageContext/include.jsp
  
  Index: include.jsp
  ===================================================================
  <html>
  <title>include</title>
  <body>
  <%
  out.println("SUCCESS");
  %>
  </body>
  </html>