rleland     2003/02/21 23:39:23

  Modified:    conf/test struts-config.xml
  Log:
  This should be tagged for RC1
  Change DTD reference to struts 1.1
  so Digester will correctly validate this
  struts config file. Otherwise many of
  errors are shown when performing
  test.tomcat.XXX.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-struts/conf/test/struts-config.xml
  
  Index: struts-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/test/struts-config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- struts-config.xml 22 Feb 2003 02:39:48 -0000      1.3
  +++ struts-config.xml 22 Feb 2003 07:39:23 -0000      1.4
  @@ -1,8 +1,8 @@
   <?xml version="1.0" encoding="ISO-8859-1" ?>
   
   <!DOCTYPE struts-config PUBLIC
  -          "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN"
  -          "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";>
  +          "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
  +          "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";>
   
   <!--
        This is a test Struts configuration file
  
  
  

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

Reply via email to