jholmes     2002/09/02 03:26:49

  Modified:    conf/share struts-config_1_1.dtd
  Log:
  DTD comment about Plugin is incorrect
  
  PR: Bugzilla #12224
  
  Revision  Changes    Path
  1.29      +2 -2      jakarta-struts/conf/share/struts-config_1_1.dtd
  
  Index: struts-config_1_1.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/struts-config_1_1.dtd,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- struts-config_1_1.dtd     27 Jul 2002 21:53:13 -0000      1.28
  +++ struts-config_1_1.dtd     2 Sep 2002 10:26:49 -0000       1.29
  @@ -607,7 +607,7 @@
        elements. The following attributes are supported:
   
        className       Fully qualified Java class name of the plug-in class; must
  -                     implement [org.apache.struts.PlugIn].
  +                     implement [org.apache.struts.action.PlugIn].
   -->
   <!ELEMENT plug-in           (set-property*)>
   <!ATTLIST plug-in           id          ID              #IMPLIED>
  
  
  

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

Reply via email to