You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2003/06/28 02:22:30 UTC

cvs commit: jakarta-struts/web/tiles-documentation/WEB-INF struts-doc-config.xml

dgraham     2003/06/27 17:22:30

  Modified:    web/tiles-documentation/WEB-INF struts-doc-config.xml
  Log:
  Fixed missing " for PR# 21119.
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-struts/web/tiles-documentation/WEB-INF/struts-doc-config.xml
  
  Index: struts-doc-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/struts-doc-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- struts-doc-config.xml	5 Nov 2002 14:18:58 -0000	1.1
  +++ struts-doc-config.xml	28 Jun 2003 00:22:30 -0000	1.2
  @@ -38,8 +38,7 @@
     
     <plug-in className="org.apache.struts.tiles.TilesPlugin" >
       <set-property property="definitions-config" 
  -	                 value="/WEB-INF/tiles-defs.xml,
  -                            /WEB-INF/tiles-doc-defs.xml />
  +                        value="/WEB-INF/tiles-defs.xml, /WEB-INF/tiles-doc-defs.xml" />
       <set-property property="moduleAware" value="true" />
     </plug-in>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org