vmassol     01/03/27 09:46:49

  Modified:    j2eeunit/web redirector.jsp
  Log:
  changed license from GPL to APL + changed copyrights from Vincent Massol to Apache 
Software Foundation + changed packages from j2eeunit.* to org.apache.commons.j2eeunit.*
  
  Revision  Changes    Path
  1.2       +5 -5      jakarta-commons-sandbox/j2eeunit/web/redirector.jsp
  
  Index: redirector.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/j2eeunit/web/redirector.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- redirector.jsp    2001/03/26 19:41:18     1.1
  +++ redirector.jsp    2001/03/27 17:46:49     1.2
  @@ -1,9 +1,9 @@
  -<%@page import="j2eeunit.server.*" session="false" %><%
  +<%@page import="org.apache.commons.j2eeunit.server.*" session="false" %><%
   
  -    /**                                                ^
  -     *                                                 |
  -     * Note:                                           |
  -     * It is very important not to put any character (here) between the end
  +    /**                                                
  +     *                                                 
  +     * Note:                                           
  +     * It is very important not to put any character between the end
        * of the page tag and the beginning of the java code expression, otherwise,
        * the generated servlet containss a 'out.println("\r\n");' and this breaks
        * our mechanism !
  
  
  

Reply via email to